Package system.servicemodel
Class WSDualHttpBinding
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.servicemodel.channels.Binding
-
- system.servicemodel.WSDualHttpBinding
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class WSDualHttpBinding extends Binding
The base .NET class managing System.ServiceModel.WSDualHttpBinding, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.WSDualHttpBinding
Powered by JCOBridge: more info at https://www.jcobridge.com
- Version:
- 1.14.3.0
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static String
assemblyFullName
Fully assembly qualified name: System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static String
assemblyShortName
Assembly name: System.ServiceModelstatic String
className
Qualified class name: System.ServiceModel.WSDualHttpBindingstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description WSDualHttpBinding()
WSDualHttpBinding(Object instance)
Internal constructor.WSDualHttpBinding(String configName)
WSDualHttpBinding(WSDualHttpSecurityMode securityMode)
-
Method Summary
-
Methods inherited from class system.servicemodel.channels.Binding
getCloseTimeout, getMessageVersion, getName, getNamespace, getOpenTimeout, getReceiveTimeout, getScheme, getSendTimeout, setCloseTimeout, setName, setNamespace, setOpenTimeout, setReceiveTimeout, setSendTimeout, ShouldSerializeName, ShouldSerializeNamespace
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toObjectFromArray, toObjectFromArray, toString, ToString, translateException
-
-
-
-
Field Detail
-
assemblyFullName
public static final 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 String assemblyShortName
Assembly name: System.ServiceModel- See Also:
- Constant Field Values
-
className
public static final String className
Qualified class name: System.ServiceModel.WSDualHttpBinding- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WSDualHttpBinding
public WSDualHttpBinding(Object instance) throws Throwable
Internal constructor. Use with caution- Throws:
Throwable
-
WSDualHttpBinding
public WSDualHttpBinding() throws Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, NotSupportedException
-
WSDualHttpBinding
public WSDualHttpBinding(WSDualHttpSecurityMode securityMode) throws Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException
-
WSDualHttpBinding
public WSDualHttpBinding(String configName) throws Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, KeyNotFoundException, ConfigurationException, TypeLoadException, ConfigurationErrorsException
- Throws:
Throwable
ArgumentException
ArgumentNullException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
NotSupportedException
KeyNotFoundException
ConfigurationException
TypeLoadException
ConfigurationErrorsException
-
-
Method Detail
-
getJCOAssemblyName
public String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classBinding
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classBinding
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public 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 classBinding
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classBinding
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classBinding
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classBinding
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static WSDualHttpBinding cast(IJCOBridgeReflected from) throws Throwable
Try to cast theIJCOBridgeReflected
instance intoWSDualHttpBinding
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
WSDualHttpBinding
instance- Throws:
Throwable
- in case of error during cast operation
-
ShouldSerializeReaderQuotas
public boolean ShouldSerializeReaderQuotas() throws Throwable
- Throws:
Throwable
-
ShouldSerializeReliableSession
public boolean ShouldSerializeReliableSession() throws Throwable
- Throws:
Throwable
-
ShouldSerializeTextEncoding
public boolean ShouldSerializeTextEncoding() throws Throwable
- Throws:
Throwable
-
CreateBindingElements
public BindingElementCollection CreateBindingElements() throws Throwable, NotSupportedException, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, ArgumentOutOfRangeException, XmlException
- Overrides:
CreateBindingElements
in classBinding
- Throws:
Throwable
NotSupportedException
ArgumentException
IndexOutOfRangeException
ArgumentNullException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
OutOfMemoryException
ArgumentOutOfRangeException
XmlException
-
setBypassProxyOnLocal
public void setBypassProxyOnLocal(boolean BypassProxyOnLocal) throws Throwable
- Throws:
Throwable
-
setTransactionFlow
public void setTransactionFlow(boolean TransactionFlow) throws Throwable
- Throws:
Throwable
-
setUseDefaultWebProxy
public void setUseDefaultWebProxy(boolean UseDefaultWebProxy) throws Throwable
- Throws:
Throwable
-
setMaxBufferPoolSize
public void setMaxBufferPoolSize(long MaxBufferPoolSize) throws Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ConfigurationErrorsException, OverflowException, SecurityException, OutOfMemoryException
- Throws:
Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
ConfigurationErrorsException
OverflowException
SecurityException
OutOfMemoryException
-
getMaxReceivedMessageSize
public long getMaxReceivedMessageSize() throws Throwable
- Throws:
Throwable
-
setMaxReceivedMessageSize
public void setMaxReceivedMessageSize(long MaxReceivedMessageSize) throws Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, OverflowException, OutOfMemoryException
- Throws:
Throwable
ArgumentException
IndexOutOfRangeException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
OverflowException
OutOfMemoryException
-
getEnvelopeVersion
public EnvelopeVersion getEnvelopeVersion() throws Throwable
- Throws:
Throwable
-
getHostNameComparisonMode
public HostNameComparisonMode getHostNameComparisonMode() throws Throwable
- Throws:
Throwable
-
setHostNameComparisonMode
public void setHostNameComparisonMode(HostNameComparisonMode HostNameComparisonMode) throws Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, FormatException, OverflowException, OutOfMemoryException
- Throws:
Throwable
ArgumentException
IndexOutOfRangeException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
ArgumentOutOfRangeException
FormatException
OverflowException
OutOfMemoryException
-
getReliableSession
public ReliableSession getReliableSession() throws Throwable
- Throws:
Throwable
-
setReliableSession
public void setReliableSession(ReliableSession ReliableSession) throws Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getSecurity
public WSDualHttpSecurity getSecurity() throws Throwable
- Throws:
Throwable
-
setSecurity
public void setSecurity(WSDualHttpSecurity Security) throws Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
-
getMessageEncoding
public WSMessageEncoding getMessageEncoding() throws Throwable
- Throws:
Throwable
-
setMessageEncoding
public void setMessageEncoding(WSMessageEncoding MessageEncoding) throws Throwable
- Throws:
Throwable
-
setTextEncoding
public void setTextEncoding(Encoding TextEncoding) throws Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, NotSupportedException
- Throws:
Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
NotSupportedException
-
setClientBaseAddress
public void setClientBaseAddress(Uri ClientBaseAddress) throws Throwable
- Throws:
Throwable
-
getReaderQuotas
public XmlDictionaryReaderQuotas getReaderQuotas() throws Throwable
- Throws:
Throwable
-
setReaderQuotas
public void setReaderQuotas(XmlDictionaryReaderQuotas ReaderQuotas) throws Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
-
-