xsul.xhandler
Interface XHandler
- All Superinterfaces:
- MessageProcessingNode
- All Known Implementing Classes:
- BaseHandler
- public interface XHandler
- extends MessageProcessingNode
Abstraction of how java code is exposed as Web Service
getName
public java.lang.String getName()
init
public void init(XHandlerContext handlerConfig)
done
public void done(XHandlerContext handlerConfig)
process
public boolean process(MessageContext context)
throws MessageProcessingException
- Return true to indicate that processingis should be finished
(no more links in chain will be called).
- Specified by:
process in interface MessageProcessingNode
- Throws:
MessageProcessingException
IU Extreme! Lab (http://www.extreme.indiana.edu)