org.apache.aries.samples.blueprint.helloworld.client
Class HelloWorldClient

java.lang.Object
  extended by org.apache.aries.samples.blueprint.helloworld.client.HelloWorldClient

public class HelloWorldClient
extends Object


Constructor Summary
HelloWorldClient()
           
 
Method Summary
 HelloWorldService getHelloWorldService()
           
 void setHelloWorldService(HelloWorldService helloWorldService)
           
 void startUp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloWorldClient

public HelloWorldClient()
Method Detail

startUp

public void startUp()

getHelloWorldService

public HelloWorldService getHelloWorldService()

setHelloWorldService

public void setHelloWorldService(HelloWorldService helloWorldService)


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.