站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档

SOAPMonitorConstants (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档


org.apache.axis.monitor
Class SOAPMonitorConstants

java.lang.Object
  extended byorg.apache.axis.monitor.SOAPMonitorConstants

public class SOAPMonitorConstants
extends Object

SOAP Monitor Service constants

Author:
Brian Price (pricebe@us.ibm.com)

Field Summary
static String SOAP_MONITOR_ID
          Unique SOAP monitor id tag
static String SOAP_MONITOR_PORT
          Servlet initialization parameter names
static int SOAP_MONITOR_REQUEST
          SOAP message types
static int SOAP_MONITOR_RESPONSE
           
 
Constructor Summary
SOAPMonitorConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOAP_MONITOR_REQUEST

public static final int SOAP_MONITOR_REQUEST
SOAP message types

See Also:
Constant Field Values

SOAP_MONITOR_RESPONSE

public static final int SOAP_MONITOR_RESPONSE
See Also:
Constant Field Values

SOAP_MONITOR_PORT

public static final String SOAP_MONITOR_PORT
Servlet initialization parameter names

See Also:
Constant Field Values

SOAP_MONITOR_ID

public static final String SOAP_MONITOR_ID
Unique SOAP monitor id tag

See Also:
Constant Field Values
Constructor Detail

SOAPMonitorConstants

public SOAPMonitorConstants()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.