Class AbstractDeserializerImpl<T,U>
java.lang.Object
org.projecthusky.xua.deserialization.impl.AbstractDeserializerImpl<T,U>
- Type Parameters:
T
- the type of the objectU
- the type of the object for deserializing
- All Implemented Interfaces:
Deserializer<U>
- Direct Known Subclasses:
ArtifactResponseDeserializerImpl
,AssertionDeserializerImpl
,AuthnRequestDeserializerImpl
,PrivacyPolicyFeedDeserialiser
,PrivacyPolicyQueryResponseDeserialiser
,ResponseDeserialiser
,ResponseDeserializerImpl
,XUserAssertionRequestDeserializerImpl
,XUserAssertionResponseDeserializerImpl
Abstract implementation class with the common methods and fields.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.projecthusky.xua.deserialization.Deserializer
fromXmlByteArray, fromXmlElement, fromXmlString
-
Constructor Details
-
AbstractDeserializerImpl
protected AbstractDeserializerImpl()Default constructor
-
-
Method Details
-
getOpenSamlDeserializer
Method to get deserializer.- Returns:
- org.projecthusky.xua.deserialization.OpenSaml2Deserializer
-