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

java.lang.Object
  extended bymx4j.tools.remote.soap.axis.ser.AxisSerializer
      extended bymx4j.tools.remote.soap.axis.ser.NotificationSer
          extended bymx4j.tools.remote.soap.axis.ser.MBeanServerNotificationSer
All Implemented Interfaces:
java.io.Serializable, org.apache.axis.encoding.Serializer, javax.xml.rpc.encoding.Serializer

public class MBeanServerNotificationSer
extends NotificationSer

Version:
$Revision: 1.3 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class mx4j.tools.remote.soap.axis.ser.AxisSerializer
SCHEMA_ALL, SCHEMA_COMPLEX_TYPE, SCHEMA_ELEMENT, SCHEMA_SEQUENCE
 
Constructor Summary
MBeanServerNotificationSer()
           
 
Method Summary
protected  void onSerialize(org.apache.axis.encoding.SerializationContext context, javax.management.Notification notification)
           
 org.w3c.dom.Element writeSchema(java.lang.Class aClass, org.apache.axis.wsdl.fromJava.Types types)
           
 
Methods inherited from class mx4j.tools.remote.soap.axis.ser.NotificationSer
serialize
 
Methods inherited from class mx4j.tools.remote.soap.axis.ser.AxisSerializer
getMechanismType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBeanServerNotificationSer

public MBeanServerNotificationSer()
Method Detail

onSerialize

protected void onSerialize(org.apache.axis.encoding.SerializationContext context,
                           javax.management.Notification notification)
                    throws java.io.IOException
Overrides:
onSerialize in class NotificationSer
Throws:
java.io.IOException

writeSchema

public org.w3c.dom.Element writeSchema(java.lang.Class aClass,
                                       org.apache.axis.wsdl.fromJava.Types types)
                                throws java.lang.Exception
Specified by:
writeSchema in interface org.apache.axis.encoding.Serializer
Overrides:
writeSchema in class NotificationSer
Throws:
java.lang.Exception


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