Package | Description |
---|---|
com.arjuna.mw.wst11.client | |
javax.xml.ws |
This package contains the core JAX-WS APIs.
|
org.jboss.jbossts.txbridge.outbound | |
org.jboss.ws.api.configuration | |
org.picketlink.trust.jbossws |
Modifier and Type | Method and Description |
---|---|
protected void |
WSTXFeature.initializeBindingProvider(BindingProvider bp)
Sets
REQUEST_CONTEXT_KEY value to ENABLED_VALUE if WSTXFeature is enabled. |
Modifier and Type | Interface and Description |
---|---|
interface |
Dispatch<T>
The
Dispatch interface provides support
for the dynamic invocation of a service endpoint operations. |
Modifier and Type | Method and Description |
---|---|
protected void |
JTAOverWSATFeature.initializeBindingProvider(BindingProvider bp)
Sets
JTAOverWSATFeature.REQUEST_CONTEXT_KEY value to JTAOverWSATFeature.ENABLED_VALUE and
WSTXFeature.REQUEST_CONTEXT_KEY value to WSTXFeature.ENABLED_VALUE if JTAOverWSATFeature is
enabled. |
Modifier and Type | Method and Description |
---|---|
protected void |
ClientConfigFeature.initializeBindingProvider(BindingProvider bp) |
protected void |
AbstractClientFeature.initializeBindingProvider(BindingProvider bp)
Initializes the provided BindingProvider instance
|
void |
ClientConfigurer.setConfigHandlers(BindingProvider bp,
String configFile,
String configName)
Reads a client configuration and setups the handlers in the provided BindingProvider accordingly.
|
static void |
ClientConfigUtil.setConfigHandlers(BindingProvider bp,
String configFile,
String configName)
Reads a client configuration and setups the handlers in the provided BindingProvider accordingly.
|
Modifier and Type | Class and Description |
---|---|
class |
PicketLinkDispatch
A concrete implementation of
Dispatch that can be used as an alternative to the underlying JAXWS implementation. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.