Package system.servicemodel.security
Class IWSTrust13AsyncContractImplementation
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.servicemodel.security.IWSTrust13AsyncContractImplementation
-
- All Implemented Interfaces:
IJCOBridgeReflected
,IWSTrust13AsyncContract
public class IWSTrust13AsyncContractImplementation extends NetObject implements IWSTrust13AsyncContract
The base .NET class managing System.ServiceModel.Security.IWSTrust13AsyncContract, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.ServiceModelstatic java.lang.String
className
Qualified class name: System.ServiceModel.Security.IWSTrust13AsyncContractstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description IWSTrust13AsyncContractImplementation(java.lang.Object instance)
Internal constructor.
-
Method Summary
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToString
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.ServiceModel- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.ServiceModel.Security.IWSTrust13AsyncContract- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOAssemblyName
in interfaceIWSTrust13AsyncContract
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOClassName
in interfaceIWSTrust13AsyncContract
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOObjectName
in interfaceIWSTrust13AsyncContract
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Specified by:
getJCOInstance
in interfaceIWSTrust13AsyncContract
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Specified by:
getJCOType
in interfaceIWSTrust13AsyncContract
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
ToIWSTrust13AsyncContract
public static IWSTrust13AsyncContract ToIWSTrust13AsyncContract(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoIWSTrust13AsyncContract
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
IWSTrust13AsyncContract
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
BeginTrust13Cancel
public IAsyncResult BeginTrust13Cancel(Message request, AsyncCallback callback, NetObject state) throws java.lang.Throwable
- Specified by:
BeginTrust13Cancel
in interfaceIWSTrust13AsyncContract
- Throws:
java.lang.Throwable
-
BeginTrust13CancelResponse
public IAsyncResult BeginTrust13CancelResponse(Message request, AsyncCallback callback, NetObject state) throws java.lang.Throwable
- Specified by:
BeginTrust13CancelResponse
in interfaceIWSTrust13AsyncContract
- Throws:
java.lang.Throwable
-
BeginTrust13Issue
public IAsyncResult BeginTrust13Issue(Message request, AsyncCallback callback, NetObject state) throws java.lang.Throwable
- Specified by:
BeginTrust13Issue
in interfaceIWSTrust13AsyncContract
- Throws:
java.lang.Throwable
-
BeginTrust13IssueResponse
public IAsyncResult BeginTrust13IssueResponse(Message request, AsyncCallback callback, NetObject state) throws java.lang.Throwable
- Specified by:
BeginTrust13IssueResponse
in interfaceIWSTrust13AsyncContract
- Throws:
java.lang.Throwable
-
BeginTrust13Renew
public IAsyncResult BeginTrust13Renew(Message request, AsyncCallback callback, NetObject state) throws java.lang.Throwable
- Specified by:
BeginTrust13Renew
in interfaceIWSTrust13AsyncContract
- Throws:
java.lang.Throwable
-
BeginTrust13RenewResponse
public IAsyncResult BeginTrust13RenewResponse(Message request, AsyncCallback callback, NetObject state) throws java.lang.Throwable
- Specified by:
BeginTrust13RenewResponse
in interfaceIWSTrust13AsyncContract
- Throws:
java.lang.Throwable
-
BeginTrust13Validate
public IAsyncResult BeginTrust13Validate(Message request, AsyncCallback callback, NetObject state) throws java.lang.Throwable
- Specified by:
BeginTrust13Validate
in interfaceIWSTrust13AsyncContract
- Throws:
java.lang.Throwable
-
BeginTrust13ValidateResponse
public IAsyncResult BeginTrust13ValidateResponse(Message request, AsyncCallback callback, NetObject state) throws java.lang.Throwable
- Specified by:
BeginTrust13ValidateResponse
in interfaceIWSTrust13AsyncContract
- Throws:
java.lang.Throwable
-
EndTrust13Cancel
public Message EndTrust13Cancel(IAsyncResult ar) throws java.lang.Throwable
- Specified by:
EndTrust13Cancel
in interfaceIWSTrust13AsyncContract
- Throws:
java.lang.Throwable
-
EndTrust13CancelResponse
public Message EndTrust13CancelResponse(IAsyncResult ar) throws java.lang.Throwable
- Specified by:
EndTrust13CancelResponse
in interfaceIWSTrust13AsyncContract
- Throws:
java.lang.Throwable
-
EndTrust13Issue
public Message EndTrust13Issue(IAsyncResult ar) throws java.lang.Throwable
- Specified by:
EndTrust13Issue
in interfaceIWSTrust13AsyncContract
- Throws:
java.lang.Throwable
-
EndTrust13IssueResponse
public Message EndTrust13IssueResponse(IAsyncResult ar) throws java.lang.Throwable
- Specified by:
EndTrust13IssueResponse
in interfaceIWSTrust13AsyncContract
- Throws:
java.lang.Throwable
-
EndTrust13Renew
public Message EndTrust13Renew(IAsyncResult ar) throws java.lang.Throwable
- Specified by:
EndTrust13Renew
in interfaceIWSTrust13AsyncContract
- Throws:
java.lang.Throwable
-
EndTrust13RenewResponse
public Message EndTrust13RenewResponse(IAsyncResult ar) throws java.lang.Throwable
- Specified by:
EndTrust13RenewResponse
in interfaceIWSTrust13AsyncContract
- Throws:
java.lang.Throwable
-
EndTrust13Validate
public Message EndTrust13Validate(IAsyncResult ar) throws java.lang.Throwable
- Specified by:
EndTrust13Validate
in interfaceIWSTrust13AsyncContract
- Throws:
java.lang.Throwable
-
EndTrust13ValidateResponse
public Message EndTrust13ValidateResponse(IAsyncResult ar) throws java.lang.Throwable
- Specified by:
EndTrust13ValidateResponse
in interfaceIWSTrust13AsyncContract
- Throws:
java.lang.Throwable
-
-