Package | Description |
---|---|
org.opensaml.core.xml |
Base classes for working with XML as Java objects and configuring the library.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractElementExtensibleXMLObjectMarshaller
AbstractElementExtensibleMarshaller marshalls element of type
xs:any , but without
xs:anyAttribute attributes or text content. |
class |
AbstractExtensibleXMLObjectMarshaller
AbstractExtensibleXMLObjectMarshaller marshalls element of type
xs:any and with
xs:anyAttribute attributes. |
Modifier and Type | Class and Description |
---|---|
class |
BaseXMLObjectMarshaller
Base class for
Marshaller classes. |
Modifier and Type | Class and Description |
---|---|
class |
XSAnyMarshaller
Thread-safe marshaller of
XSAny objects. |
class |
XSBase64BinaryMarshaller
Thread-safe marshaller of
XSBase64Binary objects. |
class |
XSBooleanMarshaller
Thread-safe marshaller of
XSBoolean objects. |
class |
XSDateTimeMarshaller
Thread-safe marshaller of
XSDateTime objects. |
class |
XSIntegerMarshaller
Thread-safe marshaller of
XSInteger objects. |
class |
XSQNameMarshaller
A thread-safe marshaller for
XSQName s. |
class |
XSStringMarshaller
Thread-safe marshaller of
XSString objects. |
class |
XSURIMarshaller
A thread-safe marshaller for
XSURI s. |
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.