Package javax.wsdl.extensions.http
Interface HTTPAddress
- All Superinterfaces:
ExtensibilityElement
,java.io.Serializable
- All Known Implementing Classes:
HTTPAddressImpl
- Author:
- Matthew J. Duftler (duftler@us.ibm.com)
-
Method Summary
Modifier and TypeMethodDescriptionjava.lang.String
Get the location URI for this HTTP address.void
setLocationURI
(java.lang.String locationURI) Set the location URI for this HTTP address.Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement
getElementType, getRequired, setElementType, setRequired
-
Method Details
-
setLocationURI
void setLocationURI(java.lang.String locationURI) Set the location URI for this HTTP address.- Parameters:
locationURI
- the desired location URI
-
getLocationURI
java.lang.String getLocationURI()Get the location URI for this HTTP address.
-