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