org.ow2.petals.tools.ws
Interface KernelWebService

All Known Implementing Classes:
ArtifactRepositoryServiceImpl, DeploymentServiceImpl, DragonConnectionServiceImpl, EndpointServiceImpl, InformationServiceImpl, InstallationServiceImpl, JBIArtefactsServiceImpl, RuntimeServiceImpl, ServiceAssemblyStateServiceImpl, TopologyServiceImpl

public interface KernelWebService

Author:
chamerling - eBM WebSourcing

Method Summary
 org.objectweb.fractal.api.Component getComponent()
          Get the associated fractal component.
 

Method Detail

getComponent

org.objectweb.fractal.api.Component getComponent()
Get the associated fractal component. This is used to get the WS interface since for now I do not have other solution to do that... This is as simple as adding that :
 @org.objectweb.fractal.fraclet.annotation.annotations.Service(name = "component")
 private Component component;
 
 public Component getComponent() {
     return this.component;
 }
 
 

Returns:


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