public abstract class AbstractXMLSignatureUnmarshaller extends AbstractXMLObjectUnmarshaller
| Modifier and Type | Field and Description |
|---|---|
private org.slf4j.Logger |
log
Logger.
|
| Constructor and Description |
|---|
AbstractXMLSignatureUnmarshaller() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
processAttribute(XMLObject xmlObject,
Attr attribute) |
protected void |
processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject) |
protected void |
processElementContent(XMLObject xmlObject,
String elementContent) |
buildXMLObject, checkIDAttribute, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContentprotected void processChildElement(@Nonnull XMLObject parentXMLObject, @Nonnull XMLObject childXMLObject) throws UnmarshallingException
processChildElement in class AbstractXMLObjectUnmarshallerUnmarshallingExceptionprotected void processAttribute(@Nonnull XMLObject xmlObject, @Nonnull Attr attribute) throws UnmarshallingException
processAttribute in class AbstractXMLObjectUnmarshallerUnmarshallingExceptionprotected void processElementContent(@Nonnull XMLObject xmlObject, @Nonnull String elementContent)
processElementContent in class AbstractXMLObjectUnmarshallerCopyright © 1999–2019 Shibboleth Consortium. All rights reserved.