Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient14 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
HandlerChainType<HandlerChainsType<T>> |
HandlerChainsType.createHandlerChain()
Creates a new
handler-chain element |
HandlerChainType<HandlerChainsType<T>> |
HandlerChainsType.getOrCreateHandlerChain()
If not already created, a new
handler-chain element will be created and returned. |
HandlerChainType<T> |
HandlerChainType.id(String id)
Sets the
id attribute |
HandlerChainType<T> |
HandlerChainType.portNamePattern(String portNamePattern)
Sets the
port-name-pattern element |
HandlerChainType<T> |
HandlerChainType.protocolBindings(String protocolBindings)
Sets the
protocol-bindings element |
HandlerChainType<T> |
HandlerChainType.removeAllHandler()
Removes all
handler elements |
HandlerChainType<T> |
HandlerChainType.removeId()
Removes the
id attribute |
HandlerChainType<T> |
HandlerChainType.removePortNamePattern()
Removes the
port-name-pattern element |
HandlerChainType<T> |
HandlerChainType.removeProtocolBindings()
Removes the
protocol-bindings element |
HandlerChainType<T> |
HandlerChainType.removeServiceNamePattern()
Removes the
service-name-pattern element |
HandlerChainType<T> |
HandlerChainType.serviceNamePattern(String serviceNamePattern)
Sets the
service-name-pattern element |
Modifier and Type | Method and Description |
---|---|
HandlerType<HandlerChainType<T>> |
HandlerChainType.createHandler()
Creates a new
handler element |
List<HandlerType<HandlerChainType<T>>> |
HandlerChainType.getAllHandler()
Returns all
handler elements |
List<HandlerChainType<HandlerChainsType<T>>> |
HandlerChainsType.getAllHandlerChain()
Returns all
handler-chain elements |
HandlerType<HandlerChainType<T>> |
HandlerChainType.getOrCreateHandler()
If not already created, a new
handler element will be created and returned. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.