Interface SOAP12Binding

All Superinterfaces:
ExtensibilityElement, Serializable
All Known Implementing Classes:
SOAP12BindingImpl

public interface SOAP12Binding extends ExtensibilityElement, Serializable
Copied from javax.wsdl.extensions.soap.SOAPBinding.
  • Method Details

    • setStyle

      void setStyle(String style)
      Set the style for this SOAP binding.
      Parameters:
      style - the desired style
    • getStyle

      String getStyle()
      Get the style for this SOAP binding.
    • setTransportURI

      void setTransportURI(String transportURI)
      Set the SOAP transport URI to be used for communicating with this binding.
      Parameters:
      transportURI - the URI describing the transport to be used
    • getTransportURI

      String getTransportURI()
      Get the transport URI to be used with this binding.
      Returns:
      the transport URI to be used