Uses of Class
org.ow2.dragon.api.service.deployment.DeploymentException

Packages that use DeploymentException
org.ow2.dragon.api.service.deployment   
org.ow2.dragon.service.deployment   
 

Uses of DeploymentException in org.ow2.dragon.api.service.deployment
 

Methods in org.ow2.dragon.api.service.deployment that throw DeploymentException
 void EndpointManager.addCategory(java.lang.String endpointId, java.lang.String categoryId, java.lang.String categoryValueId)
          Add a category to the given endpoint.
 void TechServiceManager.addCategory(java.lang.String techServiceId, java.lang.String categoryId, java.lang.String categoryValueId)
          Add a category to the given tech service.
 void EndpointManager.addCategory(java.lang.String endpointId, java.lang.String categoryId, java.lang.String categoryValue, java.lang.String categoryDesc)
          Add a category to the given endpoint.
 void TechServiceManager.addCategory(java.lang.String techServiceId, java.lang.String categoryId, java.lang.String categoryValue, java.lang.String categoryDesc)
          Add a category to the given tech service.
 java.lang.String TechServiceManager.createTechService(TechnicalServiceTO techServiceTO)
          Add a new tech service in registry.
 java.util.List<EndpointTO> EndpointManager.getAllEndpoints(RequestOptionsTO requestOptionsTO)
          Return the list of all endpoints in the registry.
 java.util.List<KeyedRefTO> EndpointManager.getCategoriesForEndpoint(java.lang.String endpointId)
          Return the list of categories related to the endpoint matching the given id
 java.util.List<KeyedRefTO> TechServiceManager.getCategoriesForTechServ(java.lang.String techServiceId)
          Return a List of KeyedRefTO that maps service related categories
 EndpointTO EndpointManager.getEndpoint(java.lang.String endpointId, java.lang.String user)
          Retrieve an endpoint matching the given ID
 EndpointTO TechServiceManager.getEndpoint(java.lang.String techServiceName, java.lang.String endpointName)
          Retrieve the endpoint with the given name, which is part of the tech service with the given name.
 java.util.List<EndpointTO> EndpointManager.getEndpointsByBinding(java.lang.String bindingId, RequestOptionsTO requestOptionsTO)
          Return the list of all endpoints linked to the binding matching the given ID.
 java.io.InputStream TechServiceManager.getRelatedDocContent(java.lang.String relatedDocId)
          Return the content of the specified related document as an InputStream
 java.lang.String TechServiceManager.getRelatedDocContentAsString(java.lang.String relatedDocId)
          Return the content of the specified related document as a String
 java.util.List<SimpleFileTO> TechServiceManager.getRelatedDocsForTechServ(java.lang.String techServiceId)
          Return a List of SimpleFileTO that maps service related docs
 TechnicalServiceTO TechServiceManager.getTechService(java.lang.String techServiceId, java.lang.String user)
          Retrieve an technical service matching the given ID
 java.util.List<TechnicalServiceTO> TechServiceManager.loadServicesFromWSDL(java.lang.String[] servicesId, RequestOptionsTO requestOptionsTO)
          Retrieve a list of tech services matching the given IDs
 java.lang.String TechServiceManager.registerRelatedDoc(java.lang.String serviceId, java.lang.String mimetype, byte[] docContent, java.lang.String fileName)
          Registers a new document in the registry (supported types are: DOC, PDF, XML, HTML, XLS, PPT, TXT, RTF, ODT, ODS, ODP).
 void EndpointManager.removeCategories(java.lang.String endpointId, java.util.List<java.lang.String> categoryIds)
          Remove the selected categories linked to a technical service
 void TechServiceManager.removeCategories(java.lang.String techServiceId, java.util.List<java.lang.String> categoryIds)
          Remove the selected categories linked to a technical service
 void EndpointManager.removeEndpoint(java.lang.String endpointId)
          Remove the endpoint matching the given ID from the registry
 void TechServiceManager.removeRelatedDoc(java.lang.String serviceId, java.lang.String documentId)
          Remove a related document from the registry associate to the given service.
 void TechServiceManager.removeTechService(java.lang.String techServiceId)
          Remove the tech services matching the given ID from the registry
 java.util.List<TechnicalServiceTO> TechServiceManager.searchTechService(java.lang.String searchCriteria, java.util.List<ServiceSearchProperties> searchedProperties, RequestOptionsTO iOptions)
          Retrieve a list of tech services matching the given criteria for the given properties
 java.lang.String EndpointManager.updateEndpoint(EndpointTO endpointTO)
          Update the endpoint in the registry.
 java.lang.String TechServiceManager.updateTechService(TechnicalServiceTO techServiceTO)
          Update the tech service in the registry.
 

