OVERONE.DotNetJ
Class JavaClientFormatterSink

Should not be used.

Constructor Summary
JavaClientFormatterSink(System.Runtime.Remoting.Channels.IClientChannelSink next, System.Runtime.Remoting.Channels.IChannelSender channel, string url)

Property Summary
System.Runtime.Remoting.Channels.IClientChannelSink NextChannelSink
System.Runtime.Remoting.Messaging.IMessageSink NextSink

Properties inherited from class System.Runtime.Remoting.Channels.BaseChannelObjectWithProperties
Count, IsFixedSize, IsReadOnly, IsSynchronized, Item, Keys, Properties, SyncRoot, Values

Method Summary
System.Runtime.Remoting.Messaging.IMessageCtrl AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Messaging.IMessageSink replySink)
void AsyncProcessRequest(System.Runtime.Remoting.Channels.IClientChannelSinkStack sinkStack, System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders headers, System.IO.Stream stream)
void AsyncProcessResponse(System.Runtime.Remoting.Channels.IClientResponseChannelSinkStack sinkStack, object state, System.Runtime.Remoting.Channels.ITransportHeaders headers, System.IO.Stream stream)
System.IO.Stream GetRequestStream(System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders headers)
void ProcessMessage(System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders requestHeaders, System.IO.Stream requestStream, System.Runtime.Remoting.Channels.ITransportHeaders responseHeaders, System.IO.Stream ResponseStream)
System.Runtime.Remoting.Messaging.IMessage SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage msg)

Methods inherited from class System.Runtime.Remoting.Channels.BaseChannelObjectWithProperties
Add, Clear, Contains, CopyTo, GetEnumerator, IEnumerable.GetEnumerator, Remove

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString


Constructor Detail

JavaClientFormatterSink

public JavaClientFormatterSink(System.Runtime.Remoting.Channels.IClientChannelSink next,
                               System.Runtime.Remoting.Channels.IChannelSender channel,
                               string url)

Property Detail

NextChannelSink

public System.Runtime.Remoting.Channels.IClientChannelSink NextChannelSink


NextSink

public System.Runtime.Remoting.Messaging.IMessageSink NextSink

Method Detail

AsyncProcessMessage

public System.Runtime.Remoting.Messaging.IMessageCtrl AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage msg,
                                                                 System.Runtime.Remoting.Messaging.IMessageSink replySink)


AsyncProcessRequest

public void AsyncProcessRequest(System.Runtime.Remoting.Channels.IClientChannelSinkStack sinkStack,
                                System.Runtime.Remoting.Messaging.IMessage msg,
                                System.Runtime.Remoting.Channels.ITransportHeaders headers,
                                System.IO.Stream stream)


AsyncProcessResponse

public void AsyncProcessResponse(System.Runtime.Remoting.Channels.IClientResponseChannelSinkStack sinkStack,
                                 object state,
                                 System.Runtime.Remoting.Channels.ITransportHeaders headers,
                                 System.IO.Stream stream)


GetRequestStream

public System.IO.Stream GetRequestStream(System.Runtime.Remoting.Messaging.IMessage msg,
                                         System.Runtime.Remoting.Channels.ITransportHeaders headers)


ProcessMessage

public void ProcessMessage(System.Runtime.Remoting.Messaging.IMessage msg,
                           System.Runtime.Remoting.Channels.ITransportHeaders requestHeaders,
                           System.IO.Stream requestStream,
                           System.Runtime.Remoting.Channels.ITransportHeaders responseHeaders,
                           System.IO.Stream ResponseStream)


SyncProcessMessage

public System.Runtime.Remoting.Messaging.IMessage SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage msg)