WebObjects 5.2

com.webobjects.webservices.support.xml
Class WOStringKeyMapSerializer

com.webobjects.webservices.support.xml.WOStringKeyMapSerializer
All Implemented Interfaces:
WOSoapConstants

public class WOStringKeyMapSerializer
implements WOSoapConstants

WOStringKeyMapSerializer serializes instances of WOStringKeyMap.


Inner classes inherited from class com.webobjects.webservices.support.xml.WOSoapConstants
WOSoapConstants.WOXMLAttributes
 
Fields inherited from interface com.webobjects.webservices.support.xml.WOSoapConstants
EOENTERPRISEOBJECT_QNAME, EOGLOBALID_QNAME, NSKVCNULL_QNAME, NSRANGE_QNAME, NSTIMESTAMP_QNAME, NSTIMEZONE_QNAME, SOAP_ENC_PREFIX, SOAP_URI, WOSOAP_URI, WOSTRINGKEYMAP_QNAME, XSD_URI, XSI_TYPE, XSI_URI
 
Constructor Summary
WOStringKeyMapSerializer()
           
 
Method Summary
 String getMechanismType()
           
 void serialize(javax.xml.namespace.QName name, org.xml.sax.Attributes attributes, Object value, com.webobjects.webservices.support.xml.SerializationContext context)
          Serialize an element that is an WOStringKeyMap.
 boolean writeSchema(org.apache.axis.wsdl.fromJava.Types types)
          Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
 

Constructor Detail

WOStringKeyMapSerializer

public WOStringKeyMapSerializer()
Method Detail

getMechanismType

public String getMechanismType()

serialize

public void serialize(javax.xml.namespace.QName name,
                      org.xml.sax.Attributes attributes,
                      Object value,
                      com.webobjects.webservices.support.xml.SerializationContext context)
               throws IOException
Serialize an element that is an WOStringKeyMap.
Parameters:
name - the element name which will appear in the XML
attributes - are the attributes...serialize is free to add more.
value - the WOStringKeyMap to serialize
context - is the SerializationContext

writeSchema

public boolean writeSchema(org.apache.axis.wsdl.fromJava.Types types)
                    throws Exception
Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
Parameters:
types - the Java2WSDL Types object which holds the context for the WSDL being generated.
Returns:
true if we wrote a schema, false if we didn't.
See Also:
Types

Last updated Fri Feb 21 13:15:00 PST 2003.

Copyright © 2003 Apple Computer, Inc.