org.codehaus.activesoap.handler.stax
Class StaxHandler

java.lang.Object
  extended byorg.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 $

Constructor Summary
StaxHandler()
           
 
Method Summary
protected  void populateAnyAttributes(MessageExchange exchange, AnyAttribute value)
           
protected  void populateAnyContent(MessageExchange exchange, AnyElementMarshaler anyElementMarshaler, AnyContent property)
           
protected  void populateAttributes(XMLStreamReader in, AnyAttribute value)
           
 
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
 

Constructor Detail

StaxHandler

public StaxHandler()
Method Detail

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.