public interface HandlerChainType<T> extends Child<T>
handler-chainType
xsd typeModifier 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-pattern
HandlerChainType
String getServiceNamePattern()
service-name-pattern
elementservice-name-pattern
HandlerChainType<T> removeServiceNamePattern()
service-name-pattern
elementHandlerChainType
HandlerChainType<T> portNamePattern(String portNamePattern)
port-name-pattern
elementportNamePattern
- the value for the element port-name-pattern
HandlerChainType
String getPortNamePattern()
port-name-pattern
elementport-name-pattern
HandlerChainType<T> removePortNamePattern()
port-name-pattern
elementHandlerChainType
HandlerChainType<T> protocolBindings(String protocolBindings)
protocol-bindings
elementprotocolBindings
- the value for the element protocol-bindings
HandlerChainType
String getProtocolBindings()
protocol-bindings
elementprotocol-bindings
HandlerChainType<T> removeProtocolBindings()
protocol-bindings
elementHandlerChainType
HandlerType<HandlerChainType<T>> getOrCreateHandler()
handler
element will be created and returned.
Otherwise, the first existing handler
element will be returned.handler
HandlerType<HandlerChainType<T>> createHandler()
handler
elementHandlerType>
List<HandlerType<HandlerChainType<T>>> getAllHandler()
handler
elementshandler
HandlerChainType<T> removeAllHandler()
handler
elementsHandlerType>
HandlerChainType<T> id(String id)
id
attributeid
- the value for the attribute id
HandlerChainType
String getId()
id
attributeid
HandlerChainType<T> removeId()
id
attributeHandlerChainType
Copyright © 2023 JBoss by Red Hat. All rights reserved.