|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.axis.encoding.ser.BaseSerializerFactory | +--org.apache.axis.encoding.ser.BeanSerializerFactory
SerializerFactory for Bean
Fields inherited from class org.apache.axis.encoding.ser.BaseSerializerFactory |
javaType, ser, serClass, serClassConstructor, share, xmlType |
Constructor Summary | |
BeanSerializerFactory(java.lang.Class javaType,
QName xmlType)
|
Method Summary | |
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, getSupportedMechanismTypes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BeanSerializerFactory(java.lang.Class javaType, QName xmlType)
Method Detail |
public Serializer getSerializerAs(java.lang.String mechanismType) throws JAXRPCException
SerializerFactory
getSerializerAs
in class BaseSerializerFactory
javax.xml.rpc.encoding.SerializerFactory
mechanismType
- - XML processing mechanism type [TBD: definition of valid constants]JAXRPCException
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |