Uses of Interface javax.xml.rpc.handler.MessageContext

Uses in package javax.xml.rpc.handler

Methods with parameter type javax.xml.rpc.handler.MessageContext

boolean
The handleFault method processes the SOAP faults based on the SOAP message processing model.
boolean
The handleFault method processes the SOAP faults based on the SOAP message processing model.
boolean
The handleFault method initiates the SOAP fault processing for this handler chain.
boolean
The handleRequest method processes the request SOAP message.
boolean
The handleRequest method processes the request message.
boolean
The handleRequest method initiates the request processing for this handler chain.
boolean
The handleResponse method processes the response message.
boolean
The handleResponse method processes the response SOAP message.
boolean
The handleResponse method initiates the response processing for this handler chain.

Uses in package org.apache.axis.handlers

Methods with parameter type javax.xml.rpc.handler.MessageContext

boolean
boolean
boolean

Uses in package org.apache.axis.transport.http

Methods with return type javax.xml.rpc.handler.MessageContext

MessageContext

Uses in package org.apache.axis

Classes implementing javax.xml.rpc.handler.MessageContext

class
A MessageContext is the Axis implementation of the javax SOAPMessageContext class, and is core to message processing in handlers and other parts of the system.

Uses in package javax.xml.rpc.server

Methods with return type javax.xml.rpc.handler.MessageContext

MessageContext
The method getMessageContext returns the MessageContext targeted for this endpoint instance.

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.