public class ISoapMessageImplementation extends NetObject implements ISoapMessage
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Runtime.Serialization.Formatters.ISoapMessage
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.Serialization.Formatters.ISoapMessage
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ISoapMessageImplementation(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Header[] |
getHeaders() |
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
|
java.lang.String |
getMethodName() |
java.lang.String[] |
getParamNames() |
NetType[] |
getParamTypes() |
NetObject[] |
getParamValues() |
java.lang.String |
getXmlNameSpace() |
void |
setHeaders(Header[] Headers) |
void |
setMethodName(java.lang.String MethodName) |
void |
setParamNames(java.lang.String[] ParamNames) |
void |
setParamTypes(NetType[] ParamTypes) |
void |
setParamValues(NetObject[] ParamValues) |
void |
setXmlNameSpace(java.lang.String XmlNameSpace) |
static ISoapMessage |
ToISoapMessage(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ISoapMessage, a cast assert is made to check if types are compatible. |
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ISoapMessageImplementation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic final Header[] getHeaders() throws java.lang.Throwable
getHeaders in interface ISoapMessagejava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface ISoapMessagegetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface ISoapMessagegetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface ISoapMessagegetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface ISoapMessagegetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface ISoapMessagegetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic java.lang.String getMethodName()
throws java.lang.Throwable
getMethodName in interface ISoapMessagejava.lang.Throwablepublic java.lang.String[] getParamNames()
throws java.lang.Throwable
getParamNames in interface ISoapMessagejava.lang.Throwablepublic final NetType[] getParamTypes() throws java.lang.Throwable
getParamTypes in interface ISoapMessagejava.lang.Throwablepublic final NetObject[] getParamValues() throws java.lang.Throwable
getParamValues in interface ISoapMessagejava.lang.Throwablepublic java.lang.String getXmlNameSpace()
throws java.lang.Throwable
getXmlNameSpace in interface ISoapMessagejava.lang.Throwablepublic void setHeaders(Header[] Headers) throws java.lang.Throwable
setHeaders in interface ISoapMessagejava.lang.Throwablepublic void setMethodName(java.lang.String MethodName)
throws java.lang.Throwable
setMethodName in interface ISoapMessagejava.lang.Throwablepublic void setParamNames(java.lang.String[] ParamNames)
throws java.lang.Throwable
setParamNames in interface ISoapMessagejava.lang.Throwablepublic void setParamTypes(NetType[] ParamTypes) throws java.lang.Throwable
setParamTypes in interface ISoapMessagejava.lang.Throwablepublic void setParamValues(NetObject[] ParamValues) throws java.lang.Throwable
setParamValues in interface ISoapMessagejava.lang.Throwablepublic void setXmlNameSpace(java.lang.String XmlNameSpace)
throws java.lang.Throwable
setXmlNameSpace in interface ISoapMessagejava.lang.Throwablepublic static ISoapMessage ToISoapMessage(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ISoapMessage, a cast assert is made to check if types are compatible.ToISoapMessage in interface ISoapMessagefrom - IJCOBridgeReflected instance to be castedISoapMessage instancejava.lang.Throwable - in case of error during cast operation