public interface InterceptorBuilder<PID extends PhysicalInterceptor>
| Modifier and Type | Method and Description |
|---|---|
Interceptor |
build(PID definition)
Return an interceptor for the given interceptor definition metadata
|
Interceptor build(PID definition) throws org.fabric3.api.host.Fabric3Exception
definition - metadata used for returning an interceptororg.fabric3.api.host.Fabric3Exception - if an error occurs returning the interceptor