
| Modifier and Type | Method and Description |
|---|---|
ServiceRefHandlerType<ServiceRefHandlerChainType<T>> |
createHandler()
Creates a new
handler element |
List<ServiceRefHandlerType<ServiceRefHandlerChainType<T>>> |
getAllHandler()
Returns all
handler elements |
String |
getId()
Returns the
id attribute |
ServiceRefHandlerType<ServiceRefHandlerChainType<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 |
ServiceRefHandlerChainType<T> |
id(String id)
Sets the
id attribute |
ServiceRefHandlerChainType<T> |
portNamePattern(String portNamePattern)
Sets the
port-name-pattern element |
ServiceRefHandlerChainType<T> |
protocolBindings(String protocolBindings)
Sets the
protocol-bindings element |
ServiceRefHandlerChainType<T> |
removeAllHandler()
Removes all
handler elements |
ServiceRefHandlerChainType<T> |
removeId()
Removes the
id attribute |
ServiceRefHandlerChainType<T> |
removePortNamePattern()
Removes the
port-name-pattern element |
ServiceRefHandlerChainType<T> |
removeProtocolBindings()
Removes the
protocol-bindings element |
ServiceRefHandlerChainType<T> |
removeServiceNamePattern()
Removes the
service-name-pattern element |
ServiceRefHandlerChainType<T> |
serviceNamePattern(String serviceNamePattern)
Sets the
service-name-pattern element |
ServiceRefHandlerChainType<T> serviceNamePattern(String serviceNamePattern)
service-name-pattern elementserviceNamePattern - the value for the element service-name-patternServiceRefHandlerChainTypeString getServiceNamePattern()
service-name-pattern elementservice-name-patternServiceRefHandlerChainType<T> removeServiceNamePattern()
service-name-pattern elementServiceRefHandlerChainTypeServiceRefHandlerChainType<T> portNamePattern(String portNamePattern)
port-name-pattern elementportNamePattern - the value for the element port-name-patternServiceRefHandlerChainTypeString getPortNamePattern()
port-name-pattern elementport-name-patternServiceRefHandlerChainType<T> removePortNamePattern()
port-name-pattern elementServiceRefHandlerChainTypeServiceRefHandlerChainType<T> protocolBindings(String protocolBindings)
protocol-bindings elementprotocolBindings - the value for the element protocol-bindingsServiceRefHandlerChainTypeString getProtocolBindings()
protocol-bindings elementprotocol-bindingsServiceRefHandlerChainType<T> removeProtocolBindings()
protocol-bindings elementServiceRefHandlerChainTypeServiceRefHandlerType<ServiceRefHandlerChainType<T>> getOrCreateHandler()
handler element will be created and returned.
Otherwise, the first existing handler element will be returned.handlerServiceRefHandlerType<ServiceRefHandlerChainType<T>> createHandler()
handler elementServiceRefHandlerType> List<ServiceRefHandlerType<ServiceRefHandlerChainType<T>>> getAllHandler()
handler elementshandlerServiceRefHandlerChainType<T> removeAllHandler()
handler elementsServiceRefHandlerType> ServiceRefHandlerChainType<T> id(String id)
id attributeid - the value for the attribute idServiceRefHandlerChainTypeString getId()
id attributeidServiceRefHandlerChainType<T> removeId()
id attributeServiceRefHandlerChainTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.