org.springframework.osgi.samples.simpleservice.impl
Class MyServiceImpl

java.lang.Object
  extended by org.springframework.osgi.samples.simpleservice.impl.MyServiceImpl
All Implemented Interfaces:
MyService

public class MyServiceImpl
extends Object
implements MyService

Implementation of the simple service, returns a hard-coded String value

Author:
Adrian Colyer

Constructor Summary
MyServiceImpl()
           
 
Method Summary
 String stringValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyServiceImpl

public MyServiceImpl()
Method Detail

stringValue

public String stringValue()
Specified by:
stringValue in interface MyService


Copyright © 2006-2007 Spring Framework. All Rights Reserved.