| Package | Description |
|---|---|
| com.sun.enterprise.deployment | |
| com.sun.enterprise.deployment.types |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<WebServiceHandlerChain> |
WebServiceEndpoint.getHandlerChain()
Get ordered list of WebServiceHandler handler chains for this endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceReferenceDescriptor.addHandlerChain(WebServiceHandlerChain handler)
HandlerChain related setters, getters, adders, finders
|
void |
WebServiceEndpoint.addHandlerChain(WebServiceHandlerChain handlerChain)
Append handlerchain to end of handlerchain for this endpoint.
|
void |
ServiceReferenceDescriptor.removeHandlerChain(WebServiceHandlerChain handler) |
void |
WebServiceEndpoint.removeHandlerChain(WebServiceHandlerChain handlerChain) |
| Constructor and Description |
|---|
WebServiceHandlerChain(WebServiceHandlerChain other) |
| Modifier and Type | Method and Description |
|---|---|
List<WebServiceHandlerChain> |
HandlerChainContainer.getHandlerChain() |
| Modifier and Type | Method and Description |
|---|---|
void |
HandlerChainContainer.addHandlerChain(WebServiceHandlerChain chain) |
Copyright © 2013. All Rights Reserved.