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 |
AbstractElementExtensibleXMLObjectUnmarshaller
AbstractElementExtensibleUnmarshaller unmarshalls element of type
xs:any , but without
xs:anyAttribute attributes or text content. |
class |
AbstractExtensibleXMLObjectUnmarshaller
AbstractExtensibleXMLObjectUnmarshaller unmarshalls element of type
xs:any and with
xs:anyAttribute attributes. |
Modifier and Type | Class and Description |
---|---|
class |
BaseXMLObjectUnmarshaller
Base class for
Unmarshaller classes. |
Modifier and Type | Class and Description |
---|---|
class |
XSAnyUnmarshaller
A thread-safe unmarshaller for
XSAny s. |
class |
XSBase64BinaryUnmarshaller
Thread-safe unmarshaller for
XSBase64Binary objects. |
class |
XSBooleanUnmarshaller
Thread-safe unmarshaller for
XSBoolean objects. |
class |
XSDateTimeUnmarshaller
Thread-safe unmarshaller for
XSDateTime objects. |
class |
XSIntegerUnmarshaller
Thread-safe unmarshaller for
XSInteger objects. |
class |
XSQNameUnmarshaller
A thread-safe unmarshaller for
XSQName s. |
class |
XSStringUnmarshaller
Thread-safe unmarshaller for
XSString objects. |
class |
XSURIUnmarshaller
A thread-safe unmarshaller for
XSURI s. |
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.