hi,
in some cases it would make live a little bit easier if the operation
proxyToString would be part of the proxy object.
currently we need to pass the proxy and the communicator instances to
the class were we want to call the operation.
or we access the communicator via:
p.ice_connection().getAdapter().getCommunicator(). proxyToString( p )
but this is bit messy and only works on server side.
let me know if there is any other way to achive this.
thx tom

Reply With Quote
