public class IWSTrustContractImplementation extends NetObject implements IWSTrustContract
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.Security.IWSTrustContract
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: System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.ServiceModel
|
static java.lang.String |
className
Qualified class name: System.ServiceModel.Security.IWSTrustContract
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IWSTrustContractImplementation(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IAsyncResult |
BeginCancel(Message message,
AsyncCallback callback,
NetObject asyncState) |
IAsyncResult |
BeginIssue(Message message,
AsyncCallback callback,
NetObject asyncState) |
IAsyncResult |
BeginRenew(Message message,
AsyncCallback callback,
NetObject asyncState) |
IAsyncResult |
BeginValidate(Message message,
AsyncCallback callback,
NetObject asyncState) |
Message |
Cancel(Message message) |
Message |
EndCancel(IAsyncResult asyncResult) |
Message |
EndIssue(IAsyncResult asyncResult) |
Message |
EndRenew(IAsyncResult asyncResult) |
Message |
EndValidate(IAsyncResult asyncResult) |
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
|
Message |
Issue(Message message) |
Message |
Renew(Message message) |
static IWSTrustContract |
ToIWSTrustContract(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into IWSTrustContract, a cast assert is made to check if types are compatible. |
Message |
Validate(Message message) |
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 IWSTrustContractImplementation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic IAsyncResult BeginCancel(Message message, AsyncCallback callback, NetObject asyncState) throws java.lang.Throwable
BeginCancel in interface IWSTrustContractjava.lang.Throwablepublic IAsyncResult BeginIssue(Message message, AsyncCallback callback, NetObject asyncState) throws java.lang.Throwable
BeginIssue in interface IWSTrustContractjava.lang.Throwablepublic IAsyncResult BeginRenew(Message message, AsyncCallback callback, NetObject asyncState) throws java.lang.Throwable
BeginRenew in interface IWSTrustContractjava.lang.Throwablepublic IAsyncResult BeginValidate(Message message, AsyncCallback callback, NetObject asyncState) throws java.lang.Throwable
BeginValidate in interface IWSTrustContractjava.lang.Throwablepublic Message Cancel(Message message) throws java.lang.Throwable
Cancel in interface IWSTrustContractjava.lang.Throwablepublic Message EndCancel(IAsyncResult asyncResult) throws java.lang.Throwable
EndCancel in interface IWSTrustContractjava.lang.Throwablepublic Message EndIssue(IAsyncResult asyncResult) throws java.lang.Throwable
EndIssue in interface IWSTrustContractjava.lang.Throwablepublic Message EndRenew(IAsyncResult asyncResult) throws java.lang.Throwable
EndRenew in interface IWSTrustContractjava.lang.Throwablepublic Message EndValidate(IAsyncResult asyncResult) throws java.lang.Throwable
EndValidate in interface IWSTrustContractjava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IWSTrustContractgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IWSTrustContractgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IWSTrustContractgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IWSTrustContractgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IWSTrustContractgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic Message Issue(Message message) throws java.lang.Throwable
Issue in interface IWSTrustContractjava.lang.Throwablepublic Message Renew(Message message) throws java.lang.Throwable
Renew in interface IWSTrustContractjava.lang.Throwablepublic static IWSTrustContract ToIWSTrustContract(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IWSTrustContract, a cast assert is made to check if types are compatible.ToIWSTrustContract in interface IWSTrustContractfrom - IJCOBridgeReflected instance to be castedIWSTrustContract instancejava.lang.Throwable - in case of error during cast operationpublic Message Validate(Message message) throws java.lang.Throwable
Validate in interface IWSTrustContractjava.lang.Throwable