|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis.message.addressing.Relationship org.apache.axis.message.addressing.RelatesTo
public class RelatesTo
Java content class for RelatesTo 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 77)
<element name="RelatesTo" type="{http://schemas.xmlsoap.org/ws/2004/08/addressing}Relationship"/>
Constructor Summary | |
---|---|
RelatesTo(javax.xml.soap.SOAPElement element)
Constructor RelatesTo. |
|
RelatesTo(java.lang.String uri,
javax.xml.namespace.QName type)
Creates an instance. |
|
RelatesTo(java.lang.String uri,
java.lang.String type)
Creates an instance. |
|
RelatesTo(org.apache.axis.types.URI uri,
javax.xml.namespace.QName type)
Creates an instance. |
Method Summary | |
---|---|
org.apache.axis.message.SOAPHeaderElement |
toSOAPHeaderElement(AddressingVersion version,
javax.xml.soap.SOAPEnvelope env,
java.lang.String actorURI)
Gets a SOAP Header Element from this instance. |
org.apache.axis.message.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.message.addressing.Relationship |
---|
getType, getTypeIRI, getURI, setType, setTypeIRI, setURI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RelatesTo(javax.xml.soap.SOAPElement element) throws org.apache.axis.types.URI.MalformedURIException
element
- Source element
org.apache.axis.types.URI.MalformedURIException
- If an error occurspublic RelatesTo(java.lang.String uri, javax.xml.namespace.QName type) throws org.apache.axis.types.URI.MalformedURIException
uri
- Target URItype
- URI type
URI.MalformedURIException
- If the URI is not validpublic RelatesTo(java.lang.String uri, java.lang.String type) throws org.apache.axis.types.URI.MalformedURIException
uri
- Target URItype
- Type attribute
URI.MalformedURIException
- If the URI is not validpublic RelatesTo(org.apache.axis.types.URI uri, javax.xml.namespace.QName type)
uri
- Target URItype
- Type attributeMethod Detail |
---|
public org.apache.axis.message.SOAPHeaderElement toSOAPHeaderElement(javax.xml.soap.SOAPEnvelope env, java.lang.String actorURI) throws javax.xml.soap.SOAPException
toSOAPHeaderElement
in interface AddressingHeaderItem
env
- SOAP envelope to append toactorURI
- Actor URI
javax.xml.soap.SOAPException
- If an error occurspublic org.apache.axis.message.SOAPHeaderElement toSOAPHeaderElement(AddressingVersion version, javax.xml.soap.SOAPEnvelope env, java.lang.String actorURI) throws javax.xml.soap.SOAPException
toSOAPHeaderElement
in interface AddressingHeaderItem
version
- WS-Addressing version to useenv
- 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 |