|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.net.jmx.adaptor.AttributeSer
An AttributeSer
is be used to serialize
Attribute objects using the SOAP-ENC
encoding style.
Field Summary | |
protected javax.xml.namespace.QName |
xmlType
this is the fully-qualified type that we serialize into |
Constructor Summary | |
AttributeSer(Class javaType,
javax.xml.namespace.QName xmlType)
|
Method Summary | |
String |
getMechanismType()
we use sax approach |
void |
serialize(javax.xml.namespace.QName name,
Attributes attributes,
Object value,
org.apache.axis.encoding.SerializationContext context)
turns a JMX objectname into a string-based xml element |
Element |
writeSchema(Class forClass,
org.apache.axis.wsdl.fromJava.Types types)
Return XML schema for the specified type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected javax.xml.namespace.QName xmlType
Constructor Detail |
public AttributeSer(Class javaType, javax.xml.namespace.QName xmlType)
Method Detail |
public void serialize(javax.xml.namespace.QName name, Attributes attributes, Object value, org.apache.axis.encoding.SerializationContext context) throws IOException
serialize
in interface org.apache.axis.encoding.Serializer
name
- the name of the element that carries our typeattributes
- the attributes of the element that carries our typevalue
- the objectname to serializecontext
- the serialization context we live into
IOException
public String getMechanismType()
getMechanismType
in interface javax.xml.rpc.encoding.Serializer
public Element writeSchema(Class forClass, org.apache.axis.wsdl.fromJava.Types types) throws Exception
writeSchema
in interface org.apache.axis.encoding.Serializer
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |