mx4j.tools.remote.soap.axis.ser
Class AxisSerializer

java.lang.Object
  extended by mx4j.tools.remote.soap.axis.ser.AxisSerializer
Direct Known Subclasses:
AttributeListSer, AttributeSer, MBeanAttributeInfoSer, MBeanConstructorInfoSer, MBeanInfoSer, MBeanNotificationInfoSer, MBeanOperationInfoSer, MBeanParameterInfoSer, NotificationFilterSupportSer, NotificationResultSer, NotificationSer, ObjectInstanceSer, ObjectNameSer, PrincipalSer, RelationTypeSupportSer, RoleInfoSer, RoleListSer, RoleResultSer, RoleSer, RoleUnresolvedListSer, SetSer, SubjectSer, TargetedNotificationSer

public abstract class AxisSerializer
extends java.lang.Object

Version:
$Revision: 1.4 $

Field Summary
protected static java.lang.String SCHEMA_ALL
           
protected static java.lang.String SCHEMA_COMPLEX_TYPE
           
protected static java.lang.String SCHEMA_ELEMENT
           
protected static java.lang.String SCHEMA_SEQUENCE
           
 
Constructor Summary
AxisSerializer()
           
 
Method Summary
 java.lang.String getMechanismType()
           
 org.w3c.dom.Element writeSchema(java.lang.Class javaType, Types types)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCHEMA_COMPLEX_TYPE

protected static final java.lang.String SCHEMA_COMPLEX_TYPE
See Also:
Constant Field Values

SCHEMA_ALL

protected static final java.lang.String SCHEMA_ALL
See Also:
Constant Field Values

SCHEMA_ELEMENT

protected static final java.lang.String SCHEMA_ELEMENT
See Also:
Constant Field Values

SCHEMA_SEQUENCE

protected static final java.lang.String SCHEMA_SEQUENCE
See Also:
Constant Field Values
Constructor Detail

AxisSerializer

public AxisSerializer()
Method Detail

writeSchema

public org.w3c.dom.Element writeSchema(java.lang.Class javaType,
                                       Types types)
                                throws java.lang.Exception
Throws:
java.lang.Exception

getMechanismType

public java.lang.String getMechanismType()


Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.