public class ServiceConfiguration extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.ServiceConfiguration
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.ServiceModel
|
static java.lang.String |
className
Qualified class name: System.ServiceModel.ServiceConfiguration
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ServiceConfiguration() |
ServiceConfiguration(java.lang.Object instance)
Internal constructor.
|
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ServiceConfiguration()
throws java.lang.Throwable
java.lang.Throwablepublic ServiceConfiguration(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic ServiceEndpoint AddServiceEndpoint(NetType contractType, Binding binding, java.lang.String address) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, SecurityException, MemberAccessException, NullReferenceException, UriFormatException, KeyNotFoundException, NotSupportedException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionMemberAccessExceptionNullReferenceExceptionUriFormatExceptionKeyNotFoundExceptionNotSupportedExceptionpublic ServiceEndpoint AddServiceEndpoint(NetType contractType, Binding binding, java.lang.String address, Uri listenUri) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, SecurityException, MemberAccessException, NullReferenceException, UriFormatException, KeyNotFoundException, NotSupportedException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionMemberAccessExceptionNullReferenceExceptionUriFormatExceptionKeyNotFoundExceptionNotSupportedExceptionpublic ServiceEndpoint AddServiceEndpoint(NetType contractType, Binding binding, Uri address) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, KeyNotFoundException, CultureNotFoundException, UriFormatException, NotSupportedException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionKeyNotFoundExceptionCultureNotFoundExceptionUriFormatExceptionNotSupportedExceptionpublic ServiceEndpoint AddServiceEndpoint(NetType contractType, Binding binding, Uri address, Uri listenUri) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, KeyNotFoundException, CultureNotFoundException, NotSupportedException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionKeyNotFoundExceptionCultureNotFoundExceptionNotSupportedExceptionpublic void AddServiceEndpoint(ServiceEndpoint endpoint) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, NotSupportedException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionNotSupportedExceptionpublic static ServiceConfiguration cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ServiceConfiguration, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedServiceConfiguration instancejava.lang.Throwable - in case of error during cast operationpublic ServiceAuthenticationBehavior getAuthentication() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException
public ServiceAuthorizationBehavior getAuthorization() throws java.lang.Throwable, NotSupportedException
java.lang.ThrowableNotSupportedExceptionpublic TimeSpan getCloseTimeout() throws java.lang.Throwable
java.lang.Throwablepublic ServiceCredentials getCredentials() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, ConfigurationException, IndexOutOfRangeException
public ServiceDescription getDescription() throws java.lang.Throwable
java.lang.Throwablepublic IdentityConfiguration getIdentityConfiguration() throws java.lang.Throwable, NotSupportedException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ConfigurationException, ArgumentOutOfRangeException, ArgumentException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic TimeSpan getOpenTimeout() throws java.lang.Throwable
java.lang.Throwablepublic boolean getUseIdentityConfiguration()
throws java.lang.Throwable,
NotSupportedException,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ConfigurationException,
ArgumentOutOfRangeException,
ArgumentException
public void LoadFromConfiguration()
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
MulticastNotSupportedException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
ConfigurationErrorsException,
OverflowException,
SecurityException,
OutOfMemoryException,
NotSupportedException,
KeyNotFoundException,
SocketException,
FormatException,
CryptographicException,
InvalidEnumArgumentException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationErrorsExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionNotSupportedExceptionKeyNotFoundExceptionSocketExceptionFormatExceptionCryptographicExceptionInvalidEnumArgumentExceptionpublic void LoadFromConfiguration(Configuration configuration) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, NotSupportedException, NotImplementedException, SecurityException, AmbiguousMatchException, KeyNotFoundException, CultureNotFoundException, SocketException, UriFormatException, CryptographicException, IOException, InvalidEnumArgumentException, MissingMethodException, TargetInvocationException, RankException, AccessViolationException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionNotSupportedExceptionNotImplementedExceptionSecurityExceptionAmbiguousMatchExceptionKeyNotFoundExceptionCultureNotFoundExceptionSocketExceptionUriFormatExceptionCryptographicExceptionIOExceptionInvalidEnumArgumentExceptionMissingMethodExceptionTargetInvocationExceptionRankExceptionAccessViolationExceptionpublic void setCloseTimeout(TimeSpan CloseTimeout) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, MulticastNotSupportedException, ConfigurationErrorsException, OverflowException, SecurityException, OutOfMemoryException, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionKeyNotFoundExceptionpublic void SetEndpointAddress(ServiceEndpoint endpoint, java.lang.String relativeAddress) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, SecurityException, MemberAccessException, NullReferenceException, UriFormatException, KeyNotFoundException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionMemberAccessExceptionNullReferenceExceptionUriFormatExceptionKeyNotFoundExceptionpublic void setIdentityConfiguration(IdentityConfiguration IdentityConfiguration) throws java.lang.Throwable, NotSupportedException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ConfigurationException, ArgumentOutOfRangeException, ArgumentException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setOpenTimeout(TimeSpan OpenTimeout) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, MulticastNotSupportedException, ConfigurationErrorsException, OverflowException, SecurityException, OutOfMemoryException, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionKeyNotFoundExceptionpublic void setUseIdentityConfiguration(boolean UseIdentityConfiguration)
throws java.lang.Throwable,
NotSupportedException,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ConfigurationException,
ArgumentOutOfRangeException,
ArgumentException