com.sun.xml.ws.model.soap
Class SOAPBindingImpl

java.lang.Object
  extended by com.sun.xml.ws.api.model.soap.SOAPBinding
      extended by com.sun.xml.ws.model.soap.SOAPBindingImpl

public class SOAPBindingImpl
extends SOAPBinding

A wsdl:opeartion binding object that represents soap:binding. This can be the return of JavaMethod.getBinding().

the default values are always document/literal and SoapVersion is SOAP 1.1.


Field Summary
 
Fields inherited from class com.sun.xml.ws.api.model.soap.SOAPBinding
soapAction, soapVersion, style, use
 
Constructor Summary
SOAPBindingImpl()
           
SOAPBindingImpl(SOAPBinding sb)
           
 
Method Summary
 void setSOAPAction(String soapAction)
           
 void setSOAPVersion(SOAPVersion version)
           
 void setStyle(javax.jws.soap.SOAPBinding.Style style)
           
 
Methods inherited from class com.sun.xml.ws.api.model.soap.SOAPBinding
getSOAPAction, getSOAPVersion, getStyle, getUse, isDocLit, isRpcLit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPBindingImpl

public SOAPBindingImpl()

SOAPBindingImpl

public SOAPBindingImpl(SOAPBinding sb)
Method Detail

setStyle

public void setStyle(javax.jws.soap.SOAPBinding.Style style)
Parameters:
style - The style to set.

setSOAPVersion

public void setSOAPVersion(SOAPVersion version)
Parameters:
version -

setSOAPAction

public void setSOAPAction(String soapAction)
Parameters:
soapAction - The soapAction to set.