Table of Contents

Class MessageContext

Namespace
Javax.Xml.Ws.Handler
Assembly
MASES.JNet.dll
public class MessageContext : Map<String, object>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IMessageContext, IMap<String, object>
Inheritance
MessageContext
Implements
Derived
Inherited Members
Extension Methods

Constructors

MessageContext()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("MessageContext class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public MessageContext()

MessageContext(IJVMBridgeBaseInitializer)

Internal constructor: used internally from JCOBridge

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public MessageContext(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

MessageContext(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

[Obsolete("MessageContext class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public MessageContext(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

HTTP_REQUEST_HEADERS

public static String HTTP_REQUEST_HEADERS { get; }

Property Value

String

HTTP_REQUEST_METHOD

public static String HTTP_REQUEST_METHOD { get; }

Property Value

String

HTTP_RESPONSE_CODE

public static String HTTP_RESPONSE_CODE { get; }

Property Value

String

HTTP_RESPONSE_HEADERS

public static String HTTP_RESPONSE_HEADERS { get; }

Property Value

String

INBOUND_MESSAGE_ATTACHMENTS

public static String INBOUND_MESSAGE_ATTACHMENTS { get; }

Property Value

String

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

MESSAGE_OUTBOUND_PROPERTY

public static String MESSAGE_OUTBOUND_PROPERTY { get; }

Property Value

String

OUTBOUND_MESSAGE_ATTACHMENTS

public static String OUTBOUND_MESSAGE_ATTACHMENTS { get; }

Property Value

String

PATH_INFO

public static String PATH_INFO { get; }

Property Value

String

QUERY_STRING

public static String QUERY_STRING { get; }

Property Value

String

REFERENCE_PARAMETERS

public static String REFERENCE_PARAMETERS { get; }

Property Value

String

SERVLET_CONTEXT

public static String SERVLET_CONTEXT { get; }

Property Value

String

SERVLET_REQUEST

public static String SERVLET_REQUEST { get; }

Property Value

String

SERVLET_RESPONSE

public static String SERVLET_RESPONSE { get; }

Property Value

String

WSDL_DESCRIPTION

public static String WSDL_DESCRIPTION { get; }

Property Value

String

WSDL_INTERFACE

public static String WSDL_INTERFACE { get; }

Property Value

String

WSDL_OPERATION

public static String WSDL_OPERATION { get; }

Property Value

String

WSDL_PORT

public static String WSDL_PORT { get; }

Property Value

String

WSDL_SERVICE

public static String WSDL_SERVICE { get; }

Property Value

String

Methods

GetScope(String)

public MessageContext.Scope GetScope(String arg0)

Parameters

arg0 String

String

Returns

MessageContext.Scope

MessageContext.Scope

SetScope(String, Scope)

public void SetScope(String arg0, MessageContext.Scope arg1)

Parameters

arg0 String

String

arg1 MessageContext.Scope

MessageContext.Scope