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-pattern
ServiceRefHandlerChainType
String getServiceNamePattern()
service-name-pattern
elementservice-name-pattern
ServiceRefHandlerChainType<T> removeServiceNamePattern()
service-name-pattern
elementServiceRefHandlerChainType
ServiceRefHandlerChainType<T> portNamePattern(String portNamePattern)
port-name-pattern
elementportNamePattern
- the value for the element port-name-pattern
ServiceRefHandlerChainType
String getPortNamePattern()
port-name-pattern
elementport-name-pattern
ServiceRefHandlerChainType<T> removePortNamePattern()
port-name-pattern
elementServiceRefHandlerChainType
ServiceRefHandlerChainType<T> protocolBindings(String protocolBindings)
protocol-bindings
elementprotocolBindings
- the value for the element protocol-bindings
ServiceRefHandlerChainType
String getProtocolBindings()
protocol-bindings
elementprotocol-bindings
ServiceRefHandlerChainType<T> removeProtocolBindings()
protocol-bindings
elementServiceRefHandlerChainType
ServiceRefHandlerType<ServiceRefHandlerChainType<T>> getOrCreateHandler()
handler
element will be created and returned.
Otherwise, the first existing handler
element will be returned.handler
ServiceRefHandlerType<ServiceRefHandlerChainType<T>> createHandler()
handler
elementServiceRefHandlerType>
List<ServiceRefHandlerType<ServiceRefHandlerChainType<T>>> getAllHandler()
handler
elementshandler
ServiceRefHandlerChainType<T> removeAllHandler()
handler
elementsServiceRefHandlerType>
ServiceRefHandlerChainType<T> id(String id)
id
attributeid
- the value for the attribute id
ServiceRefHandlerChainType
String getId()
id
attributeid
ServiceRefHandlerChainType<T> removeId()
id
attributeServiceRefHandlerChainType
Copyright © 2024 JBoss by Red Hat. All rights reserved.