|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HandlerConfiguration | |
---|---|
com.sun.xml.ws.api.message | Message and related abstractions that represent a SOAP message. |
com.sun.xml.ws.binding |
Uses of HandlerConfiguration in com.sun.xml.ws.api.message |
---|
Fields in com.sun.xml.ws.api.message declared as HandlerConfiguration | |
---|---|
HandlerConfiguration |
Packet.handlerConfig
This property holds the snapshot of HandlerConfiguration at the time of invocation. |
Uses of HandlerConfiguration in com.sun.xml.ws.binding |
---|
Methods in com.sun.xml.ws.binding that return HandlerConfiguration | |
---|---|
protected abstract HandlerConfiguration |
BindingImpl.createHandlerConfig(List<javax.xml.ws.handler.Handler> handlerChain)
|
protected HandlerConfiguration |
HTTPBindingImpl.createHandlerConfig(List<javax.xml.ws.handler.Handler> handlerChain)
This method separates the logical and protocol handlers and sets the HandlerConfiguration. |
protected HandlerConfiguration |
SOAPBindingImpl.createHandlerConfig(List<javax.xml.ws.handler.Handler> handlerChain)
This method separates the logical and protocol handlers. |
HandlerConfiguration |
BindingImpl.getHandlerConfig()
|
Methods in com.sun.xml.ws.binding with parameters of type HandlerConfiguration | |
---|---|
protected void |
BindingImpl.setHandlerConfig(HandlerConfiguration handlerConfig)
This is called when ever Binding.setHandlerChain() or SOAPBinding.setRoles() is called. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |