public class HandlerChainBuilder extends Object
Constructor and Description |
---|
HandlerChainBuilder() |
HandlerChainBuilder(Bus aBus) |
Modifier and Type | Method and Description |
---|---|
protected List<Handler> |
buildHandlerChain(PortComponentHandlerType ht,
ClassLoader classLoader) |
List<Handler> |
buildHandlerChainFromConfiguration(List<PortComponentHandlerType> hc) |
List<Handler> |
buildHandlerChainFromConfiguration(PortComponentHandlerType hc) |
protected ClassLoader |
getHandlerClassLoader() |
boolean |
isHandlerInitEnabled() |
protected URL |
resolveHandlerChainFile(Class<?> clz,
String filename)
Resolve handler chain configuration file associated with the given class
|
void |
setHandlerInitEnabled(boolean b) |
List<Handler> |
sortHandlers(List<Handler> handlers)
sorts the handlers into correct order.
|
public HandlerChainBuilder(Bus aBus)
public HandlerChainBuilder()
public List<Handler> buildHandlerChainFromConfiguration(PortComponentHandlerType hc)
public List<Handler> buildHandlerChainFromConfiguration(List<PortComponentHandlerType> hc)
public void setHandlerInitEnabled(boolean b)
public boolean isHandlerInitEnabled()
public List<Handler> sortHandlers(List<Handler> handlers)
handlers
- protected ClassLoader getHandlerClassLoader()
protected List<Handler> buildHandlerChain(PortComponentHandlerType ht, ClassLoader classLoader)
Apache CXF