Class MessageContext
public class MessageContext : Map<String, object>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IMessageContext, IMap<String, object>
- Inheritance
-
MessageContext
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
MessageContext(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public MessageContext(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
HTTP_REQUEST_HEADERS
public static String HTTP_REQUEST_HEADERS { get; set; }
Property Value
HTTP_REQUEST_METHOD
public static String HTTP_REQUEST_METHOD { get; set; }
Property Value
HTTP_RESPONSE_CODE
public static String HTTP_RESPONSE_CODE { get; set; }
Property Value
HTTP_RESPONSE_HEADERS
public static String HTTP_RESPONSE_HEADERS { get; set; }
Property Value
INBOUND_MESSAGE_ATTACHMENTS
public static String INBOUND_MESSAGE_ATTACHMENTS { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
MESSAGE_OUTBOUND_PROPERTY
public static String MESSAGE_OUTBOUND_PROPERTY { get; set; }
Property Value
OUTBOUND_MESSAGE_ATTACHMENTS
public static String OUTBOUND_MESSAGE_ATTACHMENTS { get; set; }
Property Value
PATH_INFO
public static String PATH_INFO { get; set; }
Property Value
QUERY_STRING
public static String QUERY_STRING { get; set; }
Property Value
REFERENCE_PARAMETERS
public static String REFERENCE_PARAMETERS { get; set; }
Property Value
SERVLET_CONTEXT
public static String SERVLET_CONTEXT { get; set; }
Property Value
SERVLET_REQUEST
public static String SERVLET_REQUEST { get; set; }
Property Value
SERVLET_RESPONSE
public static String SERVLET_RESPONSE { get; set; }
Property Value
WSDL_DESCRIPTION
public static String WSDL_DESCRIPTION { get; set; }
Property Value
WSDL_INTERFACE
public static String WSDL_INTERFACE { get; set; }
Property Value
WSDL_OPERATION
public static String WSDL_OPERATION { get; set; }
Property Value
WSDL_PORT
public static String WSDL_PORT { get; set; }
Property Value
WSDL_SERVICE
public static String WSDL_SERVICE { get; set; }
Property Value
Methods
GetScope(String)
public MessageContext.Scope GetScope(String arg0)
Parameters
Returns
SetScope(String, Scope)
public void SetScope(String arg0, MessageContext.Scope arg1)
Parameters
arg0Stringarg1MessageContext.Scope