Package | Description |
---|---|
org.apache.cxf.jaxws.handler | |
org.apache.cxf.jaxws.javaee |
Modifier and Type | Method and Description |
---|---|
protected List<javax.xml.ws.handler.Handler> |
HandlerChainBuilder.buildHandlerChain(PortComponentHandlerType ht,
ClassLoader classLoader) |
List<javax.xml.ws.handler.Handler> |
HandlerChainBuilder.buildHandlerChainFromConfiguration(PortComponentHandlerType hc) |
Modifier and Type | Method and Description |
---|---|
List<javax.xml.ws.handler.Handler> |
HandlerChainBuilder.buildHandlerChainFromConfiguration(List<PortComponentHandlerType> hc) |
Modifier and Type | Field and Description |
---|---|
protected List<PortComponentHandlerType> |
PortComponentType.handler |
protected List<PortComponentHandlerType> |
HandlerChainType.handler |
Modifier and Type | Method and Description |
---|---|
PortComponentHandlerType |
ObjectFactory.createPortComponentHandlerType()
Create an instance of
PortComponentHandlerType |
Modifier and Type | Method and Description |
---|---|
List<PortComponentHandlerType> |
PortComponentType.getHandler()
Gets the value of the handler property.
|
List<PortComponentHandlerType> |
HandlerChainType.getHandler()
Gets the value of the handler property.
|
Apache CXF