Uses of Interface
org.opensaml.core.xml.io.Unmarshaller
-
Packages that use Unmarshaller Package Description org.opensaml.core.xml Base classes for working with XML as Java objects and configuring the library.org.opensaml.core.xml.config Configuration of XML object providers and related functionality.org.opensaml.core.xml.io Interfaces and abstract implementations of marshallers and unmarshallers.org.opensaml.core.xml.schema.impl Implementations of the interfaces for XMLObjects that represent XML schema types.org.opensaml.core.xml.util Utility classes for working with XML, XMLObjects, and various data types. -
-
Uses of Unmarshaller in org.opensaml.core.xml
Classes in org.opensaml.core.xml that implement Unmarshaller 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 Unmarshaller in org.opensaml.core.xml.config
Methods in org.opensaml.core.xml.config with parameters of type Unmarshaller Modifier and Type Method Description voidXMLObjectProviderRegistry. registerObjectProvider(QName providerName, XMLObjectBuilder<?> builder, Marshaller marshaller, Unmarshaller unmarshaller)Adds an object provider to this configuration.static voidXMLObjectProviderRegistrySupport. registerObjectProvider(QName providerName, XMLObjectBuilder<?> builder, Marshaller marshaller, Unmarshaller unmarshaller)Adds an object provider to this configuration. -
Uses of Unmarshaller in org.opensaml.core.xml.io
Classes in org.opensaml.core.xml.io that implement Unmarshaller Modifier and Type Class Description classAbstractXMLObjectUnmarshallerA thread safe abstract unmarshaller.Fields in org.opensaml.core.xml.io with type parameters of type Unmarshaller Modifier and Type Field Description private Map<QName,Unmarshaller>UnmarshallerFactory. unmarshallersMap of unmarshallers to the elements they are for.Methods in org.opensaml.core.xml.io that return Unmarshaller Modifier and Type Method Description UnmarshallerUnmarshallerFactory. deregisterUnmarshaller(QName key)Deregisters the unmarshaller for the given element.UnmarshallerUnmarshallerFactory. getUnmarshaller(QName key)Gets the Unmarshaller for a particular element or null if no unmarshaller is registered for an element.UnmarshallerUnmarshallerFactory. getUnmarshaller(Element domElement)Retrieves the unmarshaller for the given element.Methods in org.opensaml.core.xml.io that return types with arguments of type Unmarshaller Modifier and Type Method Description Map<QName,Unmarshaller>UnmarshallerFactory. getUnmarshallers()Gets an immutable listing of all the Unarshallers currently registered.Methods in org.opensaml.core.xml.io with parameters of type Unmarshaller Modifier and Type Method Description voidUnmarshallerFactory. registerUnmarshaller(QName key, Unmarshaller unmarshaller)Registers an Unmarshaller with this factory. -
Uses of Unmarshaller in org.opensaml.core.xml.schema.impl
Classes in org.opensaml.core.xml.schema.impl that implement Unmarshaller 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. -
Uses of Unmarshaller in org.opensaml.core.xml.util
Methods in org.opensaml.core.xml.util that return Unmarshaller Modifier and Type Method Description static UnmarshallerXMLObjectSupport. getUnmarshaller(QName typeOrName)Obtain an XMLObject unmarshaller for the given QName.static UnmarshallerXMLObjectSupport. getUnmarshaller(Element element)Obtain an XMLObject unmarshaller for the given DOM Element.
-