org.openliberty.xmltooling.soapbinding
Class ApplicationEPR

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.ApplicationEPR
All Implemented Interfaces:
org.opensaml.xml.ElementExtensibleXMLObject, org.opensaml.xml.signature.SignableXMLObject, org.opensaml.xml.XMLObject

public class ApplicationEPR
extends EndpointReference

This header may be included in a message zero or more times and provides a means for a sender to specify application endpoints that may be referenced from the SOAP Body of the message.

      <xs:element name="ApplicationEPR" type="wsa:EndpointReferenceType"/>
 

Author:
asa

Nested Class Summary
static class ApplicationEPR.Builder
          Internal Builder
static class ApplicationEPR.Marshaller
          Internal Marshaller
static class ApplicationEPR.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
ApplicationEPR()
           
ApplicationEPR(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

ApplicationEPR

public ApplicationEPR()

ApplicationEPR

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