Search in sources :

Example 1 with Axis2ConfigurationContextObserver

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);
}
Also used : AttachmentServerServiceImpl(org.wso2.carbon.attachment.mgt.server.AttachmentServerServiceImpl) AttachmentServerService(org.wso2.carbon.attachment.mgt.server.AttachmentServerService)

Aggregations

AttachmentServerService (org.wso2.carbon.attachment.mgt.server.AttachmentServerService)1 AttachmentServerServiceImpl (org.wso2.carbon.attachment.mgt.server.AttachmentServerServiceImpl)1