org.apache.axis.encoding.ser.castor
public class AxisContentHandler extends DefaultHandler
| Constructor Summary | |
|---|---|
| AxisContentHandler(SerializationContext context)
Creates a contentHandler delegate
| |
| Method Summary | |
|---|---|
| void | characters(char[] ch, int start, int length)
delegates to the serialization context |
| void | endElement(String uri, String localName, String qName)
delegates to the serialization context |
| SerializationContext | getContext()
Getter for property context.
|
| void | setContext(SerializationContext context)
Setter for property context.
|
| void | startElement(String uri, String localName, String qName, Attributes attributes)
delegates to the serialization context |
Parameters: context : axis context to delegate to
Returns: Value of property context.
Parameters: context New value of property context.