Uses of Interface
org.opensaml.core.xml.io.Marshaller
-
Packages that use Marshaller 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 Marshaller in org.opensaml.core.xml
Classes in org.opensaml.core.xml that implement Marshaller Modifier and Type Class Description classAbstractElementExtensibleXMLObjectMarshallerAbstractElementExtensibleMarshaller marshalls element of typexs:any, but withoutxs:anyAttributeattributes or text content.classAbstractExtensibleXMLObjectMarshallerAbstractExtensibleXMLObjectMarshaller marshalls element of typexs:anyand withxs:anyAttributeattributes. -
Uses of Marshaller in org.opensaml.core.xml.config
Methods in org.opensaml.core.xml.config with parameters of type Marshaller 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 Marshaller in org.opensaml.core.xml.io
Classes in org.opensaml.core.xml.io that implement Marshaller Modifier and Type Class Description classAbstractXMLObjectMarshallerA thread safe, abstract implementation of theMarshallerinterface.Fields in org.opensaml.core.xml.io with type parameters of type Marshaller Modifier and Type Field Description private Map<QName,Marshaller>MarshallerFactory. marshallersMap of marshallers to the elements they are for.Methods in org.opensaml.core.xml.io that return Marshaller Modifier and Type Method Description MarshallerMarshallerFactory. deregisterMarshaller(QName key)Deregisters the marshaller for the given element.MarshallerMarshallerFactory. getMarshaller(QName key)Gets the Marshaller for a particular element or null if no marshaller is registered for an element.MarshallerMarshallerFactory. getMarshaller(XMLObject xmlObject)Retrieves the marshaller for the given XMLObject.Methods in org.opensaml.core.xml.io that return types with arguments of type Marshaller Modifier and Type Method Description Map<QName,Marshaller>MarshallerFactory. getMarshallers()Gets an immutable listing of all the Marshallers currently registered.Methods in org.opensaml.core.xml.io with parameters of type Marshaller Modifier and Type Method Description voidMarshallerFactory. registerMarshaller(QName key, Marshaller marshaller)Registers a Marshaller with this factory. -
Uses of Marshaller in org.opensaml.core.xml.schema.impl
Classes in org.opensaml.core.xml.schema.impl that implement Marshaller Modifier and Type Class Description classXSAnyMarshallerThread-safe marshaller ofXSAnyobjects.classXSBase64BinaryMarshallerThread-safe marshaller ofXSBase64Binaryobjects.classXSBooleanMarshallerThread-safe marshaller ofXSBooleanobjects.classXSDateTimeMarshallerThread-safe marshaller ofXSDateTimeobjects.classXSIntegerMarshallerThread-safe marshaller ofXSIntegerobjects.classXSQNameMarshallerA thread-safe marshaller forXSQNames.classXSStringMarshallerThread-safe marshaller ofXSStringobjects.classXSURIMarshallerA thread-safe marshaller forXSURI. -
Uses of Marshaller in org.opensaml.core.xml.util
Methods in org.opensaml.core.xml.util that return Marshaller Modifier and Type Method Description static MarshallerXMLObjectSupport. getMarshaller(QName typeOrName)Obtain an XMLObject marshaller for the given QName.static MarshallerXMLObjectSupport. getMarshaller(XMLObject xmlObject)Obtain an XMLObject marshaller for the given XMLObject.
-