rpc
Class Stub
java.lang.Object
rpc.Stub
public abstract class Stub
- extends java.lang.Object
Constructor Summary |
Stub()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Stub
public Stub()
getAddress
public java.lang.String getAddress()
setAddress
public void setAddress(java.lang.String address)
getObject
public java.lang.String getObject()
setObject
public void setObject(java.lang.String object)
getTransportFactory
public TransportFactory getTransportFactory()
setTransportFactory
public void setTransportFactory(TransportFactory transportFactory)
getProperties
public java.util.Properties getProperties()
setProperties
public void setProperties(java.util.Properties properties)
getEndpoint
protected Endpoint getEndpoint()
setEndpoint
protected void setEndpoint(Endpoint endpoint)
detach
protected void detach()
throws java.io.IOException
- Throws:
java.io.IOException
attach
protected void attach()
throws java.io.IOException
- Throws:
java.io.IOException
call
public void call(int semantics,
NdrObject ndrobj)
throws java.io.IOException
- Throws:
java.io.IOException
getSyntax
protected abstract java.lang.String getSyntax()