org.opensaml.xacml.impl
Class AbstractXACMLObjectUnmarshaller

java.lang.Object
  extended by org.opensaml.xml.io.AbstractXMLObjectUnmarshaller
      extended by org.opensaml.xacml.impl.AbstractXACMLObjectUnmarshaller
All Implemented Interfaces:
Unmarshaller
Direct Known Subclasses:
ActionMatchTypeUnmarshaller, ActionsTypeUnmarshaller, ActionTypeUnmarshaller, ActionTypeUnmarshaller, ApplyTypeUnmarshaller, AttributeDesignatorTypeUnmarshaller, AttributeSelectorTypeUnmarshaller, AttributeTypeUnmarshaller, AttributeValueTypeUnmarshaller, AttributeValueTypeUnmarshaller, CombinerParametersTypeUnmarshaller, CombinerParameterTypeUnmarshaller, ConditionTypeUnmarshaller, DecisionTypeUnmarshaller, DefaultsTypeUnmarshaller, DescriptionTypeUnmarshaller, EnvironmentMatchTypeUnmarshaller, EnvironmentsTypeUnmarshaller, EnvironmentTypeUnmarshaller, EnvironmentTypeUnmarshaller, FunctionTypeUnmarshaller, MissingAttributeDetailTypeUnmarshaller, ObligationsTypeUnmarshaller, ObligationTypeUnmarshaller, PolicySetTypeUnmarshaller, PolicyTypeUnmarshaller, RequestTypeUnmarshaller, ResourceContentTypeUnmarshaller, ResourceMatchTypeUnmarshaller, ResourcesTypeUnmarshaller, ResourceTypeUnmarshaller, ResourceTypeUnmarshaller, ResponseTypeUnmarshaller, ResultTypeUnmarshaller, RuleCombinerParametersTypeUnmarshaller, RuleTypeUnmarshaller, StatusCodeTypeUnmarshaller, StatusDetailTypeUnmarshaller, StatusMessageTypeUnmarshaller, StatusTypeUnmarshaller, SubjectMatchTypeUnmarshaller, SubjectsTypeUnmarshaller, SubjectTypeUnmarshaller, SubjectTypeUnmarshaller, TargetTypeUnmarshaller, VariableDefinitionTypeUnmarshaller, VariableReferenceTypeUnmarshaller

public abstract class AbstractXACMLObjectUnmarshaller
extends AbstractXMLObjectUnmarshaller

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


Constructor Summary
  AbstractXACMLObjectUnmarshaller()
          Constructor.
protected AbstractXACMLObjectUnmarshaller(String targetNamespaceURI, String targetLocalName)
          Deprecated. no replacement
 
Method Summary
protected  void processAttribute(XMLObject xmlObject, Attr attribute)
          
protected  void processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject)
          
protected  void processElementContent(XMLObject xmlObject, 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

AbstractXACMLObjectUnmarshaller

protected AbstractXACMLObjectUnmarshaller(String targetNamespaceURI,
                                          String targetLocalName)
Deprecated. no replacement

Constructor.

Parameters:
targetNamespaceURI - the namespace URI of either the schema type QName or element QName of the elements this unmarshaller operates on
targetLocalName - the local name of either the schema type QName or element QName of the elements this unmarshaller operates on

AbstractXACMLObjectUnmarshaller

public AbstractXACMLObjectUnmarshaller()
Constructor.

Method Detail

processChildElement

protected void processChildElement(XMLObject parentXMLObject,
                                   XMLObject childXMLObject)
                            throws UnmarshallingException

Specified by:
processChildElement in class AbstractXMLObjectUnmarshaller
Throws:
UnmarshallingException

processAttribute

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

Specified by:
processAttribute in class AbstractXMLObjectUnmarshaller
Throws:
UnmarshallingException

processElementContent

protected void processElementContent(XMLObject xmlObject,
                                     String elementContent)

Specified by:
processElementContent in class AbstractXMLObjectUnmarshaller


Copyright © 1999-2013. All Rights Reserved.