org.globus.wsrf.encoding
Class AnySerializer
java.lang.Object
org.globus.wsrf.encoding.AnySerializer
- All Implemented Interfaces:
- java.io.Serializable, org.apache.axis.encoding.Serializer, javax.xml.rpc.encoding.Serializer
- public class AnySerializer
- extends java.lang.Object
- implements org.apache.axis.encoding.Serializer
Serializer for Any MessageElements.
- See Also:
- Serialized Form
|
Field Summary |
private static org.globus.util.I18n |
i18n
|
|
Method Summary |
java.lang.String |
getMechanismType()
|
void |
serialize(javax.xml.namespace.QName name,
org.xml.sax.Attributes attributes,
java.lang.Object value,
org.apache.axis.encoding.SerializationContext context)
|
org.w3c.dom.Element |
writeSchema(java.lang.Class javaclass,
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 |
i18n
private static org.globus.util.I18n i18n
AnySerializer
public AnySerializer()
serialize
public void serialize(javax.xml.namespace.QName name,
org.xml.sax.Attributes attributes,
java.lang.Object value,
org.apache.axis.encoding.SerializationContext context)
throws java.io.IOException
- Specified by:
serialize in interface org.apache.axis.encoding.Serializer
- Throws:
java.io.IOException
getMechanismType
public java.lang.String getMechanismType()
- Specified by:
getMechanismType in interface javax.xml.rpc.encoding.Serializer
writeSchema
public org.w3c.dom.Element writeSchema(java.lang.Class javaclass,
org.apache.axis.wsdl.fromJava.Types types)
throws java.lang.Exception
- Specified by:
writeSchema in interface org.apache.axis.encoding.Serializer
- Throws:
java.lang.Exception