com.webobjects.webservices.support.xml
Class WORangeSerializer
java.lang.Object
  |
  +--com.webobjects.webservices.support.xml.WORangeSerializer
- All Implemented Interfaces: 
 - WOSoapConstants
 
- public class WORangeSerializer
- extends Object
- implements WOSoapConstants
   
WORangeSerializer serializes instances of NSRange.
 
 
 
| 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 | 
 
 
| 
Method Summary | 
 String | 
getMechanismType()
 
            | 
 void | 
serialize(QName name,
          Attributes attributes,
          Object value,
          SerializationContext context)
 
          Serialize an NSRange to an element named name, with the indicated attributes. | 
 boolean | 
writeSchema(Types types)
 
          Return XML schema for the specified type, suitable for insertion into
 the  element of a WSDL document. | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
WORangeSerializer
public WORangeSerializer()
getMechanismType
public String getMechanismType()
 
 
serialize
public void serialize(QName name,
                      Attributes attributes,
                      Object value,
                      SerializationContext context)
               throws IOException
- Serialize an NSRange to an element named name, with the indicated attributes.
 
- Parameters:
 name - the element name which will appear in the XMLattributes - are the attributes...serialize is free to add more.value - the NSRange to serializecontext - is the SerializationContext
IOException
 
 
writeSchema
public boolean writeSchema(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.
Exception - See Also:
 org.apache.axis.wsdl.fromJava.Types
 
 
Copyright © 2003 Apple Computer, Inc.