Poco

namespace Remoting

Overview

Namespaces: Binary, SoapLite

Classes: Deserializer, DeserializerException, Identifiable, Listener, MethodHandler, MethodNotFoundException, MissingParamException, NameSpaceManager, ORB, ORBDisabledException, Proxy, ProxyFactory, ProxyFactoryMgr, RemoteException, RemoteObject, RemotingException, Serializer, SerializerException, Skeleton, Transport, TransportFactory, TransportManager, TypeDeserializer, TypeSerializer, URIUtility, UnknownObjectException, UnknownTransportException, UnknownTypeException, WrongReplyException

Namespaces

namespace Binary

namespace SoapLite

Classes

class Deserializer

Deserializer interface for transports. more...

class DeserializerException

 more...

class Identifiable

A Identifiable object adds type information and an object ID to the class. more...

class Listener

Listener interface. more...

class MethodHandler

A MethodHandler deserializes and forwards a remote call to the local object more...

class MethodNotFoundException

 more...

class MissingParamException

 more...

class NameSpaceManager

The NameSpaceManager is a singleton object and manages for each remote class its namespace more...

class ORB

The object broker is a singleton which manages listeners, RemoteObjects, Skeletons and proxy creation. more...

class ORBDisabledException

 more...

class Proxy

Base class that all proxies must extend. more...

class ProxyFactory

A ProxyFactory is used to create proxies for the given proxy type. more...

class ProxyFactoryMgr

A ProxyFactoryMgr manages all existing ProxyFactory objects in the system. more...

class RemoteException

 more...

class RemoteObject

A RemoteObject is the base class that all generated RemoteObjects must extend. more...

class RemotingException

 more...

class Serializer

Serializer interface for transports. more...

class SerializerException

 more...

class Skeleton

A Skeleton class is the base class that all skeletons must extend. more...

class Transport

Interface for all Transport implementations. more...

class TransportFactory

A TransportFactory creates Transport objects. more...

class TransportManager

A TransportManager manages all existing TransportFactory objects. more...

class TypeDeserializer

TypeDeserializer will only work for primitve data types. more...

class TypeSerializer

The default TypeSerializer implementation which will only work for primitive data types. more...

class URIUtility

Helper utility used for parsing and creating uris. more...

class UnknownObjectException

 more...

class UnknownTransportException

 more...

class UnknownTypeException

 more...

class WrongReplyException

 more...