Uses of DeploymentException in org.ow2.dragon.service.deployment
 

Methods in org.ow2.dragon.service.deployment that throw DeploymentException
 void TechServiceManagerImpl.addCategory(java.lang.String techServiceId, java.lang.String categoryId, java.lang.String categoryValueId)
           
 void EndpointManagerImpl.addCategory(java.lang.String endpointId, java.lang.String categoryId, java.lang.String categoryValueId)
           
 void TechServiceManagerImpl.addCategory(java.lang.String techServiceId, java.lang.String categoryId, java.lang.String categoryValue, java.lang.String categoryDesc)
           
 void EndpointManagerImpl.addCategory(java.lang.String endpointId, java.lang.String categoryId, java.lang.String categoryValue, java.lang.String categoryDesc)
           
 java.lang.String TechServiceManagerImpl.createTechService(TechnicalServiceTO techServiceTO)
           
 java.util.List<EndpointTO> EndpointManagerImpl.getAllEndpoints(RequestOptionsTO requestOptionsTO)
           
 java.util.List<KeyedRefTO> EndpointManagerImpl.getCategoriesForEndpoint(java.lang.String endpointId)
           
 java.util.List<KeyedRefTO> TechServiceManagerImpl.getCategoriesForTechServ(java.lang.String techServiceId)
           
 EndpointTO TechServiceManagerImpl.getEndpoint(java.lang.String techServiceName, java.lang.String endpointName)
           
 EndpointTO EndpointManagerImpl.getEndpoint(java.lang.String endpointId, java.lang.String user)
           
 java.util.List<EndpointTO> EndpointManagerImpl.getEndpointsByBinding(java.lang.String bindingId, RequestOptionsTO requestOptionsTO)
           
 java.io.InputStream TechServiceManagerImpl.getRelatedDocContent(java.lang.String relatedDocId)
           
 java.lang.String TechServiceManagerImpl.getRelatedDocContentAsString(java.lang.String relatedDocId)
           
 java.util.List<SimpleFileTO> TechServiceManagerImpl.getRelatedDocsForTechServ(java.lang.String techServiceId)
           
 TechnicalServiceTO TechServiceManagerImpl.getTechService(java.lang.String techServiceId, java.lang.String user)
           
 java.util.List<TechnicalServiceTO> TechServiceManagerImpl.loadServicesFromWSDL(java.lang.String[] servicesId, RequestOptionsTO requestOptionsTO)
           
 java.lang.String TechServiceManagerImpl.registerRelatedDoc(java.lang.String serviceId, java.lang.String mimetype, byte[] docContent, java.lang.String fileName)
           
 void TechServiceManagerImpl.removeCategories(java.lang.String techServiceId, java.util.List<java.lang.String> categoryIds)
           
 void EndpointManagerImpl.removeCategories(java.lang.String endpointId, java.util.List<java.lang.String> categoryIds)
           
 void EndpointManagerImpl.removeEndpoint(java.lang.String endpointId)
           
 void TechServiceManagerImpl.removeRelatedDoc(java.lang.String serviceId, java.lang.String documentId)
           
 void TechServiceManagerImpl.removeTechService(java.lang.String techServiceId)
           
 java.util.List<TechnicalServiceTO> TechServiceManagerImpl.searchTechService(java.lang.String searchCriteria, java.util.List<ServiceSearchProperties> searchedProperties, RequestOptionsTO options)
           
 java.lang.String EndpointManagerImpl.updateEndpoint(EndpointTO endpointTO)
           
 java.lang.String TechServiceManagerImpl.updateTechService(TechnicalServiceTO techServiceTO)
           
 



Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.