Uses of Class
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
-
Packages that use AbstractXMLObjectUnmarshaller Package Description org.opensaml.core.xml Base classes for working with XML as Java objects and configuring the library.org.opensaml.core.xml.schema.impl Implementations of the interfaces for XMLObjects that represent XML schema types. -
-
Uses of AbstractXMLObjectUnmarshaller in org.opensaml.core.xml
Subclasses of AbstractXMLObjectUnmarshaller in org.opensaml.core.xml Modifier and Type Class Description classAbstractElementExtensibleXMLObjectUnmarshallerAbstractElementExtensibleUnmarshaller unmarshalls element of typexs:any, but withoutxs:anyAttributeattributes or text content.classAbstractExtensibleXMLObjectUnmarshallerAbstractExtensibleXMLObjectUnmarshaller unmarshalls element of typexs:anyand withxs:anyAttributeattributes. -
Uses of AbstractXMLObjectUnmarshaller in org.opensaml.core.xml.schema.impl
Subclasses of AbstractXMLObjectUnmarshaller in org.opensaml.core.xml.schema.impl Modifier and Type Class Description classXSAnyUnmarshallerA thread-safe unmarshaller forXSAnys.classXSBase64BinaryUnmarshallerThread-safe unmarshaller forXSBase64Binaryobjects.classXSBooleanUnmarshallerThread-safe unmarshaller forXSBooleanobjects.classXSDateTimeUnmarshallerThread-safe unmarshaller forXSDateTimeobjects.classXSIntegerUnmarshallerThread-safe unmarshaller forXSIntegerobjects.classXSQNameUnmarshallerA thread-safe unmarshaller forXSQNames.classXSStringUnmarshallerThread-safe unmarshaller forXSStringobjects.classXSURIUnmarshallerA thread-safe unmarshaller forXSURI.
-