Package system.servicemodel.security
Class IWSTrustFeb2005SyncContractImplementation
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.servicemodel.security.IWSTrustFeb2005SyncContractImplementation
-
- All Implemented Interfaces:
IJCOBridgeReflected
,IWSTrustFeb2005SyncContract
public class IWSTrustFeb2005SyncContractImplementation extends NetObject implements IWSTrustFeb2005SyncContract
The base .NET class managing System.ServiceModel.Security.IWSTrustFeb2005SyncContract, 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.IWSTrustFeb2005SyncContract
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.IWSTrustFeb2005SyncContractstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description IWSTrustFeb2005SyncContractImplementation(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.IWSTrustFeb2005SyncContract- 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 interfaceIWSTrustFeb2005SyncContract
- 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 interfaceIWSTrustFeb2005SyncContract
- 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 interfaceIWSTrustFeb2005SyncContract
- 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 interfaceIWSTrustFeb2005SyncContract
- 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 interfaceIWSTrustFeb2005SyncContract
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
ToIWSTrustFeb2005SyncContract
public static IWSTrustFeb2005SyncContract ToIWSTrustFeb2005SyncContract(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoIWSTrustFeb2005SyncContract
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
IWSTrustFeb2005SyncContract
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
ProcessTrustFeb2005Cancel
public Message ProcessTrustFeb2005Cancel(Message message) throws java.lang.Throwable
- Specified by:
ProcessTrustFeb2005Cancel
in interfaceIWSTrustFeb2005SyncContract
- Throws:
java.lang.Throwable
-
ProcessTrustFeb2005CancelResponse
public Message ProcessTrustFeb2005CancelResponse(Message message) throws java.lang.Throwable
- Specified by:
ProcessTrustFeb2005CancelResponse
in interfaceIWSTrustFeb2005SyncContract
- Throws:
java.lang.Throwable
-
ProcessTrustFeb2005Issue
public Message ProcessTrustFeb2005Issue(Message message) throws java.lang.Throwable
- Specified by:
ProcessTrustFeb2005Issue
in interfaceIWSTrustFeb2005SyncContract
- Throws:
java.lang.Throwable
-
ProcessTrustFeb2005IssueResponse
public Message ProcessTrustFeb2005IssueResponse(Message message) throws java.lang.Throwable
- Specified by:
ProcessTrustFeb2005IssueResponse
in interfaceIWSTrustFeb2005SyncContract
- Throws:
java.lang.Throwable
-
ProcessTrustFeb2005Renew
public Message ProcessTrustFeb2005Renew(Message message) throws java.lang.Throwable
- Specified by:
ProcessTrustFeb2005Renew
in interfaceIWSTrustFeb2005SyncContract
- Throws:
java.lang.Throwable
-
ProcessTrustFeb2005RenewResponse
public Message ProcessTrustFeb2005RenewResponse(Message message) throws java.lang.Throwable
- Specified by:
ProcessTrustFeb2005RenewResponse
in interfaceIWSTrustFeb2005SyncContract
- Throws:
java.lang.Throwable
-
ProcessTrustFeb2005Validate
public Message ProcessTrustFeb2005Validate(Message message) throws java.lang.Throwable
- Specified by:
ProcessTrustFeb2005Validate
in interfaceIWSTrustFeb2005SyncContract
- Throws:
java.lang.Throwable
-
ProcessTrustFeb2005ValidateResponse
public Message ProcessTrustFeb2005ValidateResponse(Message message) throws java.lang.Throwable
- Specified by:
ProcessTrustFeb2005ValidateResponse
in interfaceIWSTrustFeb2005SyncContract
- Throws:
java.lang.Throwable
-
-