rpc
Interface Transport

All Known Implementing Classes:
RpcTransport

public interface Transport


Method Summary
 Endpoint attach(PresentationSyntax syntax)
           
 void close()
           
 java.util.Properties getProperties()
           
 java.lang.String getProtocol()
           
 void receive(NdrBuffer buffer)
           
 void send(NdrBuffer buffer)
           
 

Method Detail

getProtocol

java.lang.String getProtocol()

getProperties

java.util.Properties getProperties()

attach

Endpoint attach(PresentationSyntax syntax)
                throws java.io.IOException
Throws:
java.io.IOException

send

void send(NdrBuffer buffer)
          throws java.io.IOException
Throws:
java.io.IOException

receive

void receive(NdrBuffer buffer)
             throws java.io.IOException
Throws:
java.io.IOException

close

void close()
           throws java.io.IOException
Throws:
java.io.IOException