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

java.lang.Object
  extended by mx4j.tools.remote.soap.axis.ser.AxisSerializer
      extended by mx4j.tools.remote.soap.axis.ser.NotificationSer
Direct Known Subclasses:
MBeanServerNotificationSer, MonitorNotificationSer, TimerNotificationSer

public class NotificationSer
extends AxisSerializer

Version:
$Revision: 1.4 $

Field Summary
 
Fields inherited from class mx4j.tools.remote.soap.axis.ser.AxisSerializer
SCHEMA_ALL, SCHEMA_COMPLEX_TYPE, SCHEMA_ELEMENT, SCHEMA_SEQUENCE
 
Constructor Summary
NotificationSer()
           
 
Method Summary
protected  void onSerialize(SerializationContext context, javax.management.Notification notification)
           
 void serialize(javax.xml.namespace.QName name, org.xml.sax.Attributes attributes, java.lang.Object value, SerializationContext context)
           
 org.w3c.dom.Element writeSchema(java.lang.Class aClass, Types types)
           
 
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

NotificationSer

public NotificationSer()
Method Detail

serialize

public void serialize(javax.xml.namespace.QName name,
                      org.xml.sax.Attributes attributes,
                      java.lang.Object value,
                      SerializationContext context)
               throws java.io.IOException
Throws:
java.io.IOException

onSerialize

protected void onSerialize(SerializationContext context,
                           javax.management.Notification notification)
                    throws java.io.IOException
Throws:
java.io.IOException

writeSchema

public org.w3c.dom.Element writeSchema(java.lang.Class aClass,
                                       Types types)
                                throws java.lang.Exception
Overrides:
writeSchema in class AxisSerializer
Throws:
java.lang.Exception


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