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

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


org.jboss.net.jmx.adaptor
Class ObjectNameSer

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

public class ObjectNameSer
extends org.apache.axis.encoding.ser.SimpleSerializer

Serializer specialized to turn JMX-Objectnames into corresponding XML-types.

Since:
26.04.2002
Version:
$Revision: 1.7.4.1 $
Author:
Alireza Taherkordi, Christoph G. Jung
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.axis.encoding.ser.SimpleSerializer
javaType, xmlType
 
Constructor Summary
ObjectNameSer(Class javaType, javax.xml.namespace.QName xmlType)
           
 
Method Summary
 String getValueAsString(Object value, org.apache.axis.encoding.SerializationContext context)
           
 Element writeSchema(Class clazz, org.apache.axis.wsdl.fromJava.Types types)
           
 
Methods inherited from class org.apache.axis.encoding.ser.SimpleSerializer
getMechanismType, serialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectNameSer

public ObjectNameSer(Class javaType,
                     javax.xml.namespace.QName xmlType)
Method Detail

getValueAsString

public String getValueAsString(Object value,
                               org.apache.axis.encoding.SerializationContext context)

writeSchema

public Element writeSchema(Class clazz,
                           org.apache.axis.wsdl.fromJava.Types types)
                    throws Exception
Throws:
Exception


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