javax.xml.rpc.handler.soap
Interface SOAPMessageContext

All Superinterfaces:
MessageContext

public interface SOAPMessageContext
extends MessageContext

This interface provides access to the SOAP message for either RPC request or response. The javax.xml.soap.SOAPMessage specifies the standard Java API for the representation of a SOAP 1.1 message with attachments.

Version:
$Revision: 1.3.8.1 $
Author:
Scott.Stark@jboss.org, Rahul Sharma (javadoc)

Method Summary
 SOAPMessage getMessage()
           
 String[] getRoles()
           
 void setMessage(SOAPMessage message)
           
 
Methods inherited from interface javax.xml.rpc.handler.MessageContext
containsProperty, getProperty, getPropertyNames, removeProperty, setProperty
 

Method Detail

getMessage

SOAPMessage getMessage()

setMessage

void setMessage(SOAPMessage message)

getRoles

String[] getRoles()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.