Package | Description |
---|---|
javax.xml.ws |
This package contains the core JAX-WS APIs.
|
org.jboss.ws.api.configuration | |
org.picketlink.trust.jbossws |
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 |
---|---|
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 © 2013 JBoss by Red Hat. All Rights Reserved.