org.apache.axis2.jaxws.binding
Class SOAPBinding
java.lang.Object
org.apache.axis2.jaxws.binding.BindingImpl
org.apache.axis2.jaxws.binding.SOAPBinding
All Implemented Interfaces: Binding , SOAPBinding
public class SOAPBinding extends BindingImpl implements SOAPBinding
An implementation of the javax.xml.ws.soap.SOAPBinding
interface. This is the default binding for JAX-WS, and will exist for all
Dispatch and Dynamic Proxy instances unless the XML/HTTP Binding is
explicitly specificied.
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
SOAPBinding
public SOAPBinding (EndpointDescription endpointDesc)
getMessageFactory
public MessageFactory getMessageFactory ()
Specified by: getMessageFactory
in interface SOAPBinding
getRoles
public Set <String > getRoles ()
Specified by: getRoles
in interface SOAPBinding
getSOAPFactory
public SOAPFactory getSOAPFactory ()
Specified by: getSOAPFactory
in interface SOAPBinding
isMTOMEnabled
public boolean isMTOMEnabled ()
Specified by: isMTOMEnabled
in interface SOAPBinding
setMTOMEnabled
public void setMTOMEnabled (boolean flag)
Specified by: setMTOMEnabled
in interface SOAPBinding
setRoles
public void setRoles (Set <String > set)
Specified by: setRoles
in interface SOAPBinding
getAddressingNamespace
public String getAddressingNamespace ()
Overrides: getAddressingNamespace
in class BindingImpl
getAxis2EndpointReference
public EndpointReference getAxis2EndpointReference ()
Overrides: getAxis2EndpointReference
in class BindingImpl
setAddressingNamespace
public void setAddressingNamespace (String addressingNamespace)
Overrides: setAddressingNamespace
in class BindingImpl
setAxis2EndpointReference
public void setAxis2EndpointReference (EndpointReference epr)
Overrides: setAxis2EndpointReference
in class BindingImpl
Copyright © 2004-2010 The Apache Software Foundation . All Rights Reserved.