public class BindingProvider extends Object implements BindingProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
BINDING_PROVIDER |
protected org.apache.axis2.jaxws.description.EndpointDescription |
endpointDesc |
protected Map<String,Object> |
requestContext |
protected Map<String,Object> |
responseContext |
protected ServiceDelegate |
serviceDelegate |
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, SOAPACTION_URI_PROPERTY, SOAPACTION_USE_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
BindingProvider(ServiceDelegate svcDelegate,
org.apache.axis2.jaxws.description.EndpointDescription epDesc,
org.apache.axis2.addressing.EndpointReference epr,
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() |
org.apache.axis2.jaxws.description.EndpointDescription |
getEndpointDescription() |
javax.xml.ws.EndpointReference |
getEndpointReference() |
<T extends javax.xml.ws.EndpointReference> |
getEndpointReference(Class<T> clazz) |
Map<String,Object> |
getRequestContext() |
Map<String,Object> |
getResponseContext() |
ServiceDelegate |
getServiceDelegate() |
protected void |
setupSessionContext(Map<String,Object> properties) |
protected boolean |
useSoapAction()
Returns a boolean value representing whether or not a SOAPAction header should be sent with
the request.
|
protected org.apache.axis2.jaxws.description.EndpointDescription endpointDesc
protected ServiceDelegate serviceDelegate
public static final String BINDING_PROVIDER
public BindingProvider(ServiceDelegate svcDelegate, org.apache.axis2.jaxws.description.EndpointDescription epDesc, org.apache.axis2.addressing.EndpointReference epr, String addressingNamespace, javax.xml.ws.WebServiceFeature... features)
public ServiceDelegate getServiceDelegate()
public org.apache.axis2.jaxws.description.EndpointDescription getEndpointDescription()
public javax.xml.ws.Binding getBinding()
getBinding in interface javax.xml.ws.BindingProviderpublic Map<String,Object> getRequestContext()
getRequestContext in interface javax.xml.ws.BindingProviderpublic Map<String,Object> getResponseContext()
getResponseContext in interface javax.xml.ws.BindingProviderprotected void checkMaintainSessionState(MessageContext mc, InvocationContext ic)
mc - ic - protected boolean useSoapAction()
public javax.xml.ws.EndpointReference getEndpointReference()
getEndpointReference in interface javax.xml.ws.BindingProviderpublic <T extends javax.xml.ws.EndpointReference> T getEndpointReference(Class<T> clazz)
getEndpointReference in interface javax.xml.ws.BindingProviderCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.