org.apache.axis.encoding.ser.castor
Class AxisContentHandler
DefaultHandler
org.apache.axis.encoding.ser.castor.AxisContentHandler
public class AxisContentHandler
extends DefaultHandler
This ContentHandler delegates all serialization to an axis SerializationContext
AxisContentHandler
public AxisContentHandler(SerializationContext context)
Creates a contentHandler delegate
context
- : axis context to delegate to
characters
public void characters(char[] ch,
int start,
int length)
throws SAXException
delegates to the serialization context
endElement
public void endElement(String uri,
String localName,
String qName)
throws SAXException
delegates to the serialization context
getContext
public SerializationContext getContext()
Getter for property context.
- Value of property context.
setContext
public void setContext(SerializationContext context)
Setter for property context.
context
- New value of property context.
startElement
public void startElement(String uri,
String localName,
String qName,
Attributes attributes)
throws SAXException
delegates to the serialization context
Copyright © 2005 Apache Web Services Project. All Rights Reserved.