|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Unmarshaller | |
---|---|
org.opensaml.xml | Base classes for working with XML as Java objects and configuring the library. |
org.opensaml.xml.encryption.impl | Implementations of the interfaces for XMLObjects that represent XML encryption types. |
org.opensaml.xml.io | Interfaces and abstract implementations of marshallers and unmarshallers. |
org.opensaml.xml.schema.impl | Implementations of the interfaces for XMLObjects that represent XML schema types. |
org.opensaml.xml.signature.impl | Implementations of the interfaces for XMLObjects that represent XML signature types. |
Uses of Unmarshaller in org.opensaml.xml |
---|
Classes in org.opensaml.xml that implement Unmarshaller | |
---|---|
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. |
Methods in org.opensaml.xml with parameters of type Unmarshaller | |
---|---|
static void |
Configuration.registerObjectProvider(javax.xml.namespace.QName providerName,
XMLObjectBuilder builder,
Marshaller marshaller,
Unmarshaller unmarshaller)
Adds an object provider to this configuration. |
static void |
Configuration.registerObjectProvider(javax.xml.namespace.QName providerName,
XMLObjectBuilder builder,
Marshaller marshaller,
Unmarshaller unmarshaller,
org.w3c.dom.Element configuration)
Deprecated. this method is deprecated with no replacement |
Uses of Unmarshaller in org.opensaml.xml.encryption.impl |
---|
Classes in org.opensaml.xml.encryption.impl that implement Unmarshaller | |
---|---|
class |
AbstractXMLEncryptionUnmarshaller
An abstract unmarshaller implementation for XMLObjects from org.opensaml.xml.encryption . |
class |
AgreementMethodUnmarshaller
A thread-safe Unmarshaller for AgreementMethod objects. |
class |
CipherDataUnmarshaller
A thread-safe Unmarshaller for CipherData objects. |
class |
CipherReferenceUnmarshaller
A thread-safe Unmarshaller for CipherReference objects. |
class |
DataReferenceUnmarshaller
A thread-safe Unmarshaller for DataReference objects. |
class |
DHKeyValueUnmarshaller
A thread-safe Unmarshaller for DHKeyValue objects. |
class |
EncryptedDataUnmarshaller
A thread-safe Unmarshaller for EncryptedData objects. |
class |
EncryptedKeyUnmarshaller
A thread-safe Unmarshaller for EncryptedKey objects. |
class |
EncryptedTypeUnmarshaller
A thread-safe Unmarshaller for EncryptedType objects. |
class |
EncryptionMethodUnmarshaller
A thread-safe Unmarshaller for EncryptionMethod objects. |
class |
EncryptionPropertiesUnmarshaller
A thread-safe Unmarshaller for EncryptionProperties objects. |
class |
EncryptionPropertyUnmarshaller
A thread-safe Unmarshaller for EncryptionProperty objects. |
class |
KeyReferenceUnmarshaller
A thread-safe Unmarshaller for KeyReference objects. |
class |
OriginatorKeyInfoUnmarshaller
A thread-safe Unmarshaller for OriginatorKeyInfo objects. |
class |
RecipientKeyInfoUnmarshaller
A thread-safe Unmarshaller for RecipientKeyInfo objects. |
class |
ReferenceListUnmarshaller
A thread-safe Unmarshaller for ReferenceList objects. |
class |
ReferenceTypeUnmarshaller
A thread-safe Unmarshaller for ReferenceType objects. |
class |
TransformsUnmarshaller
A thread-safe Unmarshaller for Transforms objects. |
Uses of Unmarshaller in org.opensaml.xml.io |
---|
Classes in org.opensaml.xml.io that implement Unmarshaller | |
---|---|
class |
AbstractXMLObjectUnmarshaller
An thread safe abstract unmarshaller. |
class |
BaseXMLObjectUnmarshaller
Base class for Unmarshaller classes. |
Methods in org.opensaml.xml.io that return Unmarshaller | |
---|---|
Unmarshaller |
UnmarshallerFactory.deregisterUnmarshaller(javax.xml.namespace.QName key)
Deregisters the unmarshaller for the given element. |
Unmarshaller |
UnmarshallerFactory.getUnmarshaller(org.w3c.dom.Element domElement)
Retrieves the unmarshaller for the given element. |
Unmarshaller |
UnmarshallerFactory.getUnmarshaller(javax.xml.namespace.QName key)
Gets the Unmarshaller for a particular element or null if no unmarshaller is registered for an element. |
Methods in org.opensaml.xml.io that return types with arguments of type Unmarshaller | |
---|---|
java.util.Map<javax.xml.namespace.QName,Unmarshaller> |
UnmarshallerFactory.getUnmarshallers()
Gets an immutable listing of all the Unarshallers currently registered. |
Methods in org.opensaml.xml.io with parameters of type Unmarshaller | |
---|---|
void |
UnmarshallerFactory.registerUnmarshaller(javax.xml.namespace.QName key,
Unmarshaller unmarshaller)
Registers an Unmarshaller with this factory. |
Uses of Unmarshaller in org.opensaml.xml.schema.impl |
---|
Classes in org.opensaml.xml.schema.impl that implement Unmarshaller | |
---|---|
class |
XSAnyUnmarshaller
A thread-safe unmarshaller for XSAny s. |
class |
XSBase64BinaryUnmarshaller
Thread-safe unmarshaller for XSBase64Binary 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. |
Uses of Unmarshaller in org.opensaml.xml.signature.impl |
---|
Classes in org.opensaml.xml.signature.impl that implement Unmarshaller | |
---|---|
class |
AbstractXMLSignatureUnmarshaller
An abstract unmarshaller implementation for XMLObjects from org.opensaml.xml.signature . |
class |
CryptoBinaryUnmarshaller
A thread-safe Unmarshaller for CryptoBinary objects. |
class |
DigestMethodUnmarshaller
A thread-safe Unmarshaller for DigestMethod objects. |
class |
DSAKeyValueUnmarshaller
A thread-safe Unmarshaller for DSAKeyValue objects. |
class |
KeyInfoTypeUnmarshaller
A thread-safe Unmarshaller for KeyInfoType objects. |
class |
KeyInfoUnmarshaller
Unmarshaller of KeyInfo objects. |
class |
KeyValueUnmarshaller
A thread-safe Unmarshaller for KeyValue objects. |
class |
PGPDataUnmarshaller
A thread-safe Unmarshaller for PGPData objects. |
class |
RetrievalMethodUnmarshaller
A thread-safe Unmarshaller for RetrievalMethod objects. |
class |
RSAKeyValueUnmarshaller
A thread-safe Unmarshaller for RSAKeyValue objects. |
class |
SignatureUnmarshaller
An unmarshaller for Signature objects. |
class |
SPKIDataUnmarshaller
A thread-safe Unmarshaller for SPKIData objects. |
class |
TransformUnmarshaller
A thread-safe Unmarshaller for Transform objects. |
class |
X509DataUnmarshaller
A thread-safe Unmarshaller for X509Data objects. |
class |
X509IssuerSerialUnmarshaller
A thread-safe Unmarshaller for X509IssuerSerial objects. |
class |
X509SerialNumberUnmarshaller
Thread-safe unmarshaller for X509SerialNumber objects. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |