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(Object serviceDelegateKey)
Return the handler chain configuration information as a HandlerChainsType object.
|
HandlerChainsType |
EndpointDescription.getHandlerChain(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(Object sparseCompositeKey) |
HandlerChainsType |
EndpointDescriptionImpl.getHandlerChain(Object sparseCompositeKey)
Returns a schema derived java class containing the the handler configuration information.
|
HandlerChainsType |
HandlerChainsParser.loadHandlerChains(InputStream in) |
static HandlerChainsType |
DescriptionUtils.loadHandlerChains(InputStream is,
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 |
---|---|
JAXBElement<HandlerChainsType> |
ObjectFactory.createHandlerChains(HandlerChainsType value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<HandlerChainsType> |
ObjectFactory.createHandlerChains(HandlerChainsType value)
|
Modifier and Type | Field and Description |
---|---|
protected HandlerChainsType |
BaseHandlerResolver.handlerChainsType |
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.