Class CustomBindingElement
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- org.mases.jcobridge.netreflection.NetObjectEnumerable
-
- system.servicemodel.configuration.CustomBindingElement
-
- All Implemented Interfaces:
java.lang.Iterable<NetObject>,IEnumerable,IJCOBridgeReflected
public class CustomBindingElement extends NetObjectEnumerable
The base .NET class managing System.ServiceModel.Configuration.CustomBindingElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.Configuration.CustomBindingElement
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.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.ServiceModelstatic java.lang.StringclassNameQualified class name: System.ServiceModel.Configuration.CustomBindingElementstatic JCTypeclassTypeThe type managed from JCOBridge.-
Fields inherited from class org.mases.jcobridge.netreflection.NetObjectEnumerable
Null
-
-
Constructor Summary
Constructors Constructor Description CustomBindingElement()CustomBindingElement(java.lang.Object instance)Internal constructor.CustomBindingElement(java.lang.String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidAdd(BindingElementExtensionElement element)voidApplyConfiguration(Binding binding)booleanCanAdd(BindingElementExtensionElement element)static CustomBindingElementcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoCustomBindingElement, a cast assert is made to check if types are compatible.TimeSpangetCloseTimeout()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 TypeTimeSpangetOpenTimeout()TimeSpangetReceiveTimeout()TimeSpangetSendTimeout()voidsetCloseTimeout(TimeSpan CloseTimeout)voidsetJCOInstance(JCObject instance)voidsetOpenTimeout(TimeSpan OpenTimeout)voidsetReceiveTimeout(TimeSpan ReceiveTimeout)voidsetSendTimeout(TimeSpan SendTimeout)-
Methods inherited from class org.mases.jcobridge.netreflection.NetObjectEnumerable
GetEnumerator, iterator
-
-
-
-
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.Configuration.CustomBindingElement- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CustomBindingElement
public CustomBindingElement(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
CustomBindingElement
public CustomBindingElement() throws java.lang.Throwable, ArgumentNullException, KeyNotFoundException, ObjectDisposedException, ArgumentException, InvalidOperationException, AmbiguousMatchException, ConfigurationErrorsException, IndexOutOfRangeException, NullReferenceException, ArgumentOutOfRangeException, NotSupportedException
-
CustomBindingElement
public CustomBindingElement(java.lang.String name) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, KeyNotFoundException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, AmbiguousMatchException, NotSupportedException, MissingManifestResourceException, ConfigurationErrorsException, NullReferenceException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionKeyNotFoundExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionAmbiguousMatchExceptionNotSupportedExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionNullReferenceException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObjectEnumerable- 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 classNetObjectEnumerable- 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 classNetObjectEnumerable- 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 classNetObjectEnumerable- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObjectEnumerable
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObjectEnumerable- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static CustomBindingElement cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoCustomBindingElement, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
CustomBindingElementinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
CanAdd
public boolean CanAdd(BindingElementExtensionElement element) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
-
Add
public void Add(BindingElementExtensionElement element) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, KeyNotFoundException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, CultureNotFoundException, TypeLoadException, NullReferenceException
- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionKeyNotFoundExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionCultureNotFoundExceptionTypeLoadExceptionNullReferenceException
-
ApplyConfiguration
public void ApplyConfiguration(Binding binding) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, AmbiguousMatchException, NotSupportedException, ConfigurationErrorsException, TypeLoadException, KeyNotFoundException, ConfigurationException
- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionAmbiguousMatchExceptionNotSupportedExceptionConfigurationErrorsExceptionTypeLoadExceptionKeyNotFoundExceptionConfigurationException
-
getCloseTimeout
public TimeSpan getCloseTimeout() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, InvalidOperationException, AmbiguousMatchException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, IndexOutOfRangeException, ConfigurationErrorsException, TypeLoadException, KeyNotFoundException, ConfigurationException
- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionInvalidOperationExceptionAmbiguousMatchExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationErrorsExceptionTypeLoadExceptionKeyNotFoundExceptionConfigurationException
-
setCloseTimeout
public void setCloseTimeout(TimeSpan CloseTimeout) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, InvalidOperationException, AmbiguousMatchException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, IndexOutOfRangeException, ConfigurationErrorsException, TypeLoadException, KeyNotFoundException, NullReferenceException, CultureNotFoundException
- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionInvalidOperationExceptionAmbiguousMatchExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationErrorsExceptionTypeLoadExceptionKeyNotFoundExceptionNullReferenceExceptionCultureNotFoundException
-
getOpenTimeout
public TimeSpan getOpenTimeout() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, InvalidOperationException, AmbiguousMatchException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, IndexOutOfRangeException, ConfigurationErrorsException, TypeLoadException, KeyNotFoundException, ConfigurationException
- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionInvalidOperationExceptionAmbiguousMatchExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationErrorsExceptionTypeLoadExceptionKeyNotFoundExceptionConfigurationException
-
setOpenTimeout
public void setOpenTimeout(TimeSpan OpenTimeout) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, InvalidOperationException, AmbiguousMatchException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, IndexOutOfRangeException, ConfigurationErrorsException, TypeLoadException, KeyNotFoundException, NullReferenceException, CultureNotFoundException
- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionInvalidOperationExceptionAmbiguousMatchExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationErrorsExceptionTypeLoadExceptionKeyNotFoundExceptionNullReferenceExceptionCultureNotFoundException
-
getReceiveTimeout
public TimeSpan getReceiveTimeout() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, InvalidOperationException, AmbiguousMatchException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, IndexOutOfRangeException, ConfigurationErrorsException, TypeLoadException, KeyNotFoundException, ConfigurationException
- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionInvalidOperationExceptionAmbiguousMatchExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationErrorsExceptionTypeLoadExceptionKeyNotFoundExceptionConfigurationException
-
setReceiveTimeout
public void setReceiveTimeout(TimeSpan ReceiveTimeout) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, InvalidOperationException, AmbiguousMatchException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, IndexOutOfRangeException, ConfigurationErrorsException, TypeLoadException, KeyNotFoundException, NullReferenceException, CultureNotFoundException
- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionInvalidOperationExceptionAmbiguousMatchExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationErrorsExceptionTypeLoadExceptionKeyNotFoundExceptionNullReferenceExceptionCultureNotFoundException
-
getSendTimeout
public TimeSpan getSendTimeout() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, InvalidOperationException, AmbiguousMatchException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, IndexOutOfRangeException, ConfigurationErrorsException, TypeLoadException, KeyNotFoundException, ConfigurationException
- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionInvalidOperationExceptionAmbiguousMatchExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationErrorsExceptionTypeLoadExceptionKeyNotFoundExceptionConfigurationException
-
setSendTimeout
public void setSendTimeout(TimeSpan SendTimeout) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, InvalidOperationException, AmbiguousMatchException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, IndexOutOfRangeException, ConfigurationErrorsException, TypeLoadException, KeyNotFoundException, NullReferenceException, CultureNotFoundException
- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionInvalidOperationExceptionAmbiguousMatchExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationErrorsExceptionTypeLoadExceptionKeyNotFoundExceptionNullReferenceExceptionCultureNotFoundException
-
-