org.codehaus.xfire.jaxws.binding
Class SOAPBinding
java.lang.Object
org.codehaus.xfire.jaxws.binding.AbstractBinding
org.codehaus.xfire.jaxws.binding.SOAPBinding
- All Implemented Interfaces:
- javax.xml.ws.Binding, javax.xml.ws.soap.SOAPBinding
public class SOAPBinding
- extends AbstractBinding
- implements javax.xml.ws.soap.SOAPBinding
Fields inherited from interface javax.xml.ws.soap.SOAPBinding |
SOAP11HTTP_BINDING, SOAP11HTTP_MTOM_BINDING, SOAP12HTTP_BINDING, SOAP12HTTP_MTOM_BINDING |
Constructor Summary |
SOAPBinding(org.codehaus.xfire.transport.Transport t)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.xml.ws.Binding |
getHandlerChain, setHandlerChain |
SOAPBinding
public SOAPBinding(org.codehaus.xfire.transport.Transport t)
getMessageFactory
public javax.xml.soap.MessageFactory getMessageFactory()
- Specified by:
getMessageFactory
in interface javax.xml.ws.soap.SOAPBinding
getSOAPFactory
public javax.xml.soap.SOAPFactory getSOAPFactory()
- Specified by:
getSOAPFactory
in interface javax.xml.ws.soap.SOAPBinding
isMTOMEnabled
public boolean isMTOMEnabled()
- Specified by:
isMTOMEnabled
in interface javax.xml.ws.soap.SOAPBinding
setMTOMEnabled
public void setMTOMEnabled(boolean mtomEnabled)
- Specified by:
setMTOMEnabled
in interface javax.xml.ws.soap.SOAPBinding
getRoles
public java.util.Set<java.lang.String> getRoles()
- Specified by:
getRoles
in interface javax.xml.ws.soap.SOAPBinding
setRoles
public void setRoles(java.util.Set<java.lang.String> roles)
- Specified by:
setRoles
in interface javax.xml.ws.soap.SOAPBinding
Copyright © 2004-2009. All Rights Reserved.