mx4j.tools.remote.soap.axis.ser

Class AxisSerializer

Implemented Interfaces:
Serializer
Known Direct 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
implements Serializer

Version:
$Revision: 1.4 $

Field Summary

protected static String
SCHEMA_ALL
protected static String
SCHEMA_COMPLEX_TYPE
protected static String
SCHEMA_ELEMENT
protected static String
SCHEMA_SEQUENCE

Method Summary

String
getMechanismType()
Element
writeSchema(Class javaType, Types types)

Field Details

SCHEMA_ALL

protected static final String SCHEMA_ALL

SCHEMA_COMPLEX_TYPE

protected static final String SCHEMA_COMPLEX_TYPE

SCHEMA_ELEMENT

protected static final String SCHEMA_ELEMENT

SCHEMA_SEQUENCE

protected static final String SCHEMA_SEQUENCE

Method Details

getMechanismType

public String getMechanismType()

writeSchema

public Element writeSchema(Class javaType,
                           Types types)
            throws Exception

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