|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis.types.URI org.apache.axis.message.addressing.AttributedURI org.apache.axis.message.addressing.To
public class To
Java content class for To element declaration.
The following schema fragment specifies the expected content contained within this java content object. (defined at http://schemas.xmlsoap.org/ws/2004/08/addressing line 78)
<element name="To" type="{http://schemas.xmlsoap.org/ws/2004/08/addressing}AttributedURI"/>
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.axis.types.URI |
---|
org.apache.axis.types.URI.MalformedURIException |
Constructor Summary | |
---|---|
To(javax.xml.soap.SOAPHeaderElement el)
Constructor To. |
|
To(java.lang.String uri)
Constructor To. |
|
To(org.apache.axis.types.URI uri)
Copy constructor. |
Method Summary | |
---|---|
java.lang.String |
getDefaultElementName()
Gets the default name of the element to create in DOMAppendable and AddressingHeaderItem methods. |
Methods inherited from class org.apache.axis.message.addressing.AttributedURI |
---|
append, append, append, toSOAPHeaderElement, toSOAPHeaderElement, toSOAPHeaderElement |
Methods inherited from class org.apache.axis.types.URI |
---|
absolutize, appendPath, equals, getFragment, getHost, getPath, getPath, getPort, getQueryString, getRegBasedAuthority, getScheme, getSchemeSpecificPart, getUserinfo, hashCode, isAbsoluteURI, isConformantSchemeName, isGenericURI, isWellFormedAddress, isWellFormedIPv4Address, isWellFormedIPv6Reference, setFragment, setHost, setPath, setPort, setQueryString, setRegBasedAuthority, setScheme, setUserinfo, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public To(javax.xml.soap.SOAPHeaderElement el) throws org.apache.axis.types.URI.MalformedURIException
el
- Element
MalformedURIException
- If an error occurs
org.apache.axis.types.URI.MalformedURIException
public To(java.lang.String uri) throws org.apache.axis.types.URI.MalformedURIException
uri
- To URI
org.apache.axis.types.URI.MalformedURIException
public To(org.apache.axis.types.URI uri)
uri
- To URIMethod Detail |
---|
public java.lang.String getDefaultElementName()
getDefaultElementName
in class AttributedURI
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |