1 16 17 package org.apache.axis.monitor; 18 19 24 25 public class SOAPMonitorConstants { 26 27 30 public static final int SOAP_MONITOR_REQUEST = 0; 31 public static final int SOAP_MONITOR_RESPONSE = 1; 32 33 36 public static final String SOAP_MONITOR_PORT = "SOAPMonitorPort"; 37 38 41 public static final String SOAP_MONITOR_ID = "SOAPMonitorId"; 42 } 43 | Popular Tags |