All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Interface com.visigenic.vbroker.interceptor.ServerInterceptorFactory

public interface ServerInterceptorFactory

IDL definition:
#pragma prefix "visigenic.com/interceptor"
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.

#pragma prefix "visigenic.com/interceptor/ServerInterceptorFactory"
::interceptor::ServerInterceptor create(
in ::IOP::TaggedProfile client_profile
);


All Packages  Class Hierarchy  This Package  Previous  Next  Index