javax.wsdl.extensions.soap12
Interface SOAP12Address
- ExtensibilityElement, java.io.Serializable
- SOAP12AddressImpl
public interface SOAP12Address
Copied from javax.wsdl.extensions.soap.SOAPAddress.
String | getLocationURI() - Get the location URI for this SOAP address.
|
void | setLocationURI(String locationURI) - Set the location URI for this SOAP address.
|
getLocationURI
public String getLocationURI()
Get the location URI for this SOAP address.
setLocationURI
public void setLocationURI(String locationURI)
Set the location URI for this SOAP address.
locationURI
- the desired location URI
Copyright B) 2003,2006 IBM. All Rights Reserved.