|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.encoding.ser.BaseFactory
org.apache.axis.encoding.ser.BaseSerializerFactory
org.apache.axis.encoding.ser.BeanSerializerFactory
SerializerFactory for Bean
Field Summary | |
protected BeanPropertyDescriptor[] |
propertyDescriptor
|
protected TypeDesc |
typeDesc
|
Fields inherited from class org.apache.axis.encoding.ser.BaseSerializerFactory |
getSerializer, javaType, log, ser, serClass, serClassConstructor, xmlType |
Constructor Summary | |
BeanSerializerFactory(java.lang.Class javaType,
QName xmlType)
|
Method Summary | |
protected Serializer |
getGeneralPurpose(java.lang.String mechanismType)
Optimize construction of a BeanSerializer by caching the type and property descriptors. |
Serializer |
getSerializerAs(java.lang.String mechanismType)
Returns a Serializer for the specified XML processing mechanism type. |
Methods inherited from class org.apache.axis.encoding.ser.BaseSerializerFactory |
createFactory, getGetSerializer, getJavaType, getSerClassConstructor, 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 |
Field Detail |
protected TypeDesc typeDesc
protected BeanPropertyDescriptor[] propertyDescriptor
Constructor Detail |
public BeanSerializerFactory(java.lang.Class javaType, QName xmlType)
Method Detail |
public Serializer getSerializerAs(java.lang.String mechanismType) throws JAXRPCException
SerializerFactory
getSerializerAs
in interface SerializerFactory
getSerializerAs
in class BaseSerializerFactory
JAXRPCException
protected Serializer getGeneralPurpose(java.lang.String mechanismType)
getGeneralPurpose
in class BaseSerializerFactory
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |