gov.nih.nci.cagrid.data.style.cacore32.encoding
Class SDK32Serializer
java.lang.Object
gov.nih.nci.cagrid.data.style.cacore32.encoding.SDK32Serializer
- All Implemented Interfaces:
- java.io.Serializable, javax.xml.rpc.encoding.Serializer
public class SDK32Serializer
- extends java.lang.Object
- implements org.apache.axis.encoding.Serializer
- See Also:
- Serialized Form
|
Field Summary |
protected static org.apache.commons.logging.Log |
LOG
|
|
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 javaType,
org.apache.axis.wsdl.fromJava.Types types)
Return XML schema for the specified type, suitable for insertion into the
<types> element of a WSDL document, or underneath an
<element> or <attribute> declaration. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
protected static org.apache.commons.logging.Log LOG
SDK32Serializer
public SDK32Serializer()
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
- 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 javaType,
org.apache.axis.wsdl.fromJava.Types types)
throws java.lang.Exception
- Return XML schema for the specified type, suitable for insertion into the
<types> element of a WSDL document, or underneath an
<element> or <attribute> declaration.
- Parameters:
javaType - the Java Class we're writing out schema fortypes - the Java2WSDL Types object which holds the context for the
WSDL being generated.
- Returns:
- a type element containing a schema simpleType/complexType
- Throws:
java.lang.Exception- See Also:
Types