|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis.message.addressing.EndpointReferenceType
org.apache.axis.message.addressing.EndpointReference
org.apache.axis.message.addressing.FaultTo
public class FaultTo
Java content class for FaultTo 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 82)
<element xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" name="FaultTo" type="wsa:EndpointReferenceType"/>
| Field Summary |
|---|
| Fields inherited from class org.apache.axis.message.addressing.EndpointReferenceType |
|---|
metaData |
| Constructor Summary | |
|---|---|
FaultTo(Address address)
Constructor FaultTo. |
|
FaultTo(EndpointReferenceType endpoint)
Constructor FaultTo. |
|
FaultTo(javax.xml.soap.SOAPHeaderElement element)
Constructor FaultTo. |
|
FaultTo(org.apache.axis.types.URI uri)
Constructor FaultTo. |
|
| 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 FaultTo(Address address)
address - Target addresspublic FaultTo(EndpointReferenceType endpoint)
endpoint - Target end-point
public FaultTo(javax.xml.soap.SOAPHeaderElement element)
throws org.apache.axis.types.URI.MalformedURIException
element - Header element to copy from
org.apache.axis.types.URI.MalformedURIException - If an error occurspublic FaultTo(org.apache.axis.types.URI uri)
uri - Target URI| Method Detail |
|---|
public org.w3c.dom.Element toDOM(org.w3c.dom.Document doc)
toDOM in class EndpointReferencedoc - 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 AddressingHeaderItemtoSOAPHeaderElement in class EndpointReferenceversion - 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 | |||||||||