
public interface HandlerChainType<T> extends Child<T>
handler-chainType xsd type| Modifier and Type | Method and Description |
|---|---|
HandlerType<HandlerChainType<T>> |
createHandler()
Creates a new
handler element |
List<HandlerType<HandlerChainType<T>>> |
getAllHandler()
Returns all
handler elements |
String |
getId()
Returns the
id attribute |
HandlerType<HandlerChainType<T>> |
getOrCreateHandler()
If not already created, a new
handler element will be created and returned. |
String |
getPortNamePattern()
Returns the
port-name-pattern element |
String |
getProtocolBindings()
Returns the
protocol-bindings element |
String |
getServiceNamePattern()
Returns the
service-name-pattern element |
HandlerChainType<T> |
id(String id)
Sets the
id attribute |
HandlerChainType<T> |
portNamePattern(String portNamePattern)
Sets the
port-name-pattern element |
HandlerChainType<T> |
protocolBindings(String protocolBindings)
Sets the
protocol-bindings element |
HandlerChainType<T> |
removeAllHandler()
Removes all
handler elements |
HandlerChainType<T> |
removeId()
Removes the
id attribute |
HandlerChainType<T> |
removePortNamePattern()
Removes the
port-name-pattern element |
HandlerChainType<T> |
removeProtocolBindings()
Removes the
protocol-bindings element |
HandlerChainType<T> |
removeServiceNamePattern()
Removes the
service-name-pattern element |
HandlerChainType<T> |
serviceNamePattern(String serviceNamePattern)
Sets the
service-name-pattern element |
HandlerChainType<T> serviceNamePattern(String serviceNamePattern)
service-name-pattern elementserviceNamePattern - the value for the element service-name-patternHandlerChainTypeString getServiceNamePattern()
service-name-pattern elementservice-name-patternHandlerChainType<T> removeServiceNamePattern()
service-name-pattern elementHandlerChainTypeHandlerChainType<T> portNamePattern(String portNamePattern)
port-name-pattern elementportNamePattern - the value for the element port-name-patternHandlerChainTypeString getPortNamePattern()
port-name-pattern elementport-name-patternHandlerChainType<T> removePortNamePattern()
port-name-pattern elementHandlerChainTypeHandlerChainType<T> protocolBindings(String protocolBindings)
protocol-bindings elementprotocolBindings - the value for the element protocol-bindingsHandlerChainTypeString getProtocolBindings()
protocol-bindings elementprotocol-bindingsHandlerChainType<T> removeProtocolBindings()
protocol-bindings elementHandlerChainTypeHandlerType<HandlerChainType<T>> getOrCreateHandler()
handler element will be created and returned.
Otherwise, the first existing handler element will be returned.handlerHandlerType<HandlerChainType<T>> createHandler()
handler elementHandlerType> List<HandlerType<HandlerChainType<T>>> getAllHandler()
handler elementshandlerHandlerChainType<T> removeAllHandler()
handler elementsHandlerType> HandlerChainType<T> id(String id)
id attributeid - the value for the attribute idHandlerChainTypeString getId()
id attributeidHandlerChainType<T> removeId()
id attributeHandlerChainTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.