
public interface HandlerType<T> extends Child<T>
handlerType xsd type| Modifier and Type | Method and Description |
|---|---|
IconType<HandlerType<T>> |
createIcon()
Creates a new
icon element |
ParamValueType<HandlerType<T>> |
createInitParam()
Creates a new
init-param element |
HandlerType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
HandlerType<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<HandlerType<T>>> |
getAllIcon()
Returns all
icon elements |
List<ParamValueType<HandlerType<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<HandlerType<T>> |
getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
ParamValueType<HandlerType<T>> |
getOrCreateInitParam()
If not already created, a new
init-param element will be created and returned. |
HandlerType<T> |
handlerClass(String handlerClass)
Sets the
handler-class element |
HandlerType<T> |
handlerName(String handlerName)
Sets the
handler-name element |
HandlerType<T> |
id(String id)
Sets the
id attribute |
HandlerType<T> |
portName(String... values)
Creates for all String objects representing
port-name elements,
a new port-name element |
HandlerType<T> |
removeAllDescription()
Removes the
description element |
HandlerType<T> |
removeAllDisplayName()
Removes the
display-name element |
HandlerType<T> |
removeAllIcon()
Removes all
icon elements |
HandlerType<T> |
removeAllInitParam()
Removes all
init-param elements |
HandlerType<T> |
removeAllPortName()
Removes the
port-name element |
HandlerType<T> |
removeAllSoapHeader()
Removes the
soap-header element |
HandlerType<T> |
removeAllSoapRole()
Removes the
soap-role element |
HandlerType<T> |
removeHandlerClass()
Removes the
handler-class element |
HandlerType<T> |
removeHandlerName()
Removes the
handler-name element |
HandlerType<T> |
removeId()
Removes the
id attribute |
HandlerType<T> |
soapHeader(String... values)
Creates for all String objects representing
soap-header elements,
a new soap-header element |
HandlerType<T> |
soapRole(String... values)
Creates for all String objects representing
soap-role elements,
a new soap-role element |
HandlerType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsHandlerTypeList<String> getAllDescription()
description elementsdescriptionHandlerType<T> removeAllDescription()
description elementHandlerTypeHandlerType<T> displayName(String... values)
display-name elements,
a new display-name elementvalues - list of display-name objectsHandlerTypeList<String> getAllDisplayName()
display-name elementsdisplay-nameHandlerType<T> removeAllDisplayName()
display-name elementHandlerTypeIconType<HandlerType<T>> getOrCreateIcon()
icon element will be created and returned.
Otherwise, the first existing icon element will be returned.iconIconType<HandlerType<T>> createIcon()
icon elementIconType> List<IconType<HandlerType<T>>> getAllIcon()
icon elementsiconHandlerType<T> removeAllIcon()
icon elementsIconType> HandlerType<T> handlerName(String handlerName)
handler-name elementhandlerName - the value for the element handler-nameHandlerTypeString getHandlerName()
handler-name elementhandler-nameHandlerType<T> removeHandlerName()
handler-name elementHandlerTypeHandlerType<T> handlerClass(String handlerClass)
handler-class elementhandlerClass - the value for the element handler-classHandlerTypeString getHandlerClass()
handler-class elementhandler-classHandlerType<T> removeHandlerClass()
handler-class elementHandlerTypeParamValueType<HandlerType<T>> getOrCreateInitParam()
init-param element will be created and returned.
Otherwise, the first existing init-param element will be returned.init-paramParamValueType<HandlerType<T>> createInitParam()
init-param elementParamValueType> List<ParamValueType<HandlerType<T>>> getAllInitParam()
init-param elementsinit-paramHandlerType<T> removeAllInitParam()
init-param elementsParamValueType> HandlerType<T> soapHeader(String... values)
soap-header elements,
a new soap-header elementvalues - list of soap-header objectsHandlerTypeList<String> getAllSoapHeader()
soap-header elementssoap-headerHandlerType<T> removeAllSoapHeader()
soap-header elementHandlerTypeHandlerType<T> soapRole(String... values)
soap-role elements,
a new soap-role elementvalues - list of soap-role objectsHandlerTypeList<String> getAllSoapRole()
soap-role elementssoap-roleHandlerType<T> removeAllSoapRole()
soap-role elementHandlerTypeHandlerType<T> portName(String... values)
port-name elements,
a new port-name elementvalues - list of port-name objectsHandlerTypeList<String> getAllPortName()
port-name elementsport-nameHandlerType<T> removeAllPortName()
port-name elementHandlerTypeHandlerType<T> id(String id)
id attributeid - the value for the attribute idHandlerTypeString getId()
id attributeidHandlerType<T> removeId()
id attributeHandlerTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.