samples.trackingserviceswithcallbacks
Interface Translator


public interface Translator


Method Summary
 boolean canTranslate(String from, String to)
           
 Document translate(Document document, String from, String to)
           
 

Method Detail

canTranslate

boolean canTranslate(String from,
                     String to)

translate

Document translate(Document document,
                   String from,
                   String to)


Copyright © 2011 Apache Software Foundation. All Rights Reserved.