org.ow2.dragon.service.deployment
Class EndpointManagerServiceImpl

java.lang.Object
  extended by org.ow2.dragon.service.deployment.EndpointManagerServiceImpl
All Implemented Interfaces:
EndpointManagerService

public class EndpointManagerServiceImpl
extends java.lang.Object
implements EndpointManagerService

Author:
ofabre - ebmwebsourcing

Constructor Summary
EndpointManagerServiceImpl()
           
 
Method Summary
 void addCategory(java.lang.String endpointId, java.lang.String categoryId, java.lang.String categoryValueId)
           
 void addCategory(java.lang.String endpointId, java.lang.String categoryId, java.lang.String categoryValue, java.lang.String categoryDesc)
           
 java.util.List<org.ow2.dragon.api.to.deployment.EndpointTO> getAllEndpoints(org.ow2.dragon.api.to.RequestOptionsTO requestOptions)
           
 java.util.List<org.ow2.dragon.api.to.common.KeyedRefTO> getCategoriesForEndpoint(java.lang.String endpointId)
           
 org.ow2.dragon.api.to.deployment.EndpointTO getEndpoint(java.lang.String endpointId)
           
 java.util.List<org.ow2.dragon.api.to.deployment.EndpointTO> getEndpointsByService(java.lang.String serviceId, org.ow2.dragon.api.to.RequestOptionsTO requestOptions)
           
 void removeCategories(java.lang.String endpointId, java.util.List<java.lang.String> categoryIds)
           
 void removeEndpoint(java.lang.String endpointId)
           
 void setEndpointManager(org.ow2.dragon.api.service.deployment.EndpointManager endpointManager)
           
 java.lang.String updateEndpoint(org.ow2.dragon.api.to.deployment.EndpointTO endpointTO)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointManagerServiceImpl

public EndpointManagerServiceImpl()
Method Detail

addCategory

public void addCategory(java.lang.String endpointId,
                        java.lang.String categoryId,
                        java.lang.String categoryValue,
                        java.lang.String categoryDesc)
                 throws DragonFault
Specified by:
addCategory in interface EndpointManagerService
Throws:
DragonFault

addCategory

public void addCategory(java.lang.String endpointId,
                        java.lang.String categoryId,
                        java.lang.String categoryValueId)
                 throws DragonFault
Specified by:
addCategory in interface EndpointManagerService
Throws:
DragonFault

getAllEndpoints

public java.util.List<org.ow2.dragon.api.to.deployment.EndpointTO> getAllEndpoints(org.ow2.dragon.api.to.RequestOptionsTO requestOptions)
                                                                            throws DragonFault
Specified by:
getAllEndpoints in interface EndpointManagerService
Throws:
DragonFault

getCategoriesForEndpoint

public java.util.List<org.ow2.dragon.api.to.common.KeyedRefTO> getCategoriesForEndpoint(java.lang.String endpointId)
                                                                                 throws DragonFault
Specified by:
getCategoriesForEndpoint in interface EndpointManagerService
Throws:
DragonFault

getEndpoint

public org.ow2.dragon.api.to.deployment.EndpointTO getEndpoint(java.lang.String endpointId)
                                                        throws DragonFault
Specified by:
getEndpoint in interface EndpointManagerService
Throws:
DragonFault

getEndpointsByService

public java.util.List<org.ow2.dragon.api.to.deployment.EndpointTO> getEndpointsByService(java.lang.String serviceId,
                                                                                         org.ow2.dragon.api.to.RequestOptionsTO requestOptions)
                                                                                  throws DragonFault
Specified by:
getEndpointsByService in interface EndpointManagerService
Throws:
DragonFault

removeCategories

public void removeCategories(java.lang.String endpointId,
                             java.util.List<java.lang.String> categoryIds)
                      throws DragonFault
Specified by:
removeCategories in interface EndpointManagerService
Throws:
DragonFault

removeEndpoint

public void removeEndpoint(java.lang.String endpointId)
                    throws DragonFault
Specified by:
removeEndpoint in interface EndpointManagerService
Throws:
DragonFault

updateEndpoint

public java.lang.String updateEndpoint(org.ow2.dragon.api.to.deployment.EndpointTO endpointTO)
                                throws DragonFault
Specified by:
updateEndpoint in interface EndpointManagerService
Throws:
DragonFault

setEndpointManager

public void setEndpointManager(org.ow2.dragon.api.service.deployment.EndpointManager endpointManager)


Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.