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

MBeanParameterInfoSer (JBoss.Net API) - JBoss 3.2.7 .net API Documentation 英文版文档


org.jboss.net.jmx.adaptor
Class MBeanParameterInfoSer

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

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

An MBeanParameterInfoSer is be used to serialize MBeanParameterInfo using the SOAP-ENC encoding style.

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

Constructor Summary
MBeanParameterInfoSer()
           
 
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

MBeanParameterInfoSer

public MBeanParameterInfoSer()
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.