
| Modifier and Type | Method and Description |
|---|---|
IconType<ServiceRefHandlerType<T>> |
createIcon()
Creates a new
icon element |
ParamValueType<ServiceRefHandlerType<T>> |
createInitParam()
Creates a new
init-param element |
ServiceRefHandlerType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
ServiceRefHandlerType<T> |
displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
List<String> |
getAllDescription()
Returns all
description elements |
List<String> |
getAllDisplayName()
Returns all
display-name elements |
List<IconType<ServiceRefHandlerType<T>>> |
getAllIcon()
Returns all
icon elements |
List<ParamValueType<ServiceRefHandlerType<T>>> |
getAllInitParam()
Returns all
init-param elements |
List<String> |
getAllPortName()
Returns all
port-name elements |
List<String> |
getAllSoapHeader()
Returns all
soap-header elements |
List<String> |
getAllSoapRole()
Returns all
soap-role elements |
String |
getHandlerClass()
Returns the
handler-class element |
String |
getHandlerName()
Returns the
handler-name element |
String |
getId()
Returns the
id attribute |
IconType<ServiceRefHandlerType<T>> |
getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
ParamValueType<ServiceRefHandlerType<T>> |
getOrCreateInitParam()
If not already created, a new
init-param element will be created and returned. |
ServiceRefHandlerType<T> |
handlerClass(String handlerClass)
Sets the
handler-class element |
ServiceRefHandlerType<T> |
handlerName(String handlerName)
Sets the
handler-name element |
ServiceRefHandlerType<T> |
id(String id)
Sets the
id attribute |
ServiceRefHandlerType<T> |
portName(String... values)
Creates for all String objects representing
port-name elements,
a new port-name element |
ServiceRefHandlerType<T> |
removeAllDescription()
Removes the
description element |
ServiceRefHandlerType<T> |
removeAllDisplayName()
Removes the
display-name element |
ServiceRefHandlerType<T> |
removeAllIcon()
Removes all
icon elements |
ServiceRefHandlerType<T> |
removeAllInitParam()
Removes all
init-param elements |
ServiceRefHandlerType<T> |
removeAllPortName()
Removes the
port-name element |
ServiceRefHandlerType<T> |
removeAllSoapHeader()
Removes the
soap-header element |
ServiceRefHandlerType<T> |
removeAllSoapRole()
Removes the
soap-role element |
ServiceRefHandlerType<T> |
removeHandlerClass()
Removes the
handler-class element |
ServiceRefHandlerType<T> |
removeHandlerName()
Removes the
handler-name element |
ServiceRefHandlerType<T> |
removeId()
Removes the
id attribute |
ServiceRefHandlerType<T> |
soapHeader(String... values)
Creates for all String objects representing
soap-header elements,
a new soap-header element |
ServiceRefHandlerType<T> |
soapRole(String... values)
Creates for all String objects representing
soap-role elements,
a new soap-role element |
ServiceRefHandlerType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsServiceRefHandlerTypeList<String> getAllDescription()
description elementsdescriptionServiceRefHandlerType<T> removeAllDescription()
description elementServiceRefHandlerTypeServiceRefHandlerType<T> displayName(String... values)
display-name elements,
a new display-name elementvalues - list of display-name objectsServiceRefHandlerTypeList<String> getAllDisplayName()
display-name elementsdisplay-nameServiceRefHandlerType<T> removeAllDisplayName()
display-name elementServiceRefHandlerTypeIconType<ServiceRefHandlerType<T>> getOrCreateIcon()
icon element will be created and returned.
Otherwise, the first existing icon element will be returned.iconIconType<ServiceRefHandlerType<T>> createIcon()
icon elementIconType> List<IconType<ServiceRefHandlerType<T>>> getAllIcon()
icon elementsiconServiceRefHandlerType<T> removeAllIcon()
icon elementsIconType> ServiceRefHandlerType<T> handlerName(String handlerName)
handler-name elementhandlerName - the value for the element handler-nameServiceRefHandlerTypeString getHandlerName()
handler-name elementhandler-nameServiceRefHandlerType<T> removeHandlerName()
handler-name elementServiceRefHandlerTypeServiceRefHandlerType<T> handlerClass(String handlerClass)
handler-class elementhandlerClass - the value for the element handler-classServiceRefHandlerTypeString getHandlerClass()
handler-class elementhandler-classServiceRefHandlerType<T> removeHandlerClass()
handler-class elementServiceRefHandlerTypeParamValueType<ServiceRefHandlerType<T>> getOrCreateInitParam()
init-param element will be created and returned.
Otherwise, the first existing init-param element will be returned.init-paramParamValueType<ServiceRefHandlerType<T>> createInitParam()
init-param elementParamValueType> List<ParamValueType<ServiceRefHandlerType<T>>> getAllInitParam()
init-param elementsinit-paramServiceRefHandlerType<T> removeAllInitParam()
init-param elementsParamValueType> ServiceRefHandlerType<T> soapHeader(String... values)
soap-header elements,
a new soap-header elementvalues - list of soap-header objectsServiceRefHandlerTypeList<String> getAllSoapHeader()
soap-header elementssoap-headerServiceRefHandlerType<T> removeAllSoapHeader()
soap-header elementServiceRefHandlerTypeServiceRefHandlerType<T> soapRole(String... values)
soap-role elements,
a new soap-role elementvalues - list of soap-role objectsServiceRefHandlerTypeList<String> getAllSoapRole()
soap-role elementssoap-roleServiceRefHandlerType<T> removeAllSoapRole()
soap-role elementServiceRefHandlerTypeServiceRefHandlerType<T> portName(String... values)
port-name elements,
a new port-name elementvalues - list of port-name objectsServiceRefHandlerTypeList<String> getAllPortName()
port-name elementsport-nameServiceRefHandlerType<T> removeAllPortName()
port-name elementServiceRefHandlerTypeServiceRefHandlerType<T> id(String id)
id attributeid - the value for the attribute idServiceRefHandlerTypeString getId()
id attributeidServiceRefHandlerType<T> removeId()
id attributeServiceRefHandlerTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.