All Packages Class Hierarchy This Package Previous Next Index
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.
void add( in ::interceptor::ClientInterceptorFactory factory );
public abstract void remove(ClientInterceptorFactory factory)
Operation: ::interceptor::ChainClientInterceptorFactory::remove.
void remove( in ::interceptor::ClientInterceptorFactory factory );
All Packages Class Hierarchy This Package Previous Next Index