org.codehaus.xfire.jaxws.binding
Class SOAPBinding

java.lang.Object
  extended by org.codehaus.xfire.jaxws.binding.AbstractBinding
      extended by 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


Field Summary
 
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)
           
 
Method Summary
 javax.xml.soap.MessageFactory getMessageFactory()
           
 java.util.Set<java.lang.String> getRoles()
           
 javax.xml.soap.SOAPFactory getSOAPFactory()
           
 boolean isMTOMEnabled()
           
 void setMTOMEnabled(boolean mtomEnabled)
           
 void setRoles(java.util.Set<java.lang.String> roles)
           
 
Methods inherited from class org.codehaus.xfire.jaxws.binding.AbstractBinding
getHandlerChain, getTransport, setHandlerChain
 
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
 

Constructor Detail

SOAPBinding

public SOAPBinding(org.codehaus.xfire.transport.Transport t)
Method Detail

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.