javax.wsdl.extensions.soap12

Interface SOAP12Address

public interface SOAP12Address extends ExtensibilityElement, Serializable

Copied from javax.wsdl.extensions.soap.SOAPAddress.
Method Summary
StringgetLocationURI()
Get the location URI for this SOAP address.
voidsetLocationURI(String locationURI)
Set the location URI for this SOAP address.

Method Detail

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.

Parameters: locationURI the desired location URI

Copyright B) 2003,2006 IBM. All Rights Reserved.