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