Back to index
Back to module examples
Service examples.Calculator
Interface
org.apache.hivemind.examples.Calculator
Implementation
invoke-factory
(
service-id
=
hivemind.BuilderFactory
)
{
construct
(
class
=org.apache.hivemind.examples.impl.CalculatorImpl )
}
interceptor
(
service-id
=
hivemind.LoggingInterceptor
)
Back to index
Back to module examples