Interface SOAP12Address

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

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

    • setLocationURI

      void setLocationURI(String locationURI)
      Set the location URI for this SOAP address.
      Parameters:
      locationURI - the desired location URI
    • getLocationURI

      String getLocationURI()
      Get the location URI for this SOAP address.