examples
Class Translator

java.lang.Object
  extended by examples.Translator

public class Translator
extends java.lang.Object

Read a service description written in one version and print the description in another version.

Author:
Evren Sirin

Constructor Summary
Translator()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void translate(java.lang.String fileURI, java.io.Writer out)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Translator

public Translator()
Method Detail

translate

public void translate(java.lang.String fileURI,
                      java.io.Writer out)
               throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2004 Evren Sirin. All Rights Reserved.