public class IWSTrust13SyncContractImplementation extends NetObject implements IWSTrust13SyncContract
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.Security.IWSTrust13SyncContract
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.IWSTrust13SyncContract
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IWSTrust13SyncContractImplementation(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 IWSTrust13SyncContractImplementation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IWSTrust13SyncContractgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IWSTrust13SyncContractgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IWSTrust13SyncContractgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IWSTrust13SyncContractgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IWSTrust13SyncContractgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic Message ProcessTrust13Cancel(Message message) throws java.lang.Throwable
ProcessTrust13Cancel in interface IWSTrust13SyncContractjava.lang.Throwablepublic Message ProcessTrust13CancelResponse(Message message) throws java.lang.Throwable
ProcessTrust13CancelResponse in interface IWSTrust13SyncContractjava.lang.Throwablepublic Message ProcessTrust13Issue(Message message) throws java.lang.Throwable
ProcessTrust13Issue in interface IWSTrust13SyncContractjava.lang.Throwablepublic Message ProcessTrust13IssueResponse(Message message) throws java.lang.Throwable
ProcessTrust13IssueResponse in interface IWSTrust13SyncContractjava.lang.Throwablepublic Message ProcessTrust13Renew(Message message) throws java.lang.Throwable
ProcessTrust13Renew in interface IWSTrust13SyncContractjava.lang.Throwablepublic Message ProcessTrust13RenewResponse(Message message) throws java.lang.Throwable
ProcessTrust13RenewResponse in interface IWSTrust13SyncContractjava.lang.Throwablepublic Message ProcessTrust13Validate(Message message) throws java.lang.Throwable
ProcessTrust13Validate in interface IWSTrust13SyncContractjava.lang.Throwablepublic Message ProcessTrust13ValidateResponse(Message message) throws java.lang.Throwable
ProcessTrust13ValidateResponse in interface IWSTrust13SyncContractjava.lang.Throwablepublic static IWSTrust13SyncContract ToIWSTrust13SyncContract(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IWSTrust13SyncContract, a cast assert is made to check if types are compatible.ToIWSTrust13SyncContract in interface IWSTrust13SyncContractfrom - IJCOBridgeReflected instance to be castedIWSTrust13SyncContract instancejava.lang.Throwable - in case of error during cast operation