public class SoapServices extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Runtime.Remoting.SoapServices
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: mscorlib
|
static java.lang.String |
className
Qualified class name: System.Runtime.Remoting.SoapServices
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SoapServices() |
SoapServices(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static SoapServices |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into SoapServices, a cast assert is made to check if types are compatible. |
static java.lang.String |
CodeXmlNamespaceForClrTypeNamespace(java.lang.String typeNamespace,
java.lang.String assemblyName) |
static boolean |
DecodeXmlNamespaceForClrTypeNamespace(java.lang.String inNamespace,
JCORefOut typeNamespace,
JCORefOut assemblyName) |
static void |
GetInteropFieldTypeAndNameFromXmlAttribute(NetType containingType,
java.lang.String xmlAttribute,
java.lang.String xmlNamespace,
JCORefOut<NetType> type,
JCORefOut name) |
static void |
GetInteropFieldTypeAndNameFromXmlElement(NetType containingType,
java.lang.String xmlElement,
java.lang.String xmlNamespace,
JCORefOut<NetType> type,
JCORefOut name) |
static NetType |
GetInteropTypeFromXmlElement(java.lang.String xmlElement,
java.lang.String xmlNamespace) |
static NetType |
GetInteropTypeFromXmlType(java.lang.String xmlType,
java.lang.String xmlTypeNamespace) |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
static java.lang.String |
GetSoapActionFromMethodBase(MethodBase mb) |
static boolean |
GetTypeAndMethodNameFromSoapAction(java.lang.String soapAction,
JCORefOut typeName,
JCORefOut methodName) |
static boolean |
GetXmlElementForInteropType(NetType type,
JCORefOut xmlElement,
JCORefOut xmlNamespace) |
static java.lang.String |
GetXmlNamespaceForMethodCall(MethodBase mb) |
static java.lang.String |
GetXmlNamespaceForMethodResponse(MethodBase mb) |
static java.lang.String |
getXmlNsForClrType() |
static java.lang.String |
getXmlNsForClrTypeWithAssembly() |
static java.lang.String |
getXmlNsForClrTypeWithNs() |
static java.lang.String |
getXmlNsForClrTypeWithNsAndAssembly() |
static boolean |
GetXmlTypeForInteropType(NetType type,
JCORefOut xmlType,
JCORefOut xmlTypeNamespace) |
static boolean |
IsClrTypeNamespace(java.lang.String namespaceString) |
static boolean |
IsSoapActionValidForMethodBase(java.lang.String soapAction,
MethodBase mb) |
static void |
PreLoad(Assembly assembly) |
static void |
PreLoad(NetType type) |
static void |
RegisterInteropXmlElement(java.lang.String xmlElement,
java.lang.String xmlNamespace,
NetType type) |
static void |
RegisterInteropXmlType(java.lang.String xmlType,
java.lang.String xmlTypeNamespace,
NetType type) |
static void |
RegisterSoapActionForMethodBase(MethodBase mb) |
static void |
RegisterSoapActionForMethodBase(MethodBase mb,
java.lang.String soapAction) |
void |
setJCOInstance(JCObject instance) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SoapServices()
throws java.lang.Throwable
java.lang.Throwablepublic SoapServices(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static SoapServices cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SoapServices, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSoapServices instancejava.lang.Throwable - in case of error during cast operationpublic static java.lang.String CodeXmlNamespaceForClrTypeNamespace(java.lang.String typeNamespace,
java.lang.String assemblyName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionpublic static boolean DecodeXmlNamespaceForClrTypeNamespace(java.lang.String inNamespace,
JCORefOut typeNamespace,
JCORefOut assemblyName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
TypeLoadException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException
public static void GetInteropFieldTypeAndNameFromXmlAttribute(NetType containingType, java.lang.String xmlAttribute, java.lang.String xmlNamespace, JCORefOut<NetType> type, JCORefOut name) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionpublic static void GetInteropFieldTypeAndNameFromXmlElement(NetType containingType, java.lang.String xmlElement, java.lang.String xmlNamespace, JCORefOut<NetType> type, JCORefOut name) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionpublic static NetType GetInteropTypeFromXmlElement(java.lang.String xmlElement, java.lang.String xmlNamespace) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ObjectDisposedException, AbandonedMutexException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic static NetType GetInteropTypeFromXmlType(java.lang.String xmlType, java.lang.String xmlTypeNamespace) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ObjectDisposedException, AbandonedMutexException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic static java.lang.String GetSoapActionFromMethodBase(MethodBase mb) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, ArgumentOutOfRangeException, NotImplementedException, OutOfMemoryException, IndexOutOfRangeException
public static boolean GetTypeAndMethodNameFromSoapAction(java.lang.String soapAction,
JCORefOut typeName,
JCORefOut methodName)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException,
ArgumentException,
InvalidOperationException,
IndexOutOfRangeException,
MissingMethodException,
TargetInvocationException,
FormatException,
NotImplementedException
public static boolean GetXmlElementForInteropType(NetType type, JCORefOut xmlElement, JCORefOut xmlNamespace) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionArgumentOutOfRangeExceptionpublic static java.lang.String GetXmlNamespaceForMethodCall(MethodBase mb) throws java.lang.Throwable, ArgumentException
java.lang.ThrowableArgumentExceptionpublic static java.lang.String GetXmlNamespaceForMethodResponse(MethodBase mb) throws java.lang.Throwable, ArgumentException
java.lang.ThrowableArgumentExceptionpublic static java.lang.String getXmlNsForClrType()
throws java.lang.Throwable
java.lang.Throwablepublic static java.lang.String getXmlNsForClrTypeWithAssembly()
throws java.lang.Throwable
java.lang.Throwablepublic static java.lang.String getXmlNsForClrTypeWithNs()
throws java.lang.Throwable
java.lang.Throwablepublic static java.lang.String getXmlNsForClrTypeWithNsAndAssembly()
throws java.lang.Throwable
java.lang.Throwablepublic static boolean GetXmlTypeForInteropType(NetType type, JCORefOut xmlType, JCORefOut xmlTypeNamespace) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, ArgumentOutOfRangeException, OutOfMemoryException, NotImplementedException
public static boolean IsClrTypeNamespace(java.lang.String namespaceString)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
TypeLoadException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException
public static boolean IsSoapActionValidForMethodBase(java.lang.String soapAction,
MethodBase mb)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
NotImplementedException,
OutOfMemoryException,
IndexOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException,
CultureNotFoundException,
InvalidOperationException,
NullReferenceException
public static void PreLoad(Assembly assembly) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, ArgumentOutOfRangeException, OutOfMemoryException, InvalidOperationException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException
public static void PreLoad(NetType type) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, NotImplementedException, OutOfMemoryException, InvalidOperationException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException
public static void RegisterInteropXmlElement(java.lang.String xmlElement,
java.lang.String xmlNamespace,
NetType type)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public static void RegisterInteropXmlType(java.lang.String xmlType,
java.lang.String xmlTypeNamespace,
NetType type)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public static void RegisterSoapActionForMethodBase(MethodBase mb) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, NotImplementedException, OutOfMemoryException, IndexOutOfRangeException, InvalidOperationException, ObjectDisposedException, AbandonedMutexException
public static void RegisterSoapActionForMethodBase(MethodBase mb, java.lang.String soapAction) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException, ObjectDisposedException, AbandonedMutexException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject