org.jboss.cdi.tck.tests.implementation.simple.resource.broken.type.ws
Class TranslatorEndpoint

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.simple.resource.broken.type.ws.TranslatorEndpoint
All Implemented Interfaces:
Translator

public class TranslatorEndpoint
extends Object
implements Translator


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

Constructor Detail

TranslatorEndpoint

public TranslatorEndpoint()
Method Detail

translate

public String translate(String sentence)
Specified by:
translate in interface Translator


Copyright © 2008-2013 Seam Framework. All Rights Reserved.