oracle.wsdl.extension.soap
Class SOAPAddress
java.lang.Object
|
+--oracle.wsdl.common.WSDLElementImpl
|
+--oracle.wsdl.extension.soap.SOAPAddress
- All Implemented Interfaces:
- ExtensibilityElement, java.io.Serializable, WSDLElement
- public class SOAPAddress
- extends oracle.wsdl.common.WSDLElementImpl
- implements ExtensibilityElement
SOAPAddress represents SOAP address binding that is used to give a port an
address(a URI). The URI scheme specified for the address must correspond to
the transport specified by the SOAPBinding.
- See Also:
- Serialized Form
Constructor Summary |
SOAPAddress(java.lang.String location)
Initialize with an address |
Type | Method |
java.lang.String |
getElementName()
Get element name which is soap:address |
java.lang.String |
getLocation()
Get location |
void |
serialize(java.io.PrintWriter writer,
boolean indent,
int indentLevel)
Serialize this WSDL element |
void |
setLocation(java.lang.String location)
Set location |
Methods inherited from class oracle.wsdl.common.WSDLElementImpl |
getChildWSDLElements, getOwnerDefinitions, getParent, setParent, validateExtensionsRecursively |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOAPAddress
public SOAPAddress(java.lang.String location)
- Initialize with an address
- Parameters:
location
- the address(a URI)
getElementName
public java.lang.String getElementName()
- Get element name which is soap:address
- Specified by:
getElementName
in interface ExtensibilityElement
- Returns:
- soap:address
getLocation
public java.lang.String getLocation()
- Get location
- Returns:
- the address (a URI)
setLocation
public void setLocation(java.lang.String location)
- Set location
- Parameters:
location
- the address to set
serialize
public void serialize(java.io.PrintWriter writer,
boolean indent,
int indentLevel)
- Description copied from interface:
WSDLElement
- Serialize this WSDL element
- Specified by:
serialize
in interface WSDLElement
- Following copied from interface:
oracle.wsdl.internal.WSDLElement
- Parameters:
writer
- a print writer as a sinkindent
- indicates whether indentation will be applied to serializationindentLevel
- the levels of indentation starting from 0.
Copyright © 2001 Oracle SOAP. All Rights Reserved.