Apache CXF API

org.apache.cxf.jaxws.binding.soap
Class SOAPBindingImpl

java.lang.Object
  extended by org.apache.cxf.jaxws.binding.BindingImpl
      extended by org.apache.cxf.jaxws.binding.soap.SOAPBindingImpl
All Implemented Interfaces:
javax.xml.ws.Binding, javax.xml.ws.soap.SOAPBinding

public class SOAPBindingImpl
extends BindingImpl
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
SOAPBindingImpl(BindingInfo sb)
           
 
Method Summary
 javax.xml.soap.MessageFactory getMessageFactory()
           
 java.util.Set<java.lang.String> getRoles()
           
 javax.xml.soap.SOAPFactory getSOAPFactory()
           
 boolean isMTOMEnabled()
           
 void setMTOMEnabled(boolean flag)
           
 void setRoles(java.util.Set<java.lang.String> set)
           
 
Methods inherited from class org.apache.cxf.jaxws.binding.BindingImpl
getBindingID, getHandlerChain, 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

SOAPBindingImpl

public SOAPBindingImpl(BindingInfo sb)
Method Detail

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> set)
Specified by:
setRoles 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 flag)
Specified by:
setMTOMEnabled in interface javax.xml.ws.soap.SOAPBinding

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

Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.