org.ow2.petals.kernel.ws.api
Interface JBIArtefactsService


public interface JBIArtefactsService

Author:
chamerling - eBM WebSourcing

Field Summary
static java.lang.String BINDING
           
static java.lang.String COMPONENT
           
static java.lang.String ENGINE
           
 
Method Summary
 java.util.List<Component> getComponents()
           
 java.util.List<ServiceAssembly> getServiceAssemblies()
          Get the list of service assemblies
 java.util.List<SharedLib> getSharedLibraries()
           
 

Field Detail

COMPONENT

static final java.lang.String COMPONENT
See Also:
Constant Field Values

BINDING

static final java.lang.String BINDING
See Also:
Constant Field Values

ENGINE

static final java.lang.String ENGINE
See Also:
Constant Field Values
Method Detail

getServiceAssemblies

java.util.List<ServiceAssembly> getServiceAssemblies()
                                                     throws PEtALSWebServiceException
Get the list of service assemblies

Returns:
Throws:
PEtALSWebServiceException

getComponents

java.util.List<Component> getComponents()
                                        throws PEtALSWebServiceException
Throws:
PEtALSWebServiceException

getSharedLibraries

java.util.List<SharedLib> getSharedLibraries()
                                             throws PEtALSWebServiceException
Throws:
PEtALSWebServiceException


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.