| Modifier and Type | Method and Description |
|---|---|
HandlerChainsType |
ServiceDescription.getHandlerChain()
Return the handler chain configuration information as a HandlerChainsType object.
|
HandlerChainsType |
EndpointDescription.getHandlerChain()
Return the handler chain configuration information as a HandlerChainsType object.
|
HandlerChainsType |
ServiceDescription.getHandlerChain(java.lang.Object serviceDelegateKey)
Return the handler chain configuration information as a HandlerChainsType object.
|
HandlerChainsType |
EndpointDescription.getHandlerChain(java.lang.Object serviceDelegateKey)
Return the handler chain configuration information as a HandlerChainsType object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointDescription.setHandlerChain(HandlerChainsType handlerChain) |
| Modifier and Type | Method and Description |
|---|---|
HandlerChainsType |
PortComposite.getHandlerChainsType() |
HandlerChainsType |
DescriptionBuilderComposite.getHandlerChainsType() |
| Modifier and Type | Method and Description |
|---|---|
void |
PortComposite.setHandlerChainsType(HandlerChainsType handlerChainsType) |
void |
DescriptionBuilderComposite.setHandlerChainsType(HandlerChainsType handlerChainsType) |
| Modifier and Type | Method and Description |
|---|---|
HandlerChainsType |
ServiceDescriptionImpl.getHandlerChain() |
HandlerChainsType |
EndpointDescriptionImpl.getHandlerChain() |
HandlerChainsType |
ServiceDescriptionImpl.getHandlerChain(java.lang.Object sparseCompositeKey) |
HandlerChainsType |
EndpointDescriptionImpl.getHandlerChain(java.lang.Object sparseCompositeKey)
Returns a schema derived java class containing the the handler configuration information.
|
HandlerChainsType |
HandlerChainsParser.loadHandlerChains(java.io.InputStream in) |
static HandlerChainsType |
DescriptionUtils.loadHandlerChains(java.io.InputStream is,
java.lang.ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointDescriptionImpl.setHandlerChain(HandlerChainsType handlerChain) |
| Modifier and Type | Method and Description |
|---|---|
HandlerChainsType |
ObjectFactory.createHandlerChainsType()
Create an instance of
HandlerChainsType |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<HandlerChainsType> |
ObjectFactory.createHandlerChains(HandlerChainsType value)
|
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<HandlerChainsType> |
ObjectFactory.createHandlerChains(HandlerChainsType value)
|
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.