public class SoapClientFormatterSink extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Runtime.Remoting.Channels.SoapClientFormatterSink
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.Runtime.Remoting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Runtime.Remoting
|
static java.lang.String |
className
Qualified class name: System.Runtime.Remoting.Channels.SoapClientFormatterSink
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SoapClientFormatterSink() |
SoapClientFormatterSink(IClientChannelSink nextSink) |
SoapClientFormatterSink(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 SoapClientFormatterSink()
throws java.lang.Throwable
java.lang.Throwablepublic SoapClientFormatterSink(IClientChannelSink nextSink) throws java.lang.Throwable
java.lang.Throwablepublic SoapClientFormatterSink(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic IMessageCtrl AsyncProcessMessage(IMessage msg, IMessageSink replySink) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, ArgumentOutOfRangeException, NotImplementedException, OutOfMemoryException, InvalidOperationException, IndexOutOfRangeException, NullReferenceException, NotSupportedException, MissingManifestResourceException, SerializationException, SecurityException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionArgumentOutOfRangeExceptionNotImplementedExceptionOutOfMemoryExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotSupportedExceptionMissingManifestResourceExceptionSerializationExceptionSecurityExceptionpublic void AsyncProcessRequest(IClientChannelSinkStack sinkStack, IMessage msg, ITransportHeaders headers, Stream stream) throws java.lang.Throwable, NotSupportedException
java.lang.ThrowableNotSupportedExceptionpublic void AsyncProcessResponse(IClientResponseChannelSinkStack sinkStack, NetObject state, ITransportHeaders headers, Stream stream) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, IndexOutOfRangeException, ObjectDisposedException, CultureNotFoundException, InvalidOperationException, NotSupportedException, RemotingException, NullReferenceException, SerializationException, NotImplementedException, MissingManifestResourceException, SecurityException, RankException, ServerException, InvalidCastException, OutOfMemoryException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionIndexOutOfRangeExceptionObjectDisposedExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionRemotingExceptionNullReferenceExceptionSerializationExceptionNotImplementedExceptionMissingManifestResourceExceptionSecurityExceptionRankExceptionServerExceptionInvalidCastExceptionOutOfMemoryExceptionpublic static SoapClientFormatterSink cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SoapClientFormatterSink, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSoapClientFormatterSink instancejava.lang.Throwable - in case of error during cast operationpublic 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 IClientChannelSink getNextChannelSink() throws java.lang.Throwable
java.lang.Throwablepublic IMessageSink getNextSink() throws java.lang.Throwable, NotSupportedException
java.lang.ThrowableNotSupportedExceptionpublic IDictionary getProperties() throws java.lang.Throwable
java.lang.Throwablepublic Stream GetRequestStream(IMessage msg, ITransportHeaders headers) throws java.lang.Throwable, NotSupportedException
java.lang.ThrowableNotSupportedExceptionpublic void ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, JCORefOut<ITransportHeaders> responseHeaders, JCORefOut<Stream> responseStream) throws java.lang.Throwable, NotSupportedException
java.lang.ThrowableNotSupportedExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic IMessage SyncProcessMessage(IMessage msg) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, ArgumentOutOfRangeException, NotImplementedException, OutOfMemoryException, InvalidOperationException, IndexOutOfRangeException, NullReferenceException, NotSupportedException, MissingManifestResourceException, SerializationException, FormatException, RemotingException, SecurityException, RankException, ServerException, InvalidCastException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionArgumentOutOfRangeExceptionNotImplementedExceptionOutOfMemoryExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotSupportedExceptionMissingManifestResourceExceptionSerializationExceptionFormatExceptionRemotingExceptionSecurityExceptionRankExceptionServerExceptionInvalidCastException