restComponents.publishHelper(new FudgeObjectJSONConsumer());
restComponents.publishHelper(new FudgeObjectJSONProducer());
restComponents.publishHelper(new FudgeObjectXMLConsumer());
restComponents.publishHelper(new FudgeObjectXMLProducer());
restComponents.publishHelper(new FudgeObjectBinaryConsumer());
restComponents.publishHelper(new FudgeObjectBinaryProducer());
restComponents.publishHelper(new DataNotFoundExceptionMapper());
restComponents.publishHelper(new DataDuplicationExceptionMapper());
restComponents.publishHelper(new IllegalArgumentExceptionMapper());
restComponents.publishHelper(new UnsupportedOperationExceptionMapper());
restComponents.publishHelper(new WebApplicationExceptionMapper());