javax.wsdl.extensions.soap
Interface SOAPAddress

All Superinterfaces:
ExtensibilityElement, java.io.Serializable

public interface SOAPAddress
extends ExtensibilityElement, java.io.Serializable

SOAPAddress

Component:
WSDL-API interfaces

Method Summary
 java.lang.String getLocationURI()
          Get the location URI for this SOAP address.
 void setLocationURI(java.lang.String locationURI)
          Set the location URI for this SOAP address.
 
Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement
getElementType, getRequired, setElementType, setRequired
 

Method Detail

setLocationURI

public void setLocationURI(java.lang.String locationURI)
Set the location URI for this SOAP address.

Parameters:
locationURI - the desired location URI

getLocationURI

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