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

Packages that use MessageContext
javax.xml.rpc.handler   
javax.xml.rpc.handler.soap   
 

Uses of MessageContext in javax.xml.rpc.handler
 

Methods in javax.xml.rpc.handler with parameters of type MessageContext
 void Handler.handle(MessageContext context)
          The handle method performs the actual processing work for a handler.
 

Uses of MessageContext in javax.xml.rpc.handler.soap
 

Subinterfaces of MessageContext in javax.xml.rpc.handler.soap
 interface SOAPMessageContext
          The interface javax.xml.rpc.soap.SOAPMessageContext provides access to the SOAP message for either RPC request or response.
 



Copyright © 2001 Apache XML Project. All Rights Reserved.