Uses of Class
org.opensaml.core.xml.io.UnmarshallingException
Packages that use UnmarshallingException
Package
Description
Base classes for working with XML as Java objects and configuring the library.
Interfaces and abstract implementations of marshallers and unmarshallers.
Implementations of the interfaces for XMLObjects that represent XML schema types.
Utility classes for working with XML, XMLObjects, and various data types.
Base classes for working with SAML as Java objects.
Classes supporting SAML artifact use.
Implementations for SAML V2.0 Protocol Extension For Requesting Attributes Per Request.
Implementation for SAML v2.0 Metadata Profile for Algorithm Support Version 1.0.
Implementation for SAML v2.0 Channel Binding Extensions Version 1.0.
Implementation for SAML v2.0 Condition for Delegation Restriction Version 1.0.
Implementation for SAML v2.0 Metadata Extension for Entity Attributes Version 1.0.
Implementation for SAML v2.0 Metadata Extension for Stand-Alone Query Requesters.
Concrete implementations of the interfaces for the
SAML V2.0 Metadata Extensions for Registration and Publication Information Version 1.0.
Implementation for SAML V2 Metadata Extensions for UI and Discovery.
Implementation for SAML-EC GSS-API schema content.
Classes for retrieving, filtering, and querying metadata.
Implementations of SAML 1.x core specification types and elements.
Implementations of SAML 2.0 core specification types and elements.
Implementations of SAML 2.0 ECP types and elements.
Concrete implementations of SAML 2.0 metadata objects.
Provided implementations of the SOAP 1.1 XMLObject interfaces.
XML Object provider implementations for WS-Addressing.
XML Object provider implementations for WS-Federation.
XML Object provider implementations for WS-Policy.
XML Object provider implementations for WS-Security.
XML Object provider implementations for WS-Trust.
XMLObject implementations for XACML context schema.
XMLObject provider implementation classes for XACML policy schema.
XMLObject implementation classes for XACML SAML profile.
Implementations of the interfaces for XMLObjects that represent XML encryption types.
Implementations of the interfaces for XMLObjects that represent XML signature types.
-
Uses of UnmarshallingException in org.opensaml.core.testing
Methods in org.opensaml.core.testing that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected <T extends XMLObject>
TXMLObjectBaseTestCase.unmarshallElement(String elementFile, boolean propagateErrors) Unmarshalls an element file into its XMLObject. -
Uses of UnmarshallingException in org.opensaml.core.xml
Methods in org.opensaml.core.xml that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidAbstractExtensibleXMLObjectUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Unmarshalls thexs:anyAttributeattributes.protected voidAbstractElementExtensibleXMLObjectUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Unmarshalls all child elements in thexs:anylist. -
Uses of UnmarshallingException in org.opensaml.core.xml.io
Methods in org.opensaml.core.xml.io that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected XMLObjectAbstractXMLObjectUnmarshaller.buildXMLObject(Element domElement) Constructs the XMLObject that the given DOM Element will be unmarshalled into.protected voidAbstractXMLObjectUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAbstractXMLObjectUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAbstractXMLObjectUnmarshaller.processElementContent(XMLObject xmlObject, String elementContent) Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.AbstractXMLObjectUnmarshaller.unmarshall(Element domElement) Unmarshalls the given W3C DOM element into a XMLObject.Unmarshaller.unmarshall(Element element) Unmarshalls the given W3C DOM element into a XMLObject.protected voidAbstractXMLObjectUnmarshaller.unmarshallAttribute(XMLObject xmlObject, Attr attribute) Unmarshalls the attributes from the given DOM Attr into the given XMLObject.protected voidAbstractXMLObjectUnmarshaller.unmarshallChildElement(XMLObject xmlObject, Element childElement) Unmarshalls given Element's children.protected voidAbstractXMLObjectUnmarshaller.unmarshallTextContent(XMLObject xmlObject, Text content) Unmarshalls the given Text node into a usable string by way ofCharacterData.getData()and passes it off toAbstractXMLObjectUnmarshaller.processElementContent(XMLObject, String)if the string is not null and contains something other than whitespace. -
Uses of UnmarshallingException in org.opensaml.core.xml.mock
Methods in org.opensaml.core.xml.mock that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidSimpleXMLObjectUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSimpleXMLObjectUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.core.xml.schema.impl
Methods in org.opensaml.core.xml.schema.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidXSAnyUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidXSAnyUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidXSQNameUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidXSQNameUnmarshaller.unmarshallTextContent(XMLObject xmlObject, Text content) Unmarshalls the given Text node into a usable string by way ofCharacterData.getData()and passes it off toAbstractXMLObjectUnmarshaller.processElementContent(XMLObject, String)if the string is not null and contains something other than whitespace. -
Uses of UnmarshallingException in org.opensaml.core.xml.util
Methods in org.opensaml.core.xml.util that throw UnmarshallingExceptionModifier and TypeMethodDescriptionstatic <T extends XMLObject>
TXMLObjectSupport.cloneXMLObject(T originalXMLObject) Clone an XMLObject by brute force:static <T extends XMLObject>
TXMLObjectSupport.cloneXMLObject(T originalXMLObject, XMLObjectSupport.CloneOutputOption cloneOutputOption) Clone an XMLObject by brute force:static XMLObjectXMLObjectSupport.unmarshallFromInputStream(ParserPool parserPool, InputStream inputStream) Unmarshall a Document from an InputSteam.static XMLObjectXMLObjectSupport.unmarshallFromReader(ParserPool parserPool, Reader reader) Unmarshall a Document from a Reader. -
Uses of UnmarshallingException in org.opensaml.saml.common
Methods in org.opensaml.saml.common that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected SAMLVersionAbstractSAMLObjectUnmarshaller.parseSAMLVersion(Attr attribute) ParseSAMLVersioninstance from the specified DOM attribute. -
Uses of UnmarshallingException in org.opensaml.saml.common.binding.artifact
Constructors in org.opensaml.saml.common.binding.artifact that throw UnmarshallingExceptionModifierConstructorDescriptionBasicSAMLArtifactMapEntry(String samlArtifact, String issuerId, String relyingPartyId, SAMLObject samlMessage) Constructor.ExpiringSAMLArtifactMapEntry(String samlArtifact, String issuerId, String relyingPartyId, SAMLObject samlMessage) Constructor. -
Uses of UnmarshallingException in org.opensaml.saml.ext.reqattr.impl
Methods in org.opensaml.saml.ext.reqattr.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidRequestedAttributesUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.saml.ext.saml2alg.impl
Methods in org.opensaml.saml.ext.saml2alg.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidDigestMethodUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSigningMethodUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidDigestMethodUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSigningMethodUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.saml.ext.saml2cb.impl
Methods in org.opensaml.saml.ext.saml2cb.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidChannelBindingsUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject. -
Uses of UnmarshallingException in org.opensaml.saml.ext.saml2delrestrict.impl
Methods in org.opensaml.saml.ext.saml2delrestrict.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidDelegateUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidDelegateUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidDelegationRestrictionTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.saml.ext.saml2mdattr.impl
Methods in org.opensaml.saml.ext.saml2mdattr.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidEntityAttributesUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.saml.ext.saml2mdquery.impl
Methods in org.opensaml.saml.ext.saml2mdquery.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidQueryDescriptorTypeUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributeQueryDescriptorTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAuthzDecisionQueryDescriptorTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidQueryDescriptorTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.saml.ext.saml2mdrpi.impl
Methods in org.opensaml.saml.ext.saml2mdrpi.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidPublicationInfoUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidPublicationUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRegistrationInfoUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidPublicationInfoUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidPublicationPathUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRegistrationInfoUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.saml.ext.saml2mdui.impl
Methods in org.opensaml.saml.ext.saml2mdui.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidKeywordsUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidLogoUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidDiscoHintsUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidUIInfoUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.saml.ext.samlec.impl
Methods in org.opensaml.saml.ext.samlec.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidGeneratedKeyUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSessionKeyUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSessionKeyUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.saml.metadata.resolver.impl
Methods in org.opensaml.saml.metadata.resolver.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected XMLObjectAbstractMetadataResolver.unmarshallMetadata(InputStream metadataInput) Unmarshalls the metadata from the given stream. -
Uses of UnmarshallingException in org.opensaml.saml.saml1.core.impl
Methods in org.opensaml.saml.saml1.core.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidActionUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAssertionUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributeDesignatorUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributeQueryUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAuthenticationQueryUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAuthenticationStatementUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAuthorityBindingUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAuthorizationDecisionQueryUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAuthorizationDecisionStatementUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidConditionsUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidNameIdentifierUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRequestAbstractTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidResponseAbstractTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidStatusCodeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSubjectLocalityUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAdviceUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAssertionUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeQueryUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeStatementUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAudienceRestrictionConditionUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAuthenticationStatementUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAuthorizationDecisionQueryUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAuthorizationDecisionStatementUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidConditionsUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEvidenceUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestAbstractTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidResponseAbstractTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidResponseUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidStatusCodeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidStatusDetailUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidStatusUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectConfirmationUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectQueryUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectStatementUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.AssertionUnmarshaller.unmarshall(Element domElement) Unmarshalls the given W3C DOM element into a XMLObject.RequestAbstractTypeUnmarshaller.unmarshall(Element domElement) Unmarshalls the given W3C DOM element into a XMLObject.ResponseAbstractTypeUnmarshaller.unmarshall(Element domElement) Unmarshalls the given W3C DOM element into a XMLObject. -
Uses of UnmarshallingException in org.opensaml.saml.saml2.core.impl
Methods in org.opensaml.saml.saml2.core.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidActionUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAssertionUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAuthnQueryUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAuthnRequestUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAuthnStatementUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAuthzDecisionQueryUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAuthzDecisionStatementUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidBaseIDUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidConditionsUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidExtensionsUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidIDPEntryUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidLogoutRequestUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidNameIDPolicyUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidNameIDTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidProxyRestrictionUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRequestAbstractTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRequestedAuthnContextUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidScopingUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidStatusCodeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidStatusResponseTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSubjectConfirmationDataUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSubjectConfirmationUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSubjectLocalityUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAdviceUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidArtifactResolveUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidArtifactResponseUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAssertionIDRequestUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAssertionUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeQueryUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeStatementUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAudienceRestrictionUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAuthnContextUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAuthnQueryUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAuthnRequestUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAuthnStatementUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAuthzDecisionQueryUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAuthzDecisionStatementUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidConditionsUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEncryptedElementTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEvidenceUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidExtensionsUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidIDPListUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidLogoutRequestUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidManageNameIDRequestUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidNameIDMappingRequestUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidNameIDMappingResponseUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidProxyRestrictionUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestAbstractTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestedAuthnContextUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidResponseUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidScopingUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidStatusCodeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidStatusDetailUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidStatusResponseTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidStatusUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectConfirmationDataUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectConfirmationUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectQueryUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.saml.saml2.ecp.impl
Methods in org.opensaml.saml.saml2.ecp.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidRelayStateUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRequestAuthenticatedUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRequestUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidResponseUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSubjectConfirmationUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRequestUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectConfirmationUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.saml.saml2.metadata.impl
Methods in org.opensaml.saml.saml2.metadata.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidAdditionalMetadataLocationUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAffiliationDescriptorUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributeConsumingServiceUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidContactPersonUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEndpointUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEntitiesDescriptorUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEntityDescriptorUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidExtensionsUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidIDPSSODescriptorUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidIndexedEndpointUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidKeyDescriptorUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidLocalizedNameUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidLocalizedURIUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidOrganizationUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRequestedAttributeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRoleDescriptorUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSPSSODescriptorUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAffiliationDescriptorUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeAuthorityDescriptorUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeConsumingServiceUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAuthnAuthorityDescriptorUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidContactPersonUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEndpointUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEntitiesDescriptorUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEntityDescriptorUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidExtensionsUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidIDPSSODescriptorUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidKeyDescriptorUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidOrganizationUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidPDPDescriptorUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRoleDescriptorUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSPSSODescriptorUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSSODescriptorUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.soap.soap11.impl
Methods in org.opensaml.soap.soap11.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidBodyUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidDetailUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEnvelopeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidHeaderUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidBodyUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidDetailUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEnvelopeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidFaultUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidHeaderUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.soap.wsaddressing.impl
Methods in org.opensaml.soap.wsaddressing.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidAttributedQNameUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributedUnsignedLongUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributedURIUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEndpointReferenceTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidMetadataUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidProblemActionUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidReferenceParametersUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRelatesToUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEndpointReferenceTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidMetadataUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidProblemActionUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidReferenceParametersUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.soap.wsfed.impl
Methods in org.opensaml.soap.wsfed.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidAddressUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAddressUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAppliesToUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEndPointReferenceUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestedSecurityTokenUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestSecurityTokenResponseUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.soap.wspolicy.impl
Methods in org.opensaml.soap.wspolicy.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidAppliesToUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidPolicyAttachmentUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidPolicyReferenceUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidPolicyUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAppliesToUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidOperatorContentTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidPolicyAttachmentUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.soap.wssecurity.impl
Methods in org.opensaml.soap.wssecurity.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidAttributedDateTimeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributedStringUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributedURIUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidBinarySecurityTokenUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEmbeddedUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEncodedStringUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEncryptedHeaderUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidKeyIdentifierUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidPasswordUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidReferenceUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSecurityTokenReferenceUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSecurityUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSignatureConfirmationUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidTimestampUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidTransformationParametersUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidUsernameTokenUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEmbeddedUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEncryptedHeaderUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSecurityTokenReferenceUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSecurityUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidTimestampUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidTransformationParametersUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidUsernameTokenUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.soap.wstrust.impl
Methods in org.opensaml.soap.wstrust.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidBinaryExchangeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidBinarySecretUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidClaimsUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEntropyUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRenewingUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRequestSecurityTokenResponseCollectionUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRequestSecurityTokenResponseUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRequestSecurityTokenUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSignChallengeTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidUseKeyUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAuthenticatorUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidCancelTargetUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidClaimsUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidDelegateToUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEncryptionUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEntropyUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidKeyExchangeTokenUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidLifetimeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidOnBehalfOfUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidParticipantsUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidParticipantTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidProofEncryptionUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRenewTargetUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestedProofTokenUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestedReferenceTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestedSecurityTokenUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestSecurityTokenCollectionUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestSecurityTokenResponseCollectionUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestSecurityTokenResponseUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestSecurityTokenUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSignChallengeTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidStatusUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidUseKeyUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidValidateTargetUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.xacml.ctx.impl
Methods in org.opensaml.xacml.ctx.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidAttributeTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributeValueTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidMissingAttributeDetailTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidResourceContentTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidResultTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidStatusCodeTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSubjectTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidActionTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeValueTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEnvironmentTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidMissingAttributeDetailTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidResourceContentTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidResourceTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidResponseTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidResultTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidStatusCodeTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidStatusDetailTypeUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidStatusTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.xacml.policy.impl
Methods in org.opensaml.xacml.policy.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidActionMatchTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidApplyTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributeAssignmentTypeUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributeDesignatorTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributeSelectorTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributeValueTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidCombinerParameterTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEnvironmentMatchTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidFunctionTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidIdReferenceTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidObligationTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidPolicyCombinerParametersTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidPolicySetCombinerParametersTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidPolicySetTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidPolicyTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidResourceMatchTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRuleCombinerParametersTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRuleTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSubjectAttributeDesignatorTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSubjectMatchTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidVariableDefinitionTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidVariableReferenceTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidActionMatchTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidActionsTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidActionTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidApplyTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeValueTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidCombinerParametersTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidCombinerParameterTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidConditionTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidDefaultsTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEnvironmentMatchTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEnvironmentsTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEnvironmentTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidObligationsTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidObligationTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidPolicySetTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidPolicyTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidResourceMatchTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidResourcesTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidResourceTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRuleCombinerParametersTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRuleTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectMatchTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectsTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidTargetTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidVariableDefinitionTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidVariableReferenceTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.xacml.profile.saml.impl
Methods in org.opensaml.xacml.profile.saml.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidXACMLAuthzDecisionQueryTypeUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidReferencedPoliciesTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidXACMLAuthzDecisionQueryTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidXACMLAuthzDecisionStatementTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidXACMLPolicyQueryTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidXACMLPolicyStatementTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.xmlsec.encryption.impl
Methods in org.opensaml.xmlsec.encryption.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidAgreementMethodUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAlgorithmIdentifierTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidCipherReferenceUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidConcatKDFParamsUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidDerivedKeyUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEncryptedKeyUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEncryptedTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEncryptionMethodUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEncryptionPropertiesUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEncryptionPropertyUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidKeyDerivationMethodUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidReferenceTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAgreementMethodUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAlgorithmIdentifierTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidCipherDataUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidCipherReferenceUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidConcatKDFParamsUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidDerivedKeyUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidDHKeyValueUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEncryptedKeyUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEncryptedTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEncryptionMethodUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEncryptionPropertiesUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEncryptionPropertyUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidKeyDerivationMethodUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidPBKDF2ParamsUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidReferenceListUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidReferenceTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSaltUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidTransformsUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.xmlsec.signature.impl
Methods in org.opensaml.xmlsec.signature.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidDEREncodedKeyValueUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidDigestMethodUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidECKeyValueUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidKeyInfoReferenceUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidKeyInfoUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidNamedCurveUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRetrievalMethodUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidTransformUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidX509DigestUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidX509SerialNumberUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidDigestMethodUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidDSAKeyValueUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidECKeyValueUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidKeyInfoUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidKeyValueUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidPGPDataUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRetrievalMethodUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRSAKeyValueUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSPKIDataUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidTransformsUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidTransformUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidX509DataUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidX509IssuerSerialUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidX509SerialNumberUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.SignatureUnmarshaller.unmarshall(Element signatureElement) Unmarshalls the given W3C DOM element into a XMLObject.