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 |
---|---|
ServiceRefHandlerChainType<ServiceRefHandlerChainsType<T>> |
ServiceRefHandlerChainsType.createHandlerChain()
Creates a new
handler-chain element |
ServiceRefHandlerChainType<ServiceRefHandlerChainsType<T>> |
ServiceRefHandlerChainsType.getOrCreateHandlerChain()
If not already created, a new
handler-chain element will be created and returned. |
ServiceRefHandlerChainType<T> |
ServiceRefHandlerChainType.portNamePattern(String portNamePattern)
Sets the
port-name-pattern element |
ServiceRefHandlerChainType<T> |
ServiceRefHandlerChainType.protocolBindings(String protocolBindings)
Sets the
protocol-bindings element |
ServiceRefHandlerChainType<T> |
ServiceRefHandlerChainType.removeAllHandler()
Removes all
handler elements |
ServiceRefHandlerChainType<T> |
ServiceRefHandlerChainType.removePortNamePattern()
Removes the
port-name-pattern element |
ServiceRefHandlerChainType<T> |
ServiceRefHandlerChainType.removeProtocolBindings()
Removes the
protocol-bindings element |
ServiceRefHandlerChainType<T> |
ServiceRefHandlerChainType.removeServiceNamePattern()
Removes the
service-name-pattern element |
ServiceRefHandlerChainType<T> |
ServiceRefHandlerChainType.serviceNamePattern(String serviceNamePattern)
Sets the
service-name-pattern element |
Modifier and Type | Method and Description |
---|---|
ServiceRefHandlerType<ServiceRefHandlerChainType<T>> |
ServiceRefHandlerChainType.createHandler()
Creates a new
handler element |
List<ServiceRefHandlerType<ServiceRefHandlerChainType<T>>> |
ServiceRefHandlerChainType.getAllHandler()
Returns all
handler elements |
List<ServiceRefHandlerChainType<ServiceRefHandlerChainsType<T>>> |
ServiceRefHandlerChainsType.getAllHandlerChain()
Returns all
handler-chain elements |
ServiceRefHandlerType<ServiceRefHandlerChainType<T>> |
ServiceRefHandlerChainType.getOrCreateHandler()
If not already created, a new
handler element will be created and returned. |
Copyright © 2013 JBoss by Red Hat. All rights reserved.