rpc
Interface Transport
- All Known Implementing Classes:
- RpcTransport
public interface Transport
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