All Packages Class Hierarchy This Package Previous Next Index
#pragma prefix "visigenic.com/interceptor"
interface ChainServerInterceptorFactory : ::interceptor::ServerInterceptorFactory {
void add(
in ::interceptor::ServerInterceptorFactory factory
);
void remove(
in ::interceptor::ServerInterceptorFactory factory
);
};
Operation: ::interceptor::ChainServerInterceptorFactory::add.
Operation: ::interceptor::ChainServerInterceptorFactory::remove.
public abstract void add(ServerInterceptorFactory factory)
Operation: ::interceptor::ChainServerInterceptorFactory::add.
#pragma prefix "visigenic.com/interceptor/ChainServerInterceptorFactory" void add( in ::interceptor::ServerInterceptorFactory factory );
public abstract void remove(ServerInterceptorFactory factory)
Operation: ::interceptor::ChainServerInterceptorFactory::remove.
#pragma prefix "visigenic.com/interceptor/ChainServerInterceptorFactory" void remove( in ::interceptor::ServerInterceptorFactory factory );
All Packages Class Hierarchy This Package Previous Next Index