Example usage for javax.xml.ws.handler.soap SOAPMessageContext interface-usage

List of usage examples for javax.xml.ws.handler.soap SOAPMessageContext interface-usage

Introduction

In this page you can find the example usage for javax.xml.ws.handler.soap SOAPMessageContext interface-usage.

Usage

From source file test.integ.be.fedict.trust.util.TestSOAPMessageContext.java

/**
 * Test SOAP Message Context.
 * 
 * @author wvdhaute
 * 
 */

From source file org.apache.axis2.jaxws.handler.SoapMessageContext.java

/**
 * The SOAPMessageContext is the context handed to SOAP-based application handlers.  It provides
 * access to the SOAP message that represents the request or response via SAAJ.  It also allows
 * access to any properties that have been registered and set on the MessageContext.
 */
public class SoapMessageContext extends BaseMessageContext implements javax.xml.ws.handler.soap.SOAPMessageContext {