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.StringassemblyFullNameFully assembly qualified name: System.DirectoryServices.Protocols, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.DirectoryServices.Protocolsstatic java.lang.StringclassNameQualified class name: System.DirectoryServices.Protocols.DsmlSoapHttpConnectionstatic JCTypeclassTypeThe 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 voidAbort(IAsyncResult asyncResult)IAsyncResultBeginSendRequest(DsmlRequestDocument request, AsyncCallback callback, NetObject state)voidBeginSession()static DsmlSoapHttpConnectioncast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoDsmlSoapHttpConnection, a cast assert is made to check if types are compatible.DsmlResponseDocumentEndSendRequest(IAsyncResult asyncResult)voidEndSession()AuthTypegetAuthType()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typejava.lang.StringgetSoapActionHeader()DirectoryResponseSendRequest(DirectoryRequest request)DsmlResponseDocumentSendRequest(DsmlRequestDocument request)voidsetAuthType(AuthType AuthType)voidsetJCOInstance(JCObject instance)voidsetSoapActionHeader(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.ThrowableInternal 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.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionPlatformNotSupportedExceptionConfigurationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionUriFormatExceptionInvalidCastExceptionNotSupportedExceptionMissingMethodExceptionTargetInvocationException
-
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.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionPlatformNotSupportedExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionUriFormatExceptionInvalidCastExceptionCultureNotFoundExceptionNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionCryptographicException
-
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.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionPlatformNotSupportedExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionUriFormatExceptionInvalidCastExceptionCultureNotFoundExceptionNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionCryptographicExceptionInvalidEnumArgumentException
-
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.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionUriFormatExceptionInvalidCastExceptionMissingMethodExceptionTargetInvocationException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classDsmlSoapConnection- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classDsmlSoapConnection- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classDsmlSoapConnection- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classDsmlSoapConnection- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classDsmlSoapConnection
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classDsmlSoapConnection- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static DsmlSoapHttpConnection cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoDsmlSoapHttpConnection, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
DsmlSoapHttpConnectioninstance- 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:
SendRequestin classDirectoryConnection- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionPlatformNotSupportedExceptionNotSupportedExceptionFormatExceptionXmlExceptionXmlSchemaExceptionDsmlInvalidDocumentExceptionXPathExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionUriFormatExceptionInvalidCastExceptionMissingMethodExceptionErrorResponseExceptionOverflowExceptionDirectoryOperationException
-
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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionXmlExceptionXmlSchemaExceptionPlatformNotSupportedExceptionDsmlInvalidDocumentExceptionXPathException
-
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.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionInvalidOperationExceptionCultureNotFoundExceptionXmlExceptionXmlSchemaExceptionPlatformNotSupportedExceptionDsmlInvalidDocumentExceptionXPathExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionUriFormatExceptionInvalidCastExceptionMissingMethodExceptionTargetInvocationException
-
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.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionConfigurationExceptionConfigurationErrorsExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionInvalidOperationExceptionOutOfMemoryExceptionUriFormatExceptionInvalidCastExceptionObjectDisposedExceptionCultureNotFoundExceptionNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionThreadAbortExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionSemaphoreFullException
-
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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
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:
BeginSessionin classDsmlSoapConnection- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionXmlExceptionXmlSchemaExceptionDsmlInvalidDocumentExceptionXPathExceptionConfigurationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionUriFormatExceptionInvalidCastException
-
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:
EndSessionin classDsmlSoapConnection- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionConfigurationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionUriFormatExceptionInvalidCastException
-
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.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentException
-
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
-
-