站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 .net API Documentation 英文版文档

MBeanConstructorInfoSer (JBoss.Net API) - JBoss 4.0.1 sp1 .net API Documentation 英文版文档


org.jboss.net.jmx.adaptor
Class MBeanConstructorInfoSer

java.lang.Object
  extended byorg.jboss.net.jmx.adaptor.MBeanConstructorInfoSer
All Implemented Interfaces:
Serializable, org.apache.axis.encoding.Serializer, javax.xml.rpc.encoding.Serializer

public class MBeanConstructorInfoSer
extends Object
implements org.apache.axis.encoding.Serializer

An MBeanConstructorInfoSer is be used to serialize MBeanConstructorInfo using the SOAP-ENC encoding style.

Version:
$Revision: 1.4 $
Author:
Alireza Taherkordi
See Also:
Serialized Form

Constructor Summary
MBeanConstructorInfoSer()
           
 
Method Summary
 String getMechanismType()
           
 void serialize(javax.xml.namespace.QName name, Attributes attributes, Object value, org.apache.axis.encoding.SerializationContext context)
           
 Element writeSchema(Class aClass, org.apache.axis.wsdl.fromJava.Types types)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBeanConstructorInfoSer

public MBeanConstructorInfoSer()
Method Detail

serialize

public void serialize(javax.xml.namespace.QName name,
                      Attributes attributes,
                      Object value,
                      org.apache.axis.encoding.SerializationContext context)
               throws IOException
Specified by:
serialize in interface org.apache.axis.encoding.Serializer
Throws:
IOException

writeSchema

public Element writeSchema(Class aClass,
                           org.apache.axis.wsdl.fromJava.Types types)
                    throws Exception
Specified by:
writeSchema in interface org.apache.axis.encoding.Serializer
Throws:
Exception

getMechanismType

public String getMechanismType()
Specified by:
getMechanismType in interface javax.xml.rpc.encoding.Serializer


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.