Class SOAPBindingImpl

java.lang.Object
com.sun.xml.ws.api.model.soap.SOAPBinding
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.
Author:
Vivek Pandey
  • Constructor Details

    • SOAPBindingImpl

      public SOAPBindingImpl()
    • SOAPBindingImpl

      public SOAPBindingImpl(SOAPBinding sb)
  • Method Details

    • setStyle

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

      public void setSOAPVersion(SOAPVersion version)
    • setSOAPAction

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