Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient13 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
HandlerType<ServiceRefType<T>> |
ServiceRefType.createHandler()
Creates a new
handler element |
HandlerType<HandlerChainType<T>> |
HandlerChainType.createHandler()
Creates a new
handler element |
HandlerType<T> |
HandlerType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
HandlerType<T> |
HandlerType.displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
HandlerType<ServiceRefType<T>> |
ServiceRefType.getOrCreateHandler()
If not already created, a new
handler element will be created and returned. |
HandlerType<HandlerChainType<T>> |
HandlerChainType.getOrCreateHandler()
If not already created, a new
handler element will be created and returned. |
HandlerType<T> |
HandlerType.handlerClass(String handlerClass)
Sets the
handler-class element |
HandlerType<T> |
HandlerType.handlerName(String handlerName)
Sets the
handler-name element |
HandlerType<T> |
HandlerType.id(String id)
Sets the
id attribute |
HandlerType<T> |
HandlerType.portName(String... values)
Creates for all String objects representing
port-name elements,
a new port-name element |
HandlerType<T> |
HandlerType.removeAllDescription()
Removes the
description element |
HandlerType<T> |
HandlerType.removeAllDisplayName()
Removes the
display-name element |
HandlerType<T> |
HandlerType.removeAllIcon()
Removes all
icon elements |
HandlerType<T> |
HandlerType.removeAllInitParam()
Removes all
init-param elements |
HandlerType<T> |
HandlerType.removeAllPortName()
Removes the
port-name element |
HandlerType<T> |
HandlerType.removeAllSoapHeader()
Removes the
soap-header element |
HandlerType<T> |
HandlerType.removeAllSoapRole()
Removes the
soap-role element |
HandlerType<T> |
HandlerType.removeHandlerClass()
Removes the
handler-class element |
HandlerType<T> |
HandlerType.removeHandlerName()
Removes the
handler-name element |
HandlerType<T> |
HandlerType.removeId()
Removes the
id attribute |
HandlerType<T> |
HandlerType.soapHeader(String... values)
Creates for all String objects representing
soap-header elements,
a new soap-header element |
HandlerType<T> |
HandlerType.soapRole(String... values)
Creates for all String objects representing
soap-role elements,
a new soap-role element |
Modifier and Type | Method and Description |
---|---|
IconType<HandlerType<T>> |
HandlerType.createIcon()
Creates a new
icon element |
ParamValueType<HandlerType<T>> |
HandlerType.createInitParam()
Creates a new
init-param element |
List<HandlerType<ServiceRefType<T>>> |
ServiceRefType.getAllHandler()
Returns all
handler elements |
List<HandlerType<HandlerChainType<T>>> |
HandlerChainType.getAllHandler()
Returns all
handler elements |
List<IconType<HandlerType<T>>> |
HandlerType.getAllIcon()
Returns all
icon elements |
List<ParamValueType<HandlerType<T>>> |
HandlerType.getAllInitParam()
Returns all
init-param elements |
IconType<HandlerType<T>> |
HandlerType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
ParamValueType<HandlerType<T>> |
HandlerType.getOrCreateInitParam()
If not already created, a new
init-param element will be created and returned. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.