FileDocCategorySizeDatePackage
HandlerResolver.javaAPI DocJava SE 6 API1083Tue Jun 10 00:27:16 BST 2008javax.xml.ws.handler

HandlerResolver

public interface HandlerResolver
HandlerResolver is an interface implemented by an application to get control over the handler chain set on proxy/dispatch objects at the time of their creation.

A HandlerResolver may be set on a Service using the setHandlerResolver method.

When the runtime invokes a HandlerResolver, it will pass it a PortInfo object containing information about the port that the proxy/dispatch object will be accessing.

see
javax.xml.ws.Service#setHandlerResolver
since
JAX-WS 2.0

Fields Summary
Constructors Summary
Methods Summary
public java.util.ListgetHandlerChain(javax.xml.ws.handler.PortInfo portInfo)
Gets the handler chain for the specified port.

param
portInfo Contains information about the port being accessed.
return
java.util.List<Handler> chain