org.codehaus.activesoap.policy.addressing.handler
Class AttributedURIHandler
java.lang.Object
org.codehaus.activesoap.handler.stax.StaxHandler
org.codehaus.activesoap.policy.addressing.handler.AttributedURIHandler
- All Implemented Interfaces:
- Handler
- public abstract class AttributedURIHandler
- extends StaxHandler
- Version:
- $Revision: 1.4 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributedURIHandler
public AttributedURIHandler()
invoke
public void invoke(MessageExchange exchange)
throws Exception
- Description copied from interface:
Handler
- Handles the processing of an XML message which is typically a SOAP body element
or header element but could be an entire REST XML service.
- Parameters:
exchange
- is the message exchange which can be used to accesss message-specific attributes
to communicate between different handlers in a loose coupled way or to access service specific details
such as the SOAP roles and encodings etc.
- Throws:
Exception
setValue
protected abstract void setValue(AddressingContext context,
AttributedURI value)
Copyright © 2004-2007 LogicBlaze, Inc.. All Rights Reserved.