Class DsmlSoapHttpConnection
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.directoryservices.protocols.DirectoryConnection
-
- system.directoryservices.protocols.DsmlSoapConnection
-
- system.directoryservices.protocols.DsmlSoapHttpConnection
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class DsmlSoapHttpConnection extends DsmlSoapConnection
The base .NET class managing System.DirectoryServices.Protocols.DsmlSoapHttpConnection, System.DirectoryServices.Protocols, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.DirectoryServices.Protocols.DsmlSoapHttpConnection
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.DirectoryServices.Protocols, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.DirectoryServices.Protocolsstatic java.lang.String
className
Qualified class name: System.DirectoryServices.Protocols.DsmlSoapHttpConnectionstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description DsmlSoapHttpConnection()
DsmlSoapHttpConnection(java.lang.Object instance)
Internal constructor.DsmlSoapHttpConnection(DsmlDirectoryIdentifier identifier)
DsmlSoapHttpConnection(DsmlDirectoryIdentifier identifier, NetworkCredential credential)
DsmlSoapHttpConnection(DsmlDirectoryIdentifier identifier, NetworkCredential credential, AuthType authType)
DsmlSoapHttpConnection(Uri uri)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
Abort(IAsyncResult asyncResult)
IAsyncResult
BeginSendRequest(DsmlRequestDocument request, AsyncCallback callback, NetObject state)
void
BeginSession()
static DsmlSoapHttpConnection
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoDsmlSoapHttpConnection
, a cast assert is made to check if types are compatible.DsmlResponseDocument
EndSendRequest(IAsyncResult asyncResult)
void
EndSession()
AuthType
getAuthType()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typejava.lang.String
getSoapActionHeader()
DirectoryResponse
SendRequest(DirectoryRequest request)
DsmlResponseDocument
SendRequest(DsmlRequestDocument request)
void
setAuthType(AuthType AuthType)
void
setJCOInstance(JCObject instance)
void
setSoapActionHeader(java.lang.String SoapActionHeader)
-
Methods inherited from class system.directoryservices.protocols.DsmlSoapConnection
getSessionId, getSoapRequestHeader, setSoapRequestHeader
-
Methods inherited from class system.directoryservices.protocols.DirectoryConnection
getClientCertificates, getDirectory, getTimeout, setCredential, setTimeout
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.DirectoryServices.Protocols, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.DirectoryServices.Protocols- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.DirectoryServices.Protocols.DsmlSoapHttpConnection- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DsmlSoapHttpConnection
public DsmlSoapHttpConnection(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
DsmlSoapHttpConnection
public DsmlSoapHttpConnection() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
DsmlSoapHttpConnection
public DsmlSoapHttpConnection(DsmlDirectoryIdentifier identifier) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ConfigurationException, ConfigurationErrorsException, MulticastNotSupportedException, OutOfMemoryException, UriFormatException, InvalidCastException, NotSupportedException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
PlatformNotSupportedException
ConfigurationException
ConfigurationErrorsException
MulticastNotSupportedException
OutOfMemoryException
UriFormatException
InvalidCastException
NotSupportedException
MissingMethodException
TargetInvocationException
-
DsmlSoapHttpConnection
public DsmlSoapHttpConnection(DsmlDirectoryIdentifier identifier, NetworkCredential credential) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ConfigurationErrorsException, MulticastNotSupportedException, OutOfMemoryException, IndexOutOfRangeException, UriFormatException, InvalidCastException, CultureNotFoundException, NotSupportedException, MissingMethodException, TargetInvocationException, CryptographicException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
PlatformNotSupportedException
ConfigurationErrorsException
MulticastNotSupportedException
OutOfMemoryException
IndexOutOfRangeException
UriFormatException
InvalidCastException
CultureNotFoundException
NotSupportedException
MissingMethodException
TargetInvocationException
CryptographicException
-
DsmlSoapHttpConnection
public DsmlSoapHttpConnection(DsmlDirectoryIdentifier identifier, NetworkCredential credential, AuthType authType) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ConfigurationErrorsException, MulticastNotSupportedException, OutOfMemoryException, IndexOutOfRangeException, UriFormatException, InvalidCastException, CultureNotFoundException, NotSupportedException, MissingMethodException, TargetInvocationException, CryptographicException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
PlatformNotSupportedException
ConfigurationErrorsException
MulticastNotSupportedException
OutOfMemoryException
IndexOutOfRangeException
UriFormatException
InvalidCastException
CultureNotFoundException
NotSupportedException
MissingMethodException
TargetInvocationException
CryptographicException
InvalidEnumArgumentException
-
DsmlSoapHttpConnection
public DsmlSoapHttpConnection(Uri uri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, ConfigurationErrorsException, MulticastNotSupportedException, OutOfMemoryException, UriFormatException, InvalidCastException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
PlatformNotSupportedException
NotSupportedException
ArgumentOutOfRangeException
ConfigurationErrorsException
MulticastNotSupportedException
OutOfMemoryException
UriFormatException
InvalidCastException
MissingMethodException
TargetInvocationException
-
-
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 classDsmlSoapConnection
- 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 classDsmlSoapConnection
- 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 classDsmlSoapConnection
- 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 classDsmlSoapConnection
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classDsmlSoapConnection
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classDsmlSoapConnection
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static DsmlSoapHttpConnection cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoDsmlSoapHttpConnection
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
DsmlSoapHttpConnection
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
SendRequest
public DirectoryResponse SendRequest(DirectoryRequest request) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException, FormatException, XmlException, XmlSchemaException, DsmlInvalidDocumentException, XPathException, ConfigurationErrorsException, MulticastNotSupportedException, OutOfMemoryException, UriFormatException, InvalidCastException, MissingMethodException, ErrorResponseException, OverflowException, DirectoryOperationException
- Overrides:
SendRequest
in classDirectoryConnection
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
PlatformNotSupportedException
NotSupportedException
FormatException
XmlException
XmlSchemaException
DsmlInvalidDocumentException
XPathException
ConfigurationErrorsException
MulticastNotSupportedException
OutOfMemoryException
UriFormatException
InvalidCastException
MissingMethodException
ErrorResponseException
OverflowException
DirectoryOperationException
-
EndSendRequest
public DsmlResponseDocument EndSendRequest(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, AbandonedMutexException, IndexOutOfRangeException, XmlException, XmlSchemaException, PlatformNotSupportedException, DsmlInvalidDocumentException, XPathException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
AbandonedMutexException
IndexOutOfRangeException
XmlException
XmlSchemaException
PlatformNotSupportedException
DsmlInvalidDocumentException
XPathException
-
SendRequest
public DsmlResponseDocument SendRequest(DsmlRequestDocument request) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, MissingManifestResourceException, InvalidOperationException, CultureNotFoundException, XmlException, XmlSchemaException, PlatformNotSupportedException, DsmlInvalidDocumentException, XPathException, ConfigurationErrorsException, MulticastNotSupportedException, OutOfMemoryException, UriFormatException, InvalidCastException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
MissingManifestResourceException
InvalidOperationException
CultureNotFoundException
XmlException
XmlSchemaException
PlatformNotSupportedException
DsmlInvalidDocumentException
XPathException
ConfigurationErrorsException
MulticastNotSupportedException
OutOfMemoryException
UriFormatException
InvalidCastException
MissingMethodException
TargetInvocationException
-
BeginSendRequest
public IAsyncResult BeginSendRequest(DsmlRequestDocument request, AsyncCallback callback, NetObject state) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, ConfigurationException, ConfigurationErrorsException, IndexOutOfRangeException, MulticastNotSupportedException, InvalidOperationException, OutOfMemoryException, UriFormatException, InvalidCastException, ObjectDisposedException, CultureNotFoundException, NotSupportedException, MissingMethodException, TargetInvocationException, NotImplementedException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ThreadAbortException, TaskSchedulerException, TaskCanceledException, AggregateException, SemaphoreFullException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
ConfigurationException
ConfigurationErrorsException
IndexOutOfRangeException
MulticastNotSupportedException
InvalidOperationException
OutOfMemoryException
UriFormatException
InvalidCastException
ObjectDisposedException
CultureNotFoundException
NotSupportedException
MissingMethodException
TargetInvocationException
NotImplementedException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ThreadAbortException
TaskSchedulerException
TaskCanceledException
AggregateException
SemaphoreFullException
-
Abort
public void Abort(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
BeginSession
public void BeginSession() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, IndexOutOfRangeException, PlatformNotSupportedException, XmlException, XmlSchemaException, DsmlInvalidDocumentException, XPathException, ConfigurationException, ConfigurationErrorsException, MulticastNotSupportedException, OutOfMemoryException, UriFormatException, InvalidCastException
- Overrides:
BeginSession
in classDsmlSoapConnection
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
IndexOutOfRangeException
PlatformNotSupportedException
XmlException
XmlSchemaException
DsmlInvalidDocumentException
XPathException
ConfigurationException
ConfigurationErrorsException
MulticastNotSupportedException
OutOfMemoryException
UriFormatException
InvalidCastException
-
EndSession
public void EndSession() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, IndexOutOfRangeException, PlatformNotSupportedException, ConfigurationException, ConfigurationErrorsException, MulticastNotSupportedException, OutOfMemoryException, UriFormatException, InvalidCastException
- Overrides:
EndSession
in classDsmlSoapConnection
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
IndexOutOfRangeException
PlatformNotSupportedException
ConfigurationException
ConfigurationErrorsException
MulticastNotSupportedException
OutOfMemoryException
UriFormatException
InvalidCastException
-
getAuthType
public AuthType getAuthType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAuthType
public void setAuthType(AuthType AuthType) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
-
getSoapActionHeader
public java.lang.String getSoapActionHeader() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSoapActionHeader
public void setSoapActionHeader(java.lang.String SoapActionHeader) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-