public interface HandlerType<T> extends Child<T>
handlerType
xsd typeModifier 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 |
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> |
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> |
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
objectsHandlerType
List<String> getAllDescription()
description
elementsdescription
HandlerType<T> removeAllDescription()
description
elementHandlerType
HandlerType<T> displayName(String... values)
display-name
elements,
a new display-name
elementvalues
- list of display-name
objectsHandlerType
List<String> getAllDisplayName()
display-name
elementsdisplay-name
HandlerType<T> removeAllDisplayName()
display-name
elementHandlerType
IconType<HandlerType<T>> getOrCreateIcon()
icon
element will be created and returned.
Otherwise, the first existing icon
element will be returned.icon
IconType<HandlerType<T>> createIcon()
icon
elementIconType>
List<IconType<HandlerType<T>>> getAllIcon()
icon
elementsicon
HandlerType<T> removeAllIcon()
icon
elementsIconType>
HandlerType<T> handlerName(String handlerName)
handler-name
elementhandlerName
- the value for the element handler-name
HandlerType
String getHandlerName()
handler-name
elementhandler-name
HandlerType<T> removeHandlerName()
handler-name
elementHandlerType
HandlerType<T> handlerClass(String handlerClass)
handler-class
elementhandlerClass
- the value for the element handler-class
HandlerType
String getHandlerClass()
handler-class
elementhandler-class
HandlerType<T> removeHandlerClass()
handler-class
elementHandlerType
ParamValueType<HandlerType<T>> getOrCreateInitParam()
init-param
element will be created and returned.
Otherwise, the first existing init-param
element will be returned.init-param
ParamValueType<HandlerType<T>> createInitParam()
init-param
elementParamValueType>
List<ParamValueType<HandlerType<T>>> getAllInitParam()
init-param
elementsinit-param
HandlerType<T> removeAllInitParam()
init-param
elementsParamValueType>
HandlerType<T> soapHeader(String... values)
soap-header
elements,
a new soap-header
elementvalues
- list of soap-header
objectsHandlerType
List<String> getAllSoapHeader()
soap-header
elementssoap-header
HandlerType<T> removeAllSoapHeader()
soap-header
elementHandlerType
HandlerType<T> soapRole(String... values)
soap-role
elements,
a new soap-role
elementvalues
- list of soap-role
objectsHandlerType
List<String> getAllSoapRole()
soap-role
elementssoap-role
HandlerType<T> removeAllSoapRole()
soap-role
elementHandlerType
HandlerType<T> portName(String... values)
port-name
elements,
a new port-name
elementvalues
- list of port-name
objectsHandlerType
List<String> getAllPortName()
port-name
elementsport-name
HandlerType<T> removeAllPortName()
port-name
elementHandlerType
Copyright © 2017 JBoss by Red Hat. All rights reserved.