Fields Summary |
---|
public static final String | MESSAGE_OUTBOUND_PROPERTYStandard property: message direction, true for
outbound messages, false for inbound.
Type: boolean |
public static final String | INBOUND_MESSAGE_ATTACHMENTSStandard property: Map of attachments to a message for the inbound
message, key is the MIME Content-ID, value is a DataHandler.
Type: java.util.Map |
public static final String | OUTBOUND_MESSAGE_ATTACHMENTSStandard property: Map of attachments to a message for the outbound
message, key is the MIME Content-ID, value is a DataHandler.
Type: java.util.Map |
public static final String | WSDL_DESCRIPTIONStandard property: input source for WSDL document.
Type: org.xml.sax.InputSource |
public static final String | WSDL_SERVICEStandard property: name of WSDL service.
Type: javax.xml.namespace.QName |
public static final String | WSDL_PORTStandard property: name of WSDL port.
Type: javax.xml.namespace.QName |
public static final String | WSDL_INTERFACEStandard property: name of wsdl interface (2.0) or port type (1.1).
Type: javax.xml.namespace.QName |
public static final String | WSDL_OPERATIONStandard property: name of WSDL operation.
Type: javax.xml.namespace.QName |
public static final String | HTTP_RESPONSE_CODEStandard property: HTTP response status code.
Type: java.lang.Integer |
public static final String | HTTP_REQUEST_HEADERSStandard property: HTTP request headers.
Type: java.util.Map<java.lang.String, java.util.List<java.lang.String>> |
public static final String | HTTP_RESPONSE_HEADERSStandard property: HTTP response headers.
Type: java.util.Map<java.lang.String, java.util.List<java.lang.String>> |
public static final String | HTTP_REQUEST_METHODStandard property: HTTP request method.
Type: java.lang.String |
public static final String | SERVLET_REQUESTStandard property: servlet request object.
Type: javax.servlet.http.HttpServletRequest |
public static final String | SERVLET_RESPONSEStandard property: servlet response object.
Type: javax.servlet.http.HttpServletResponse |
public static final String | SERVLET_CONTEXTStandard property: servlet context object.
Type: javax.servlet.ServletContext |
public static final String | QUERY_STRINGStandard property: Query string for request.
Type: String |
public static final String | PATH_INFOStandard property: Request Path Info
Type: String |
public static final String | REFERENCE_PARAMETERSStandard property: WS Addressing Reference Parameters.
The list MUST include all SOAP headers marked with the
wsa:IsReferenceParameter="true" attribute.
Type: List |