|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.types.URI
org.apache.axis.message.addressing.AttributedURI
Java content class for AttributedURI complex type.
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 105)
<complexType name="AttributedURI"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>anyURI"> </extension> </simpleContent> </complexType>
Nested Class Summary |
Nested classes inherited from class org.apache.axis.types.URI |
org.apache.axis.types.URI.MalformedURIException |
Constructor Summary | |
AttributedURI()
Constructor AttributedURI |
|
AttributedURI(javax.xml.soap.SOAPHeaderElement el)
Constructor AttributedURI |
|
AttributedURI(java.lang.String uri)
Constructor Address |
|
AttributedURI(org.apache.axis.types.URI uri)
Constructor AttributedURI |
Method Summary | |
void |
append(org.w3c.dom.Element parent,
java.lang.String elementName)
append DOM node to parent |
protected javax.xml.soap.SOAPHeaderElement |
toSOAPHeaderElement(javax.xml.soap.SOAPEnvelope env,
java.lang.String actorURI,
java.lang.String name)
|
Methods inherited from class org.apache.axis.types.URI |
appendPath, equals, getFragment, getHost, getPath, getPath, getPort, getQueryString, getRegBasedAuthority, getScheme, getSchemeSpecificPart, getUserinfo, hashCode, 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 AttributedURI(org.apache.axis.types.URI uri)
uri
- public AttributedURI(java.lang.String uri) throws org.apache.axis.types.URI.MalformedURIException
uri
-
MalformedURIException
org.apache.axis.types.URI.MalformedURIException
public AttributedURI()
public AttributedURI(javax.xml.soap.SOAPHeaderElement el) throws java.lang.Exception
el
-
java.lang.Exception
Method Detail |
public void append(org.w3c.dom.Element parent, java.lang.String elementName)
parent
- protected javax.xml.soap.SOAPHeaderElement toSOAPHeaderElement(javax.xml.soap.SOAPEnvelope env, java.lang.String actorURI, java.lang.String name) throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |