public class IWSTrust13AsyncContractImplementation extends NetObject implements IWSTrust13AsyncContract
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.Security.IWSTrust13AsyncContract
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.IWSTrust13AsyncContract
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IWSTrust13AsyncContractImplementation(java.lang.Object instance)
Internal constructor.
|
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 IWSTrust13AsyncContractImplementation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic IAsyncResult BeginTrust13Cancel(Message request, AsyncCallback callback, NetObject state) throws java.lang.Throwable
BeginTrust13Cancel in interface IWSTrust13AsyncContractjava.lang.Throwablepublic IAsyncResult BeginTrust13CancelResponse(Message request, AsyncCallback callback, NetObject state) throws java.lang.Throwable
BeginTrust13CancelResponse in interface IWSTrust13AsyncContractjava.lang.Throwablepublic IAsyncResult BeginTrust13Issue(Message request, AsyncCallback callback, NetObject state) throws java.lang.Throwable
BeginTrust13Issue in interface IWSTrust13AsyncContractjava.lang.Throwablepublic IAsyncResult BeginTrust13IssueResponse(Message request, AsyncCallback callback, NetObject state) throws java.lang.Throwable
BeginTrust13IssueResponse in interface IWSTrust13AsyncContractjava.lang.Throwablepublic IAsyncResult BeginTrust13Renew(Message request, AsyncCallback callback, NetObject state) throws java.lang.Throwable
BeginTrust13Renew in interface IWSTrust13AsyncContractjava.lang.Throwablepublic IAsyncResult BeginTrust13RenewResponse(Message request, AsyncCallback callback, NetObject state) throws java.lang.Throwable
BeginTrust13RenewResponse in interface IWSTrust13AsyncContractjava.lang.Throwablepublic IAsyncResult BeginTrust13Validate(Message request, AsyncCallback callback, NetObject state) throws java.lang.Throwable
BeginTrust13Validate in interface IWSTrust13AsyncContractjava.lang.Throwablepublic IAsyncResult BeginTrust13ValidateResponse(Message request, AsyncCallback callback, NetObject state) throws java.lang.Throwable
BeginTrust13ValidateResponse in interface IWSTrust13AsyncContractjava.lang.Throwablepublic Message EndTrust13Cancel(IAsyncResult ar) throws java.lang.Throwable
EndTrust13Cancel in interface IWSTrust13AsyncContractjava.lang.Throwablepublic Message EndTrust13CancelResponse(IAsyncResult ar) throws java.lang.Throwable
EndTrust13CancelResponse in interface IWSTrust13AsyncContractjava.lang.Throwablepublic Message EndTrust13Issue(IAsyncResult ar) throws java.lang.Throwable
EndTrust13Issue in interface IWSTrust13AsyncContractjava.lang.Throwablepublic Message EndTrust13IssueResponse(IAsyncResult ar) throws java.lang.Throwable
EndTrust13IssueResponse in interface IWSTrust13AsyncContractjava.lang.Throwablepublic Message EndTrust13Renew(IAsyncResult ar) throws java.lang.Throwable
EndTrust13Renew in interface IWSTrust13AsyncContractjava.lang.Throwablepublic Message EndTrust13RenewResponse(IAsyncResult ar) throws java.lang.Throwable
EndTrust13RenewResponse in interface IWSTrust13AsyncContractjava.lang.Throwablepublic Message EndTrust13Validate(IAsyncResult ar) throws java.lang.Throwable
EndTrust13Validate in interface IWSTrust13AsyncContractjava.lang.Throwablepublic Message EndTrust13ValidateResponse(IAsyncResult ar) throws java.lang.Throwable
EndTrust13ValidateResponse in interface IWSTrust13AsyncContractjava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IWSTrust13AsyncContractgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IWSTrust13AsyncContractgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IWSTrust13AsyncContractgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IWSTrust13AsyncContractgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IWSTrust13AsyncContractgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic static IWSTrust13AsyncContract ToIWSTrust13AsyncContract(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IWSTrust13AsyncContract, a cast assert is made to check if types are compatible.ToIWSTrust13AsyncContract in interface IWSTrust13AsyncContractfrom - IJCOBridgeReflected instance to be castedIWSTrust13AsyncContract instancejava.lang.Throwable - in case of error during cast operation