|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ServiceEndpoinContext represents unique context for one service endpoint. It is
automatically created during ServiceEndpoint
creation and
exists during whole service endpoint life. An additional data associated with
this context is accessible using the method getContextData()
. There are accessible
also all values of the ServiceInstanceContext
data map.
Field Summary | |
static java.lang.String |
WSDL_BINDING_STYLE
Deprecated. See CallContext.WSDL_BINDING_STYLE |
static java.lang.String |
WSDL_ENCODING_URI
Deprecated. See CallContext.WSDL_ENCODING_URI |
Method Summary | |
java.util.Map |
getContextData()
Returns map of additional data associated with this context. |
ServiceEndpoint |
getServiceEndpoint()
Shortcut function for getting the configuration of the current service endpoint. |
Field Detail |
public static final java.lang.String WSDL_ENCODING_URI
CallContext.WSDL_ENCODING_URI
ServiceEndpointContext
. If set to null literal use
is assumed. If set to Constants.SOAP_ENC_NS
SOAP 1.1
encoding is assumed and if set to Constants.SOAP12_ENC_NS
SOAP 1.2 encoding is used.
public static final java.lang.String WSDL_BINDING_STYLE
CallContext.WSDL_BINDING_STYLE
ServiceEndpointContext
. If set to null document style
is assumed. If set to Constants.WSDL_BINDING_STYLE_DOCUMENT
WSDL document style is assumed and if set to Constants.WSDL_BINDING_STYLE_RPC
,
RPC style is used.
Method Detail |
public ServiceEndpoint getServiceEndpoint()
public java.util.Map getContextData()
ServiceInstanceContext
data map.
Map
of additional data
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |