All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.visigenic.vbroker.interceptor.ServerInterceptorFactory

public interface ServerInterceptorFactory

IDL definition:
interface ServerInterceptorFactory {
::interceptor::ServerInterceptor create(
in ::IOP::TaggedProfile client_profile
);
};


Method Index

 o create(TaggedProfile)

Operation: ::interceptor::ServerInterceptorFactory::create.

Methods

 o create
 public abstract ServerInterceptor create(TaggedProfile client_profile)

Operation: ::interceptor::ServerInterceptorFactory::create.

::interceptor::ServerInterceptor create(
in ::IOP::TaggedProfile client_profile
);


All Packages  Class Hierarchy  This Package  Previous  Next  Index