org.jboss.net.jmx.adaptor
Class AttributeSerFactory

java.lang.Object
  extended byorg.jboss.axis.encoding.ser.BaseFactory (src) 
      extended byorg.jboss.axis.encoding.ser.BaseSerializerFactory (src) 
          extended byorg.jboss.net.jmx.adaptor.AttributeSerFactory
All Implemented Interfaces:
java.io.Serializable, SerializerFactory (src) , SerializerFactory (src)

public class AttributeSerFactory
extends BaseSerializerFactory (src)

An AttributeSerFactory Factory

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.axis.encoding.ser.BaseSerializerFactory (src)
getSerializer, javaType, ser, serClass, serClassConstructor, xmlType
 
Constructor Summary
AttributeSerFactory(java.lang.Class javaType, QName (src)  xmlType)
           
 
Methods inherited from class org.jboss.axis.encoding.ser.BaseSerializerFactory (src)
createFactory, getGeneralPurpose, getGetSerializer, getJavaType, getSerClassConstructor, getSerializerAs, getSerializerAsInternal, getSpecialized, getSupportedMechanismTypes, getXMLType
 
Methods inherited from class org.jboss.axis.encoding.ser.BaseFactory (src)
getMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeSerFactory

public AttributeSerFactory(java.lang.Class javaType,
                           QName (src)  xmlType)