net.anotheria.moskitodemo.lesssimpleservice
Class LesserSimpleServiceImpl

java.lang.Object
  extended by net.anotheria.moskitodemo.lesssimpleservice.LesserSimpleServiceImpl
All Implemented Interfaces:
ILesserSimpleService, ILessSimpleService

public class LesserSimpleServiceImpl
extends Object
implements ILesserSimpleService


Constructor Summary
LesserSimpleServiceImpl()
           
 
Method Summary
 void lessSimpleServiceMethod()
           
 void methodA()
           
 void methodB()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LesserSimpleServiceImpl

public LesserSimpleServiceImpl()
Method Detail

methodA

public void methodA()
             throws LesserSimpleServiceException
Specified by:
methodA in interface ILesserSimpleService
Throws:
LesserSimpleServiceException

methodB

public void methodB()
             throws AnotherTypedException
Specified by:
methodB in interface ILesserSimpleService
Throws:
AnotherTypedException

lessSimpleServiceMethod

public void lessSimpleServiceMethod()
                             throws LessSimpleServiceException
Specified by:
lessSimpleServiceMethod in interface ILessSimpleService
Throws:
LessSimpleServiceException


Copyright © 2010-2012 anotheria.net. All Rights Reserved.