use of org.wso2.carbon.utils.Axis2ConfigurationContextObserver in project carbon-business-process by wso2.
the class AttachmentServiceComponent method registerAttachmentServerService.
/**
* Registering the Axis2ConfigurationContextObserver.
*/
private void registerAttachmentServerService() {
log.info("Registering AttachmentServerService");
bundleContext.registerService(AttachmentServerService.class.getName(), new AttachmentServerServiceImpl(), null);
}
Aggregations