org.openliberty.xmltooling.soapbinding
Class FaultTo

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObject
      extended by org.opensaml.xml.signature.AbstractSignableXMLObject
          extended by org.openliberty.xmltooling.epr.EndpointReference
              extended by org.openliberty.xmltooling.soapbinding.FaultTo
All Implemented Interfaces:
org.opensaml.xml.ElementExtensibleXMLObject, org.opensaml.xml.signature.SignableXMLObject, org.opensaml.xml.XMLObject

public class FaultTo
extends EndpointReference

The header block is defined in [WSAv1.0-SOAP]. The value of this header block, which is of the WS-Addressing endpoint reference type, specifies the address to which a fault should be sent, if one should arise in the processing of the message. If not present, faults are sent to the reply address.

  <xs:element name="FaultTo" type="tns:EndpointReferenceType"/>
 

Author:
asa

Nested Class Summary
static class FaultTo.Builder
          Internal Builder
static class FaultTo.Marshaller
          Internal Marshaller
static class FaultTo.Unmarshaller
          Internal Unmarshaller
 
Field Summary
static java.lang.String LOCAL_NAME
           
 
Fields inherited from class org.openliberty.xmltooling.epr.EndpointReference
ATT_ID, ATT_NOT_ON_OR_AFTER
 
Constructor Summary
FaultTo()
           
FaultTo(java.lang.String namespaceURI, java.lang.String elementLocalName, java.lang.String namespacePrefix)
           
 
Method Summary
 
Methods inherited from class org.openliberty.xmltooling.epr.EndpointReference
getAddress, getId, getMetadata, getNotOnOrAfter, getOrderedChildren, getReferenceParameters, getUnknownXMLObjects, getUnknownXMLObjects, securityMechIDStringsFromEPR, setAddress, setId, setMetadata, setNotOnOrAfter, setReferenceParameters
 
Methods inherited from class org.opensaml.xml.signature.AbstractSignableXMLObject
getSignature, isSigned, setSignature
 
Methods inherited from class org.opensaml.xml.AbstractXMLObject
addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opensaml.xml.XMLObject
addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Field Detail

LOCAL_NAME

public static final java.lang.String LOCAL_NAME
See Also:
Constant Field Values
Constructor Detail

FaultTo

public FaultTo()

FaultTo

public FaultTo(java.lang.String namespaceURI,
               java.lang.String elementLocalName,
               java.lang.String namespacePrefix)