|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis.encoding.ser.BaseFactory org.apache.axis.encoding.ser.BaseDeserializerFactory com.gridsystems.innergrid.serializers.CertificateDeserializerFactory
public class CertificateDeserializerFactory
Axis 1.x factory for creating X509Certificate deserialiser instances.
Field Summary |
---|
Fields inherited from class org.apache.axis.encoding.ser.BaseDeserializerFactory |
---|
deserClass, deserClassConstructor, getDeserializer, javaType, log, xmlType |
Constructor Summary | |
---|---|
CertificateDeserializerFactory(java.lang.Class javaType,
javax.xml.namespace.QName xmlType)
Creates a new instance. |
Method Summary | |
---|---|
static CertificateDeserializerFactory |
create(java.lang.Class javaType,
javax.xml.namespace.QName xmlType)
Creates a new instance. |
Methods inherited from class org.apache.axis.encoding.ser.BaseDeserializerFactory |
---|
createFactory, getDeserClassConstructor, getDeserializerAs, getGeneralPurpose, getGetDeserializer, getSpecialized, getSupportedMechanismTypes |
Methods inherited from class org.apache.axis.encoding.ser.BaseFactory |
---|
getMethod |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CertificateDeserializerFactory(java.lang.Class javaType, javax.xml.namespace.QName xmlType)
javaType
- The Java type to deserialise toxmlType
- The XML type to deserialise fromMethod Detail |
---|
public static CertificateDeserializerFactory create(java.lang.Class javaType, javax.xml.namespace.QName xmlType)
javaType
- The Java type to deserialise toxmlType
- The XML type to deserialise from
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |