org.opensaml.common.impl
Class AbstractSAMLObjectUnmarshaller

java.lang.Object
  extended by org.opensaml.xml.io.AbstractXMLObjectUnmarshaller
      extended by org.opensaml.common.impl.AbstractSAMLObjectUnmarshaller
All Implemented Interfaces:
Unmarshaller
Direct Known Subclasses:
AbstractNameIDTypeUnmarshaller, ActionNamespaceUnmarshaller, ActionUnmarshaller, ActionUnmarshaller, AdditionalMetadataLocationUnmarshaller, AdviceUnmarshaller, AdviceUnmarshaller, AffiliateMemberUnmarshaller, AffiliationDescriptorUnmarshaller, ArtifactUnmarshaller, AssertionArtifactUnmarshaller, AssertionIDReferenceUnmarshaller, AssertionIDRefUnmarshaller, AssertionUnmarshaller, AssertionUnmarshaller, AssertionURIRefUnmarshaller, AttributeConsumingServiceUnmarshaller, AttributeDesignatorUnmarshaller, AttributeProfileUnmarshaller, AttributeStatementUnmarshaller, AttributeUnmarshaller, AudienceRestrictionConditionUnmarshaller, AudienceRestrictionUnmarshaller, AudienceUnmarshaller, AudienceUnmarshaller, AuthenticatingAuthorityUnmarshaller, AuthnContextClassRefUnmarshaller, AuthnContextDeclRefUnmarshaller, AuthnContextDeclUnmarshaller, AuthnContextUnmarshaller, AuthnStatementUnmarshaller, AuthorityBindingUnmarshaller, AuthzDecisionStatementUnmarshaller, BaseIDUnmarshaller, CompanyUnmarshaller, ConditionsUnmarshaller, ConditionsUnmarshaller, ConfirmationMethodUnmarshaller, ContactPersonUnmarshaller, DelegateUnmarshaller, DelegationRestrictionTypeUnmarshaller, DiscoHintsUnmarshaller, DomainHintUnmarshaller, DoNotCacheConditionUnmarshaller, EmailAddressUnmarshaller, EncryptedElementTypeUnmarshaller, EndpointUnmarshaller, EntitiesDescriptorUnmarshaller, EntityAttributesUnmarshaller, EntityDescriptorUnmarshaller, EvidenceUnmarshaller, EvidenceUnmarshaller, GeolocationHintUnmarshaller, GetCompleteUnmarshaller, GivenNameUnmarshaller, IDPEntryUnmarshaller, IDPListUnmarshaller, IPHintUnmarshaller, KeyDescriptorUnmarshaller, KeywordsUnmarshaller, LocalizedNameUnmarshaller, LocalizedURIUnmarshaller, LogoUnmarshaller, NameIdentifierUnmarshaller, NameIDFormatUnmarshaller, NameIDPolicyUnmarshaller, NewIDUnmarshaller, OneTimeUseUnmarshaller, OrganizationDisplayNameUnmarshaller, OrganizationNameUnmarshaller, OrganizationUnmarshaller, OrganizationURLUnmarshaller, ProxyRestrictionUnmarshaller, ReferencedPoliciesTypeUnmarshaller, RequestAbstractTypeUnmarshaller, RequestAbstractTypeUnmarshaller, RequestedAuthnContextUnmarshaller, RequesterIDUnmarshaller, RequestUnmarshaller, ResponseAbstractTypeUnmarshaller, ResponseUnmarshaller, RoleDescriptorUnmarshaller, ScopingUnmarshaller, ServiceDescriptionUnmarshaller, ServiceNameUnmarshaller, SessionIndexUnmarshaller, SourceIDUnmarshaller, StatusCodeUnmarshaller, StatusCodeUnmarshaller, StatusDetailUnmarshaller, StatusDetailUnmarshaller, StatusMessageUnmarshaller, StatusMessageUnmarshaller, StatusResponseTypeUnmarshaller, StatusUnmarshaller, StatusUnmarshaller, SubjectConfirmationDataUnmarshaller, SubjectConfirmationUnmarshaller, SubjectConfirmationUnmarshaller, SubjectLocalityUnmarshaller, SubjectLocalityUnmarshaller, SubjectQueryUnmarshaller, SubjectStatementUnmarshaller, SubjectUnmarshaller, SubjectUnmarshaller, SurNameUnmarshaller, TelephoneNumberUnmarshaller, TerminateUnmarshaller, UIInfoUnmarshaller, XACMLAuthzDecisionStatementTypeUnmarshaller, XACMLPolicyStatementTypeUnmarshaller

public abstract class AbstractSAMLObjectUnmarshaller
extends AbstractXMLObjectUnmarshaller

An thread safe abstract unmarshaller. This abstract marshaller only works with AbstractSAMLObject.


Constructor Summary
AbstractSAMLObjectUnmarshaller()
           
 
Method Summary
protected  void processAttribute(XMLObject samlObject, Attr attribute)
          
protected  void processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject)
          
protected  void processElementContent(XMLObject samlObject, String elementContent)
          
 
Methods inherited from class org.opensaml.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkElementIsTarget, checkIDAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSAMLObjectUnmarshaller

public AbstractSAMLObjectUnmarshaller()
Method Detail

processChildElement

protected void processChildElement(XMLObject parentSAMLObject,
                                   XMLObject childSAMLObject)
                            throws UnmarshallingException

Specified by:
processChildElement in class AbstractXMLObjectUnmarshaller
Throws:
UnmarshallingException

processAttribute

protected void processAttribute(XMLObject samlObject,
                                Attr attribute)
                         throws UnmarshallingException

Specified by:
processAttribute in class AbstractXMLObjectUnmarshaller
Throws:
UnmarshallingException

processElementContent

protected void processElementContent(XMLObject samlObject,
                                     String elementContent)

Specified by:
processElementContent in class AbstractXMLObjectUnmarshaller


Copyright © 1999-2012. All Rights Reserved.