Class SOAPConstants
public class SOAPConstants : JVMBridgeBase<SOAPConstants>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISOAPConstants
- Inheritance
-
SOAPConstants
- Implements
- Inherited Members
-
JVMBridgeBase<SOAPConstants>.SExecuteWithSignature(Type, IJavaType, string, string, params object[])JVMBridgeBase<SOAPConstants>.SExecute<TReturn, TConverter>(Type, IJavaType, string, params object[])JVMBridgeBase<SOAPConstants>.SExecuteWithSignatureArray<TArrayType>(string, string, params object[])JVMBridgeBase<SOAPConstants>.IsAssignableFrom(IJavaType)JVMBridgeBase<SOAPConstants>.IsAssignableFrom<T>()JVMBridgeBase<SOAPConstants>.Execute<T>(params T[])JVMBridgeBase<SOAPConstants>.DynBridgeClazzJVMBridgeBase<SOAPConstants>.BridgeClazzJVMBridgeBase.ReferenceEqualsJVM(IJVMBridgeBase, IJVMBridgeBase)JVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastToAndDetach<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.CastDirectAndDetach<TNewClass>()JVMBridgeBase.CheckDisposed()JVMBridgeBase.ToString()JVMBridgeBase.Equals(IJVMBridgeBase)JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- 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
initializerIJVMBridgeBaseInitializer
SOAPConstants(params object[])
Generic constructor used by JCOBridge when a derived class needs to forward arguments to the base JVMBridgeBase class.
[Obsolete("SOAPConstants 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 SOAPConstants(params object[] args)
Parameters
argsobject[]
Remarks
SOAPConstants represents a JVM interface or abstract class in .NET. Instantiating it directly outside of JCOBridge infrastructure is not supported and may produce undefined behavior.
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
DEFAULT_SOAP_PROTOCOL
public static String DEFAULT_SOAP_PROTOCOL { get; }
Property Value
DYNAMIC_SOAP_PROTOCOL
public static String DYNAMIC_SOAP_PROTOCOL { get; }
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
SOAP_1_1_CONTENT_TYPE
public static String SOAP_1_1_CONTENT_TYPE { get; }
Property Value
SOAP_1_1_PROTOCOL
public static String SOAP_1_1_PROTOCOL { get; }
Property Value
SOAP_1_2_CONTENT_TYPE
public static String SOAP_1_2_CONTENT_TYPE { get; }
Property Value
SOAP_1_2_PROTOCOL
public static String SOAP_1_2_PROTOCOL { get; }
Property Value
SOAP_DATAENCODINGUNKNOWN_FAULT
public static QName SOAP_DATAENCODINGUNKNOWN_FAULT { get; }
Property Value
SOAP_ENV_PREFIX
public static String SOAP_ENV_PREFIX { get; }
Property Value
SOAP_MUSTUNDERSTAND_FAULT
public static QName SOAP_MUSTUNDERSTAND_FAULT { get; }
Property Value
SOAP_RECEIVER_FAULT
public static QName SOAP_RECEIVER_FAULT { get; }
Property Value
SOAP_SENDER_FAULT
public static QName SOAP_SENDER_FAULT { get; }
Property Value
SOAP_VERSIONMISMATCH_FAULT
public static QName SOAP_VERSIONMISMATCH_FAULT { get; }
Property Value
URI_NS_SOAP_1_1_ENVELOPE
https://docs.oracle.com/javase/8/docs/api/javax/xml/soap/SOAPConstants.html#URI_NS_SOAP_1_1_ENVELOPE
public static String URI_NS_SOAP_1_1_ENVELOPE { get; }
Property Value
URI_NS_SOAP_1_2_ENCODING
https://docs.oracle.com/javase/8/docs/api/javax/xml/soap/SOAPConstants.html#URI_NS_SOAP_1_2_ENCODING
public static String URI_NS_SOAP_1_2_ENCODING { get; }
Property Value
URI_NS_SOAP_1_2_ENVELOPE
https://docs.oracle.com/javase/8/docs/api/javax/xml/soap/SOAPConstants.html#URI_NS_SOAP_1_2_ENVELOPE
public static String URI_NS_SOAP_1_2_ENVELOPE { get; }
Property Value
URI_NS_SOAP_ENCODING
public static String URI_NS_SOAP_ENCODING { get; }
Property Value
URI_NS_SOAP_ENVELOPE
public static String URI_NS_SOAP_ENVELOPE { get; }
Property Value
URI_SOAP_1_2_ROLE_NEXT
public static String URI_SOAP_1_2_ROLE_NEXT { get; }
Property Value
URI_SOAP_1_2_ROLE_NONE
public static String URI_SOAP_1_2_ROLE_NONE { get; }
Property Value
URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER
public static String URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER { get; }
Property Value
URI_SOAP_ACTOR_NEXT
public static String URI_SOAP_ACTOR_NEXT { get; }