Table of Contents

Class SOAPConstants

Namespace
Javax.Xml.Soap
Assembly
MASES.JNet.dll
public class SOAPConstants : JVMBridgeBase<SOAPConstants>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ISOAPConstants
Inheritance
SOAPConstants
Implements
Extension Methods

Constructors

SOAPConstants(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 SOAPConstants(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

DEFAULT_SOAP_PROTOCOL

public static String DEFAULT_SOAP_PROTOCOL { get; set; }

Property Value

String

DYNAMIC_SOAP_PROTOCOL

public static String DYNAMIC_SOAP_PROTOCOL { get; set; }

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 java.lang.AutoCloseable

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

SOAP_1_1_CONTENT_TYPE

public static String SOAP_1_1_CONTENT_TYPE { get; set; }

Property Value

String

SOAP_1_1_PROTOCOL

public static String SOAP_1_1_PROTOCOL { get; set; }

Property Value

String

SOAP_1_2_CONTENT_TYPE

public static String SOAP_1_2_CONTENT_TYPE { get; set; }

Property Value

String

SOAP_1_2_PROTOCOL

public static String SOAP_1_2_PROTOCOL { get; set; }

Property Value

String

SOAP_DATAENCODINGUNKNOWN_FAULT

public static QName SOAP_DATAENCODINGUNKNOWN_FAULT { get; set; }

Property Value

QName

SOAP_ENV_PREFIX

public static String SOAP_ENV_PREFIX { get; set; }

Property Value

String

SOAP_MUSTUNDERSTAND_FAULT

public static QName SOAP_MUSTUNDERSTAND_FAULT { get; set; }

Property Value

QName

SOAP_RECEIVER_FAULT

public static QName SOAP_RECEIVER_FAULT { get; set; }

Property Value

QName

SOAP_SENDER_FAULT

public static QName SOAP_SENDER_FAULT { get; set; }

Property Value

QName

SOAP_VERSIONMISMATCH_FAULT

public static QName SOAP_VERSIONMISMATCH_FAULT { get; set; }

Property Value

QName

URI_NS_SOAP_1_1_ENVELOPE

public static String URI_NS_SOAP_1_1_ENVELOPE { get; set; }

Property Value

String

URI_NS_SOAP_1_2_ENCODING

public static String URI_NS_SOAP_1_2_ENCODING { get; set; }

Property Value

String

URI_NS_SOAP_1_2_ENVELOPE

public static String URI_NS_SOAP_1_2_ENVELOPE { get; set; }

Property Value

String

URI_NS_SOAP_ENCODING

public static String URI_NS_SOAP_ENCODING { get; set; }

Property Value

String

URI_NS_SOAP_ENVELOPE

public static String URI_NS_SOAP_ENVELOPE { get; set; }

Property Value

String

URI_SOAP_1_2_ROLE_NEXT

public static String URI_SOAP_1_2_ROLE_NEXT { get; set; }

Property Value

String

URI_SOAP_1_2_ROLE_NONE

public static String URI_SOAP_1_2_ROLE_NONE { get; set; }

Property Value

String

URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER

public static String URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER { get; set; }

Property Value

String

URI_SOAP_ACTOR_NEXT

public static String URI_SOAP_ACTOR_NEXT { get; set; }

Property Value

String