Method Summary |
|
public void | configureSystemHandlers(Configuration c) |
abstract public MessageContext | createBindingMessageContext(MessageContext orig) |
abstract public HandlerInvoker | createHandlerInvoker() |
public List<Handler> | getHandlerChain() |
public List<Handler> | getHandlerChain(boolean includeSystemHandlers) Returns the list of configured JAX-WS and system handlers - used by the
abstract client and server binding implementations in processing outgoing and
incoming messages. |
public List<Handler> | getPostLogicalSystemHandlers() Returns the list of logical system handlers that should be
executed after any user supplied logical handlers.
The returned list is NOT a copy and thus can be modified directly. |
public List<Handler> | getPostProtocolSystemHandlers() Returns the list of protocl system handlers that should be
executed after any user supplied protocl handlers. |
public List<Handler> | getPreLogicalSystemHandlers() Returns the list of logical system handlers that should be executed
before any user supplied logical handlers. |
public List<Handler> | getPreProtocolSystemHandlers() Returns the list of protocol system handlers that should be
executed before any user supplied protocol handlers. |
abstract public boolean | hasFault(MessageContext msgContext) |
public void | injectSystemHandlers(ResourceInjector injector) |
abstract public void | marshal(ObjectMessageContext objContext, MessageContext msgContext, DataBindingCallback callback) |
abstract public void | marshalFault(ObjectMessageContext objContext, MessageContext msgContext, DataBindingCallback callback) |
abstract public void | read(InputStreamMessageContext inContext, MessageContext msgContext) |
public void | setHandlerChain(List<Handler> chain) |
abstract public void | unmarshal(MessageContext msgContext, ObjectMessageContext objContext, DataBindingCallback callback) |
abstract public void | unmarshalFault(MessageContext msgContext, ObjectMessageContext objContext, DataBindingCallback callback) |
abstract public void | updateMessageContext(MessageContext msgContext) |
abstract public void | write(MessageContext msgContext, OutputStreamMessageContext outContext) |