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

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


org.jboss.net.jmx.adaptor
Class MBeanOperationInfoSer

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

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

An MBeanOperationInfoSer is be used to serialize MBeanOperationInfo using the SOAP-ENC encoding style.

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

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

MBeanOperationInfoSer

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