当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
SOAPMessageContext (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
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 $
- Author:
- Scott.Stark@jboss.org, Rahul Sharma (javadoc)
getMessage
public SOAPMessage getMessage()
setMessage
public void setMessage(SOAPMessage message)
getRoles
public String[] getRoles()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.