org.opensaml.saml2.ecp.impl
Class ResponseImpl

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObject
      extended by org.opensaml.xml.validation.AbstractValidatingXMLObject
          extended by org.opensaml.common.impl.AbstractSAMLObject
              extended by org.opensaml.saml2.ecp.impl.ResponseImpl
All Implemented Interfaces:
SAMLObject, Response, org.opensaml.ws.soap.soap11.ActorBearing, org.opensaml.ws.soap.soap11.MustUnderstandBearing, org.opensaml.xml.validation.ValidatingXMLObject, org.opensaml.xml.XMLObject

public class ResponseImpl
extends AbstractSAMLObject
implements Response

A concrete implementation of Response.


Field Summary
 
Fields inherited from interface org.opensaml.saml2.ecp.Response
ASSERTION_CONSUMER_SERVICE_URL_ATTRIB_NAME, DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAME
 
Fields inherited from interface org.opensaml.ws.soap.soap11.MustUnderstandBearing
SOAP11_MUST_UNDERSTAND_ATTR_LOCAL_NAME, SOAP11_MUST_UNDERSTAND_ATTR_NAME
 
Fields inherited from interface org.opensaml.ws.soap.soap11.ActorBearing
SOAP11_ACTOR_ATTR_LOCAL_NAME, SOAP11_ACTOR_ATTR_NAME, SOAP11_ACTOR_NEXT
 
Constructor Summary
protected ResponseImpl(java.lang.String namespaceURI, java.lang.String elementLocalName, java.lang.String namespacePrefix)
          Constructor.
 
Method Summary
 java.lang.String getAssertionConsumerServiceURL()
          Get the AssertionConsumerServiceURL attribute value.
 java.util.List<org.opensaml.xml.XMLObject> getOrderedChildren()
          
 java.lang.String getSOAP11Actor()
          
 java.lang.Boolean isSOAP11MustUnderstand()
          
 org.opensaml.xml.schema.XSBooleanValue isSOAP11MustUnderstandXSBoolean()
          
 void setAssertionConsumerServiceURL(java.lang.String newAssertionConsumerServiceURL)
          Get the AssertionConsumerServiceURL attribute value.
 void setSOAP11Actor(java.lang.String newActor)
          
 void setSOAP11MustUnderstand(java.lang.Boolean newMustUnderstand)
          
 void setSOAP11MustUnderstand(org.opensaml.xml.schema.XSBooleanValue newMustUnderstand)
          
 
Methods inherited from class org.opensaml.common.impl.AbstractSAMLObject
equals, prepareForAssignment
 
Methods inherited from class org.opensaml.xml.validation.AbstractValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate, validateChildren
 
Methods inherited from class org.opensaml.xml.AbstractXMLObject
addNamespace, detach, 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, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate
 
Methods inherited from interface org.opensaml.xml.XMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Constructor Detail

ResponseImpl

protected ResponseImpl(java.lang.String namespaceURI,
                       java.lang.String elementLocalName,
                       java.lang.String namespacePrefix)
Constructor.

Parameters:
namespaceURI - the namespace the element is in
elementLocalName - the local name of the XML element this Object represents
namespacePrefix - the prefix for the given namespace
Method Detail

getAssertionConsumerServiceURL

public java.lang.String getAssertionConsumerServiceURL()
Get the AssertionConsumerServiceURL attribute value.

Specified by:
getAssertionConsumerServiceURL in interface Response
Returns:
the AssertionConsumerServiceURL attribute value

setAssertionConsumerServiceURL

public void setAssertionConsumerServiceURL(java.lang.String newAssertionConsumerServiceURL)
Get the AssertionConsumerServiceURL attribute value.

Specified by:
setAssertionConsumerServiceURL in interface Response
Parameters:
newAssertionConsumerServiceURL - the new AssertionConsumerServiceURL attribute value

isSOAP11MustUnderstand

public java.lang.Boolean isSOAP11MustUnderstand()

Specified by:
isSOAP11MustUnderstand in interface org.opensaml.ws.soap.soap11.MustUnderstandBearing

isSOAP11MustUnderstandXSBoolean

public org.opensaml.xml.schema.XSBooleanValue isSOAP11MustUnderstandXSBoolean()

Specified by:
isSOAP11MustUnderstandXSBoolean in interface org.opensaml.ws.soap.soap11.MustUnderstandBearing

setSOAP11MustUnderstand

public void setSOAP11MustUnderstand(java.lang.Boolean newMustUnderstand)

Specified by:
setSOAP11MustUnderstand in interface org.opensaml.ws.soap.soap11.MustUnderstandBearing

setSOAP11MustUnderstand

public void setSOAP11MustUnderstand(org.opensaml.xml.schema.XSBooleanValue newMustUnderstand)

Specified by:
setSOAP11MustUnderstand in interface org.opensaml.ws.soap.soap11.MustUnderstandBearing

getSOAP11Actor

public java.lang.String getSOAP11Actor()

Specified by:
getSOAP11Actor in interface org.opensaml.ws.soap.soap11.ActorBearing

setSOAP11Actor

public void setSOAP11Actor(java.lang.String newActor)

Specified by:
setSOAP11Actor in interface org.opensaml.ws.soap.soap11.ActorBearing

getOrderedChildren

public java.util.List<org.opensaml.xml.XMLObject> getOrderedChildren()

Specified by:
getOrderedChildren in interface org.opensaml.xml.XMLObject


Copyright © 2006-2012 Internet2. All Rights Reserved.