
Fields
publicfinalstatic
String HTTP_REQUEST_HEADERS
= "javax.xml.ws.http.request.headers"

Standard property: HTTP request headers.

Standard property: HTTP request headers.
Type: java.util.Map>
publicfinalstatic
String HTTP_REQUEST_METHOD
= "javax.xml.ws.http.request.method"

Standard property: HTTP request method.

Standard property: HTTP request method.
Type: java.lang.String
publicfinalstatic
String HTTP_RESPONSE_CODE
= "javax.xml.ws.http.response.code"

Standard property: HTTP response status code.

Standard property: HTTP response status code.
Type: java.lang.Integer
publicfinalstatic
String HTTP_RESPONSE_HEADERS
= "javax.xml.ws.http.response.headers"

Standard property: HTTP response headers.

Standard property: HTTP response headers.
Type: java.util.Map>
publicfinalstatic
String INBOUND_MESSAGE_ATTACHMENTS
= "javax.xml.ws.binding.attachments.inbound"

Standard property: Map of attachments to a message for the inbound
message, key is the MIME Content-ID, value is a DataHandler.

Standard 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
publicfinalstatic
String MESSAGE_OUTBOUND_PROPERTY
= "javax.xml.ws.handler.message.outbound"

Standard property: message direction,
true
for
outbound messages,
false
for inbound.

Standard property: message direction,
true
for
outbound messages,
false
for inbound.
Type: boolean
publicfinalstatic
String OUTBOUND_MESSAGE_ATTACHMENTS
= "javax.xml.ws.binding.attachments.outbound"

Standard property: Map of attachments to a message for the outbound
message, key is the MIME Content-ID, value is a DataHandler.

Standard 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
publicfinalstatic
String PATH_INFO
= "javax.xml.ws.http.request.pathinfo"

Standard property: Request Path Info

Standard property: Request Path Info
Type: String
publicfinalstatic
String QUERY_STRING
= "javax.xml.ws.http.request.querystring"

Standard property: Query string for request.

Standard property: Query string for request.
Type: String
publicfinalstatic
String SERVLET_CONTEXT
= "javax.xml.ws.servlet.context"

Standard property: servlet context object.

Standard property: servlet context object.
Type: javax.servlet.ServletContext
publicfinalstatic
String SERVLET_REQUEST
= "javax.xml.ws.servlet.request"

Standard property: servlet request object.

Standard property: servlet request object.
Type: javax.servlet.http.HttpServletRequest
publicfinalstatic
String SERVLET_RESPONSE
= "javax.xml.ws.servlet.response"

Standard property: servlet response object.

Standard property: servlet response object.
Type: javax.servlet.http.HttpServletResponse
publicfinalstatic
String WSDL_DESCRIPTION
= "javax.xml.ws.wsdl.description"

Standard property: input source for WSDL document.

Standard property: input source for WSDL document.
Type: org.xml.sax.InputSource
publicfinalstatic
String WSDL_INTERFACE
= "javax.xml.ws.wsdl.interface"

Standard property: name of wsdl interface (2.0) or port type (1.1).

Standard property: name of wsdl interface (2.0) or port type (1.1).
Type: javax.xml.namespace.QName
publicfinalstatic
String WSDL_OPERATION
= "javax.xml.ws.wsdl.operation"

Standard property: name of WSDL operation.

Standard property: name of WSDL operation.
Type: javax.xml.namespace.QName
publicfinalstatic
String WSDL_PORT
= "javax.xml.ws.wsdl.port"

Standard property: name of WSDL port.

Standard property: name of WSDL port.
Type: javax.xml.namespace.QName
publicfinalstatic
String WSDL_SERVICE
= "javax.xml.ws.wsdl.service"

Standard property: name of WSDL service.

Standard property: name of WSDL service.
Type: javax.xml.namespace.QName