FileDocCategorySizeDatePackage
SOAPMessageContext.javaAPI DocGlassfish v2 API3344Fri May 04 22:24:40 BST 2007com.sun.enterprise.admin.wsmgmt

SOAPMessageContext

public interface SOAPMessageContext
SOAP Message Context. This encapsulates the required data for web services management either from JAXWS 1.0 or 2.0 MessageContext.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetHTTPRequestHeaders()
Gets the HTTP Request headers in the message.

return
the HTTP Request headers in the message.

public java.lang.StringgetHTTPResponseHeaders()
Gets the HTTP Response headers in the message.

return
the HTTP Response headers in the message.

public javax.xml.soap.SOAPMessagegetMessage()
Gets the SOAPMessage for this web service invocation.

return
SOAPMessage for this web service invocation

public java.lang.ObjectgetProperty(java.lang.String name)
Gets the PropertyNames for this web service invocation.

return
PropertyNames for this web service invocation

public java.util.IteratorgetPropertyNames()
Gets the PropertyNames for this web service invocation.

return
PropertyNames for this web service invocation

public voidsetMessage(javax.xml.soap.SOAPMessage msg)
Sets the SOAPMessage in the message context.

param
msg the SOAPMessage to be set in the message context