|
||||||||||
| 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
public class 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/interfaces 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(AddressingVersion version,
org.w3c.dom.Element parent,
java.lang.String elemName)
Appends a DOM representation of this instance to the specified element. |
void |
append(org.w3c.dom.Element parent)
Appends a DOM representation of this instance to the specified element. |
void |
append(org.w3c.dom.Element parent,
java.lang.String elementName)
Appends a DOM representation of this instance to the specified element. |
java.lang.String |
getDefaultElementName()
Gets the default name of the element to create in DOMAppendable and AddressingHeaderItem methods. |
javax.xml.soap.SOAPHeaderElement |
toSOAPHeaderElement(AddressingVersion version,
javax.xml.soap.SOAPEnvelope env,
java.lang.String actorURI)
Converts this instance into a SOAP header element. |
protected javax.xml.soap.SOAPHeaderElement |
toSOAPHeaderElement(AddressingVersion version,
javax.xml.soap.SOAPEnvelope env,
java.lang.String actorURI,
java.lang.String name)
Converts this instance into a SOAP header element. |
javax.xml.soap.SOAPHeaderElement |
toSOAPHeaderElement(javax.xml.soap.SOAPEnvelope env,
java.lang.String actorURI)
Gets a SOAP Header Element from this instance. |
| 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 AttributedURI()
public AttributedURI(javax.xml.soap.SOAPHeaderElement el)
throws org.apache.axis.types.URI.MalformedURIException
el - Element to extract the URI from
URI.MalformedURIException - If the extracted URI is not valid
public AttributedURI(java.lang.String uri)
throws org.apache.axis.types.URI.MalformedURIException
uri - URI
MalformedURIException - If the URI is not valid
org.apache.axis.types.URI.MalformedURIExceptionpublic AttributedURI(org.apache.axis.types.URI uri)
uri - URI| Method Detail |
|---|
public java.lang.String getDefaultElementName()
public final void append(org.w3c.dom.Element parent)
This method should call DOMAppendable.append(Element, String)
with a default value for the elementName parameter. Abstract
classes, or those to be always subclassed may optionally
throw UnsupportedOperationException
instead.
append in interface DOMAppendableparent - Parent element
public final void append(org.w3c.dom.Element parent,
java.lang.String elementName)
append in interface DOMAppendableparent - Parent elementelementName - The name of the element to create
public final void append(AddressingVersion version,
org.w3c.dom.Element parent,
java.lang.String elemName)
append in interface DOMAppendableversion - WS-Addressing version to useparent - Parent elementelemName - Name of the element to create
public final javax.xml.soap.SOAPHeaderElement toSOAPHeaderElement(AddressingVersion version,
javax.xml.soap.SOAPEnvelope env,
java.lang.String actorURI)
throws javax.xml.soap.SOAPException
toSOAPHeaderElement in interface AddressingHeaderItemversion - WS-Addressing version to useenv - Envelope to put the header intoactorURI - Actor URI
javax.xml.soap.SOAPException - If an error occurs
protected javax.xml.soap.SOAPHeaderElement toSOAPHeaderElement(AddressingVersion version,
javax.xml.soap.SOAPEnvelope env,
java.lang.String actorURI,
java.lang.String name)
throws javax.xml.soap.SOAPException
version - WS-Addressing version to useenv - Envelope to put the header intoactorURI - Actor URIname - Element name
javax.xml.soap.SOAPException - If an error occurs
public final javax.xml.soap.SOAPHeaderElement toSOAPHeaderElement(javax.xml.soap.SOAPEnvelope env,
java.lang.String actorURI)
throws javax.xml.soap.SOAPException
toSOAPHeaderElement in interface AddressingHeaderItemenv - SOAP envelope to append toactorURI - Actor URI
javax.xml.soap.SOAPException - If an error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||