javax.wsdl.extensions.soap

Interface SOAPAddress

public interface SOAPAddress extends ExtensibilityElement, Serializable

Author: Matthew J. Duftler (duftler@us.ibm.com)

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 © 2003,2005 IBM. All Rights Reserved.