public class BindingProvider extends java.lang.Object implements BindingProvider
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BINDING_PROVIDER |
protected EndpointDescription |
endpointDesc |
protected java.util.Map<java.lang.String,java.lang.Object> |
requestContext |
protected java.util.Map<java.lang.String,java.lang.Object> |
responseContext |
protected ServiceDelegate |
serviceDelegate |
| Constructor and Description |
|---|
BindingProvider(ServiceDelegate svcDelegate,
EndpointDescription epDesc,
EndpointReference epr,
java.lang.String addressingNamespace,
javax.xml.ws.WebServiceFeature... features) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkMaintainSessionState(MessageContext mc,
InvocationContext ic)
Check for maintain session state enablement either in the
MessageContext.isMaintainSession() or in the ServiceContext properties.
|
javax.xml.ws.Binding |
getBinding() |
EndpointDescription |
getEndpointDescription() |
javax.xml.ws.EndpointReference |
getEndpointReference() |
<T extends javax.xml.ws.EndpointReference> |
getEndpointReference(java.lang.Class<T> clazz) |
java.util.Map<java.lang.String,java.lang.Object> |
getRequestContext() |
java.util.Map<java.lang.String,java.lang.Object> |
getResponseContext() |
ServiceDelegate |
getServiceDelegate() |
protected void |
setupSessionContext(java.util.Map<java.lang.String,java.lang.Object> properties) |
protected boolean |
useSoapAction()
Returns a boolean value representing whether or not a SOAPAction header should be sent with
the request.
|
protected java.util.Map<java.lang.String,java.lang.Object> requestContext
protected java.util.Map<java.lang.String,java.lang.Object> responseContext
protected EndpointDescription endpointDesc
protected ServiceDelegate serviceDelegate
public static final java.lang.String BINDING_PROVIDER
public BindingProvider(ServiceDelegate svcDelegate, EndpointDescription epDesc, EndpointReference epr, java.lang.String addressingNamespace, javax.xml.ws.WebServiceFeature... features)
public ServiceDelegate getServiceDelegate()
public EndpointDescription getEndpointDescription()
public javax.xml.ws.Binding getBinding()
getBinding in interface javax.xml.ws.BindingProviderpublic java.util.Map<java.lang.String,java.lang.Object> getRequestContext()
getRequestContext in interface javax.xml.ws.BindingProviderpublic java.util.Map<java.lang.String,java.lang.Object> getResponseContext()
getResponseContext in interface javax.xml.ws.BindingProviderprotected void checkMaintainSessionState(MessageContext mc, InvocationContext ic)
mc - ic - protected void setupSessionContext(java.util.Map<java.lang.String,java.lang.Object> properties)
protected boolean useSoapAction()
public javax.xml.ws.EndpointReference getEndpointReference()
getEndpointReference in interface javax.xml.ws.BindingProviderpublic <T extends javax.xml.ws.EndpointReference> T getEndpointReference(java.lang.Class<T> clazz)
getEndpointReference in interface javax.xml.ws.BindingProviderCopyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.