// Check if service has configuration
CompositeInstance compositeInstance = Qi4j.FUNCTION_COMPOSITE_INSTANCE_OF.map( (Composite) service );
try
{
Configuration config = compositeInstance.newProxy( Configuration.class );
}
catch( Exception e )
{
// Service does not have configuration
continue;