Table of Contents

Interface IMessageContext

Namespace
Javax.Xml.Ws.Handler
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/xml/ws/handler/MessageContext.html

public interface IMessageContext : IMap<String, object>
Inherited Members

Methods

GetScope(String)

MessageContext.Scope GetScope(String arg0)

Parameters

arg0 String

String

Returns

MessageContext.Scope

MessageContext.Scope

SetScope(String, Scope)

void SetScope(String arg0, MessageContext.Scope arg1)

Parameters

arg0 String

String

arg1 MessageContext.Scope

MessageContext.Scope