Example usage for javax.xml.ws.handler MessageContext interface-usage

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

Introduction

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

Usage

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

/**
 * BaseMessageContext is the base class for the two handler message contexts:
 * SoapMessageContext and LogicalMessageContext.  It delegates everything up to
 * the MEPContext, which itself delegates to the requestMC or responseMC, as
 * appropriate.
 *