Package system.servicemodel.security
Class WSTrustChannel
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.servicemodel.security.WSTrustChannel
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class WSTrustChannel extends NetObject
The base .NET class managing System.ServiceModel.Security.WSTrustChannel, 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.WSTrustChannel
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.WSTrustChannelstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description WSTrustChannel()
WSTrustChannel(java.lang.Object instance)
Internal constructor.WSTrustChannel(WSTrustChannelFactory factory, IWSTrustChannelContract inner, TrustVersion trustVersion, WSTrustSerializationContext context, WSTrustRequestSerializer requestSerializer, WSTrustResponseSerializer responseSerializer)
-
Method Summary
-
-
-
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.WSTrustChannel- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WSTrustChannel
public WSTrustChannel(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
WSTrustChannel
public WSTrustChannel() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
WSTrustChannel
public WSTrustChannel(WSTrustChannelFactory factory, IWSTrustChannelContract inner, TrustVersion trustVersion, WSTrustSerializationContext context, WSTrustRequestSerializer requestSerializer, WSTrustResponseSerializer responseSerializer) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
NotSupportedException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- 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
- 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
- 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
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static WSTrustChannel cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoWSTrustChannel
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
WSTrustChannel
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
BeginCancel
public IAsyncResult BeginCancel(RequestSecurityToken rst, AsyncCallback callback, NetObject state) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
NotSupportedException
-
BeginCancel
public IAsyncResult BeginCancel(Message message, AsyncCallback callback, NetObject asyncState) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
BeginClose
public IAsyncResult BeginClose(AsyncCallback callback, NetObject state) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
BeginClose
public IAsyncResult BeginClose(TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
BeginIssue
public IAsyncResult BeginIssue(RequestSecurityToken rst, AsyncCallback callback, NetObject asyncState) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
NotSupportedException
-
BeginIssue
public IAsyncResult BeginIssue(Message message, AsyncCallback callback, NetObject asyncState) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
BeginOpen
public IAsyncResult BeginOpen(AsyncCallback callback, NetObject state) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
BeginOpen
public IAsyncResult BeginOpen(TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
BeginRenew
public IAsyncResult BeginRenew(RequestSecurityToken rst, AsyncCallback callback, NetObject state) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
NotSupportedException
-
BeginRenew
public IAsyncResult BeginRenew(Message message, AsyncCallback callback, NetObject asyncState) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
BeginValidate
public IAsyncResult BeginValidate(RequestSecurityToken rst, AsyncCallback callback, NetObject state) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
NotSupportedException
-
BeginValidate
public IAsyncResult BeginValidate(Message message, AsyncCallback callback, NetObject asyncState) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Cancel
public RequestSecurityTokenResponse Cancel(RequestSecurityToken rst) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException, XmlException, NotSupportedException, MissingMethodException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentNullException
NotImplementedException
CultureNotFoundException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
OverflowException
OutOfMemoryException
XmlException
NotSupportedException
MissingMethodException
-
Renew
public RequestSecurityTokenResponse Renew(RequestSecurityToken rst) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException, XmlException, NotSupportedException, MissingMethodException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentNullException
NotImplementedException
CultureNotFoundException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
OverflowException
OutOfMemoryException
XmlException
NotSupportedException
MissingMethodException
-
Validate
public RequestSecurityTokenResponse Validate(RequestSecurityToken rst) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException, XmlException, NotSupportedException, MissingMethodException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentNullException
NotImplementedException
CultureNotFoundException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
OverflowException
OutOfMemoryException
XmlException
NotSupportedException
MissingMethodException
-
EndIssue
public SecurityToken EndIssue(IAsyncResult result, JCORefOut<RequestSecurityTokenResponse> rstr) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, XmlException, NotSupportedException, MissingMethodException, CryptographicException, NotImplementedException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
AbandonedMutexException
XmlException
NotSupportedException
MissingMethodException
CryptographicException
NotImplementedException
-
GetTokenFromResponse
public SecurityToken GetTokenFromResponse(RequestSecurityToken request, RequestSecurityTokenResponse response) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, NotSupportedException, PlatformNotSupportedException, CryptographicException, InvalidTimeZoneException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
NotSupportedException
PlatformNotSupportedException
CryptographicException
InvalidTimeZoneException
-
Issue
public SecurityToken Issue(RequestSecurityToken rst) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OutOfMemoryException, XmlException, NotSupportedException, MissingMethodException, CryptographicException, OverflowException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentNullException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
OutOfMemoryException
XmlException
NotSupportedException
MissingMethodException
CryptographicException
OverflowException
-
Issue
public SecurityToken Issue(RequestSecurityToken rst, JCORefOut<RequestSecurityTokenResponse> rstr) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException, XmlException, NotSupportedException, MissingMethodException, CryptographicException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentNullException
NotImplementedException
CultureNotFoundException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
OverflowException
OutOfMemoryException
XmlException
NotSupportedException
MissingMethodException
CryptographicException
-
Cancel
public Message Cancel(Message message) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
EndCancel
public Message EndCancel(IAsyncResult asyncResult) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
EndIssue
public Message EndIssue(IAsyncResult asyncResult) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
EndRenew
public Message EndRenew(IAsyncResult asyncResult) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
EndValidate
public Message EndValidate(IAsyncResult asyncResult) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Validate
public Message Validate(Message message) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Abort
public void Abort() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Close
public void Close() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Close
public void Close(TimeSpan timeout) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
EndCancel
public void EndCancel(IAsyncResult result, JCORefOut<RequestSecurityTokenResponse> rstr) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, XmlException, NotSupportedException, MissingMethodException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
AbandonedMutexException
XmlException
NotSupportedException
MissingMethodException
-
EndClose
public void EndClose(IAsyncResult result) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
EndOpen
public void EndOpen(IAsyncResult result) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
EndRenew
public void EndRenew(IAsyncResult result, JCORefOut<RequestSecurityTokenResponse> rstr) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, XmlException, NotSupportedException, MissingMethodException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
AbandonedMutexException
XmlException
NotSupportedException
MissingMethodException
-
EndValidate
public void EndValidate(IAsyncResult result, JCORefOut<RequestSecurityTokenResponse> rstr) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, XmlException, NotSupportedException, MissingMethodException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
AbandonedMutexException
XmlException
NotSupportedException
MissingMethodException
-
Open
public void Open() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Open
public void Open(TimeSpan timeout) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getWSTrustRequestSerializer
public WSTrustRequestSerializer getWSTrustRequestSerializer() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setWSTrustRequestSerializer
public void setWSTrustRequestSerializer(WSTrustRequestSerializer WSTrustRequestSerializer) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getWSTrustResponseSerializer
public WSTrustResponseSerializer getWSTrustResponseSerializer() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setWSTrustResponseSerializer
public void setWSTrustResponseSerializer(WSTrustResponseSerializer WSTrustResponseSerializer) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getWSTrustSerializationContext
public WSTrustSerializationContext getWSTrustSerializationContext() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setWSTrustSerializationContext
public void setWSTrustSerializationContext(WSTrustSerializationContext WSTrustSerializationContext) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getChannel
public IChannel getChannel() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setChannel
public void setChannel(IChannel Channel) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getState
public CommunicationState getState() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getContract
public IWSTrustChannelContract getContract() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setContract
public void setContract(IWSTrustChannelContract Contract) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTrustVersion
public TrustVersion getTrustVersion() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTrustVersion
public void setTrustVersion(TrustVersion TrustVersion) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getChannelFactory
public WSTrustChannelFactory getChannelFactory() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setChannelFactory
public void setChannelFactory(WSTrustChannelFactory ChannelFactory) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addClosed
public void addClosed(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeClosed
public void removeClosed(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addClosing
public void addClosing(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeClosing
public void removeClosing(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addFaulted
public void addFaulted(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeFaulted
public void removeFaulted(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addOpened
public void addOpened(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeOpened
public void removeOpened(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addOpening
public void addOpening(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeOpening
public void removeOpening(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-