org.codehaus.activesoap.handler.stax
Class StaxHandler
java.lang.Object
org.codehaus.activesoap.handler.stax.StaxHandler
- All Implemented Interfaces:
- Handler
- Direct Known Subclasses:
- AttributedQNameHandler, AttributedURIHandler, EndpointReferenceTypeHandler, RelationshipHandler, ServiceNameTypeHandler
- public abstract class StaxHandler
- extends Object
- implements Handler
A useful base class for any handlers implementd directly on top of StAX\
- Version:
- $Revision: 1.2 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.codehaus.activesoap.Handler |
invoke |
StaxHandler
public StaxHandler()
populateAnyContent
protected void populateAnyContent(MessageExchange exchange,
AnyElementMarshaler anyElementMarshaler,
AnyContent property)
throws XMLStreamException
- Throws:
XMLStreamException
populateAnyAttributes
protected void populateAnyAttributes(MessageExchange exchange,
AnyAttribute value)
throws XMLStreamException
- Throws:
XMLStreamException
populateAttributes
protected void populateAttributes(XMLStreamReader in,
AnyAttribute value)
Copyright © 2004-2007 LogicBlaze, Inc.. All Rights Reserved.