Package | Description |
---|---|
javax.ejb | |
javax.xml.rpc.handler | |
javax.xml.rpc.handler.soap | |
javax.xml.rpc.server | |
org.jboss.ws.core.jaxrpc | |
org.jboss.ws.core.jaxrpc.handler |
Modifier and Type | Method and Description |
---|---|
MessageContext |
SessionContext.getMessageContext()
Obtain a reference to the JAX-RPC MessageContext.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HandlerChain.handleFault(MessageContext msgContext)
The handleFault method initiates the SOAP fault processing for this handler chain.
|
boolean |
Handler.handleFault(MessageContext msgContext)
The handleFault method processes the SOAP faults based on the SOAP message processing model.
|
boolean |
GenericHandler.handleFault(MessageContext msgContext)
The handleFault method processes the SOAP faults based on the SOAP message processing model.
|
boolean |
HandlerChain.handleRequest(MessageContext msgContext)
The handleRequest method initiates the request processing for this handler chain.
|
boolean |
Handler.handleRequest(MessageContext msgContext)
The handleRequest method processes the request message.
|
boolean |
GenericHandler.handleRequest(MessageContext msgContext)
The handleRequest method processes the request SOAP message.
|
boolean |
HandlerChain.handleResponse(MessageContext msgContext)
The handleResponse method initiates the response processing for this handler chain.
|
boolean |
Handler.handleResponse(MessageContext msgContext)
The handleResponse method processes the response SOAP message.
|
boolean |
GenericHandler.handleResponse(MessageContext msgContext)
The handleResponse method processes the response message.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SOAPMessageContext
This interface provides access to the SOAP message for either RPC request
or response.
|
Modifier and Type | Method and Description |
---|---|
MessageContext |
ServletEndpointContext.getMessageContext()
The method getMessageContext returns the MessageContext targeted for this endpoint instance.
|
Modifier and Type | Method and Description |
---|---|
MessageContext |
ServletEndpointContextImpl.getMessageContext() |
Modifier and Type | Class and Description |
---|---|
class |
MessageContextJAXRPC
The message context that is processed by a handler
in the handle method.
|
class |
SOAPMessageContextJAXRPC
Provides access to the SOAP message for either RPC request or response.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HandlerWrapper.handleFault(MessageContext msgContext)
The handleFault method processes the SOAP faults based on the SOAP message processing model.
|
boolean |
HandlerChainBaseImpl.handleFault(MessageContext msgContext)
Initiates the SOAP fault processing for this handler chain.
|
boolean |
HandlerChainBaseImpl.handleFault(MessageContext msgContext,
org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType type) |
boolean |
ServerHandlerChain.handleRequest(MessageContext msgContext) |
boolean |
HandlerWrapper.handleRequest(MessageContext msgContext)
The handleRequest method processes the request message.
|
boolean |
HandlerChainBaseImpl.handleRequest(MessageContext msgContext)
Initiates the request processing for this handler chain.
|
boolean |
HandlerChainBaseImpl.handleRequest(MessageContext msgContext,
org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType type) |
boolean |
ServerHandlerChain.handleResponse(MessageContext msgContext) |
boolean |
HandlerWrapper.handleResponse(MessageContext msgContext)
The handleResponse method processes the response SOAP message.
|
boolean |
HandlerChainBaseImpl.handleResponse(MessageContext msgContext)
Initiates the response processing for this handler chain.
|
boolean |
HandlerChainBaseImpl.handleResponse(MessageContext msgContext,
org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType type) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.