org.apache.axis2.jaxws
Class BindingProvider
java.lang.Object
org.apache.axis2.jaxws.BindingProvider
- All Implemented Interfaces:
- BindingProvider
- Direct Known Subclasses:
- BaseDispatch, JAXWSProxyHandler
public class BindingProvider
- extends java.lang.Object
- implements BindingProvider
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
requestContext
protected java.util.Map<java.lang.String,java.lang.Object> requestContext
responseContext
protected java.util.Map<java.lang.String,java.lang.Object> responseContext
endpointDesc
protected EndpointDescription endpointDesc
serviceDelegate
protected ServiceDelegate serviceDelegate
BindingProvider
public BindingProvider(ServiceDelegate svcDelegate,
EndpointDescription epDesc,
EndpointReference epr,
java.lang.String addressingNamespace,
WebServiceFeature... features)
getServiceDelegate
public ServiceDelegate getServiceDelegate()
- Specified by:
getServiceDelegate
in interface BindingProvider
getEndpointDescription
public EndpointDescription getEndpointDescription()
- Specified by:
getEndpointDescription
in interface BindingProvider
getBinding
public Binding getBinding()
getRequestContext
public java.util.Map<java.lang.String,java.lang.Object> getRequestContext()
getResponseContext
public java.util.Map<java.lang.String,java.lang.Object> getResponseContext()
checkMaintainSessionState
protected void checkMaintainSessionState(MessageContext mc,
InvocationContext ic)
- Check for maintain session state enablement either in the
MessageContext.isMaintainSession() or in the ServiceContext properties.
- Parameters:
mc
- ic
-
setupSessionContext
protected void setupSessionContext(java.util.Map<java.lang.String,java.lang.Object> properties)
useSoapAction
protected boolean useSoapAction()
- Returns a boolean value representing whether or not a SOAPAction header should be sent with
the request.
getEndpointReference
public EndpointReference getEndpointReference()
getEndpointReference
public <T extends EndpointReference> T getEndpointReference(java.lang.Class<T> clazz)
Copyright © 2007 Apache Web Services Project. All Rights Reserved.