|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis.message.addressing.EndpointReferenceType org.apache.axis.message.addressing.EndpointReference org.apache.axis.message.addressing.From
public class From
Java content class for From 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 80)
<element xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" name="From" type="wsa:EndpointReferenceType"/>
Field Summary |
---|
Fields inherited from class org.apache.axis.message.addressing.EndpointReferenceType |
---|
metaData |
Constructor Summary | |
---|---|
From(EndpointReferenceType endpoint)
Constructor From. |
|
From(javax.xml.soap.SOAPHeaderElement element)
Constructor From. |
|
From(java.lang.String uri)
Creates an instance. |
|
From(org.apache.axis.types.URI uri)
Constructor From. |
Method Summary | |
---|---|
org.w3c.dom.Element |
toDOM(org.w3c.dom.Document doc)
Method toDOM. |
javax.xml.soap.SOAPHeaderElement |
toSOAPHeaderElement(AddressingVersion version,
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.EndpointReference |
---|
addMetadata, addReferenceParameter, addReferenceProperty, toDOM, toSOAPHeaderElement, toSOAPHeaderElement |
Methods inherited from class org.apache.axis.message.addressing.EndpointReferenceType |
---|
get_any, getAddress, getDeserializer, getMetadata, getParameters, getPortType, getProperties, getSerializer, getServiceName, getTypeDesc, set_any, setAddress, setMetadata, setParameters, setPortType, setProperties, setServiceName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public From(EndpointReferenceType endpoint)
endpoint
- Source end-pointpublic From(javax.xml.soap.SOAPHeaderElement element) throws org.apache.axis.types.URI.MalformedURIException
element
- Source element
org.apache.axis.types.URI.MalformedURIException
- If an error occurspublic From(org.apache.axis.types.URI uri)
uri
- Source URIpublic From(java.lang.String uri) throws org.apache.axis.types.URI.MalformedURIException
uri
- Source URI
org.apache.axis.types.URI.MalformedURIException
- If the URI is not validMethod Detail |
---|
public org.w3c.dom.Element toDOM(org.w3c.dom.Document doc)
toDOM
in class EndpointReference
doc
- Document to use for Node creation
public javax.xml.soap.SOAPHeaderElement toSOAPHeaderElement(AddressingVersion version, javax.xml.soap.SOAPEnvelope env, java.lang.String actorURI) throws javax.xml.soap.SOAPException
toSOAPHeaderElement
in interface AddressingHeaderItem
toSOAPHeaderElement
in class EndpointReference
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 |