public interface MessageHandler<C extends MessageHandlerContext> extends Handler<C>
MessageHandler
class extends Handler
to provide typesafety for the message context parameter and add a method
to obtain access to the headers that may be processed by the handler.
Its provides similar functionality as a SOAPHandler but provides RI's
Message in the MessageContext.Modifier and Type | Method and Description |
---|---|
Set<QName> |
getHeaders()
Gets the header blocks that can be processed by this Handler
instance.
|
close, handleFault, handleMessage
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.