public interface BindingHandler<T>
| Modifier and Type | Method and Description |
|---|---|
javax.xml.namespace.QName |
getType()
The fully qualified binding name corresponding to the SCA architected binding name scheme binding.xxxx.
|
void |
handleInbound(T context,
Message message)
Handles an inbound (service-side) message.
|
void |
handleOutbound(Message message,
T context)
Handles an outbound (reference-side) message.
|
javax.xml.namespace.QName getType()
void handleOutbound(Message message, T context)
context - the binding-specific transport contextmessage - the current message