Package | Description |
---|---|
javax.xml.ws |
This package contains the core JAX-WS APIs.
|
javax.xml.ws.handler |
This package defines APIs for message handlers.
|
javax.xml.ws.handler.soap |
This package defines APIs for SOAP message handlers.
|
org.jboss.jbossts.txbridge.inbound | |
org.jboss.jbossts.txbridge.outbound | |
org.jboss.ws.api.handler |
Convenient extensions to JAX-WS handler framework
|
org.picketlink.identity.federation.core.wstrust.handlers |
Modifier and Type | Method and Description |
---|---|
List<Handler> |
Binding.getHandlerChain()
Gets a copy of the handler chain for a protocol binding instance.
|
Modifier and Type | Method and Description |
---|---|
void |
Binding.setHandlerChain(List<Handler> chain)
Sets the handler chain for the protocol binding instance.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LogicalHandler<C extends LogicalMessageContext>
The
LogicalHandler extends
Handler to provide typesafety for the message context parameter. |
Modifier and Type | Method and Description |
---|---|
List<Handler> |
HandlerResolver.getHandlerChain(PortInfo portInfo)
Gets the handler chain for the specified port.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SOAPHandler<T extends SOAPMessageContext>
The
SOAPHandler class extends Handler
to provide typesafety for the message context parameter and add a method
to obtain access to the headers that may be processed by the handler. |
Modifier and Type | Class and Description |
---|---|
class |
JaxWSTxInboundBridgeHandler
A handler that sits in the server side JAX-WS processing pipeline between the XTS header
context processor and the web service.
|
Modifier and Type | Class and Description |
---|---|
class |
JaxWSTxOutboundBridgeHandler
A handler that sits in the client side JAX-WS processing pipeline between the application
and the XTS header context processor.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericHandler
A generic JAX-WS handler
|
class |
GenericLogicalHandler<C extends LogicalMessageContext>
A generic JAX-WS logical handler
|
class |
GenericSOAPHandler<C extends LogicalMessageContext>
A generic JAX-WS soap handler
|
Modifier and Type | Class and Description |
---|---|
class |
STSSaml20Handler
A concrete implementation of
STSSecurityHandler that can handle SAML version 2.0 Assertion inside of
WSTrustConstants.WSSE_NS elements. |
class |
STSSecurityHandler
STSSecurityHandler is a server-side JAX-WS SOAP Protocol handler that will extract a Security Token from the SOAP Security
Header and validate the token with the configured Security Token Service (STS).
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.