|
||||||||||
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.BaseSerializerFactory com.gridsystems.innergrid.serializers.CertificateSerializerFactory
public class CertificateSerializerFactory
Axis 1.x factory for creating X509Certificate serialiser instances.
Field Summary |
---|
Fields inherited from class org.apache.axis.encoding.ser.BaseSerializerFactory |
---|
getSerializer, javaType, log, ser, serClass, serClassConstructor, xmlType |
Constructor Summary | |
---|---|
CertificateSerializerFactory(java.lang.Class javaType,
javax.xml.namespace.QName xmlType)
Creates a new instance. |
Method Summary | |
---|---|
static CertificateSerializerFactory |
create(java.lang.Class javaType,
javax.xml.namespace.QName xmlType)
Creates a new instance. |
Methods inherited from class org.apache.axis.encoding.ser.BaseSerializerFactory |
---|
createFactory, getGeneralPurpose, getGetSerializer, getJavaType, getSerClassConstructor, getSerializerAs, getSerializerAsInternal, getSpecialized, getSupportedMechanismTypes, getXMLType |
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 CertificateSerializerFactory(java.lang.Class javaType, javax.xml.namespace.QName xmlType)
javaType
- The Java type to serialise fromxmlType
- The XML type to serialise toMethod Detail |
---|
public static CertificateSerializerFactory create(java.lang.Class javaType, javax.xml.namespace.QName xmlType)
javaType
- The Java type to serialise fromxmlType
- The XML type to serialise to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |