From cd911a1ce5bb8abf2a6c796e32fcf61ef0c91fbc Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:41:39 +0000 Subject: Moving site branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882843 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/site/xdoc/SCA_Java_Tools_documentation.xml | 75 ---------------------- 1 file changed, 75 deletions(-) delete mode 100644 branches/site-20060730-mvnbased/src/site/xdoc/SCA_Java_Tools_documentation.xml (limited to 'branches/site-20060730-mvnbased/src/site/xdoc/SCA_Java_Tools_documentation.xml') diff --git a/branches/site-20060730-mvnbased/src/site/xdoc/SCA_Java_Tools_documentation.xml b/branches/site-20060730-mvnbased/src/site/xdoc/SCA_Java_Tools_documentation.xml deleted file mode 100644 index a1f3299766..0000000000 --- a/branches/site-20060730-mvnbased/src/site/xdoc/SCA_Java_Tools_documentation.xml +++ /dev/null @@ -1,75 +0,0 @@ - - - - - Mike Edwards - Documentation for SCA Java Tools - - - -
-

- The following tools are available to support users of the SCA Java Runtime: -

    -
  • XSD2Java
  • -
  • WSDL2Java
  • -
-

-

XSD2Java Tool

-

- The XSD2Java tool is designed to create a set of SDO Java classes which represent the - data structure defined by an XSD file. -

-

- Java programmers who need to deal with service data that is defined in terms of XML XSD data - definitions will typically find it simpler to have that data rendered as SDO classes and use - SDO programming interfaces to deal with the data. The XSD2Java tool will produce the set of - SDO Java classes which are equivalent to the data definitions held in the XSD file(s). -

-

- XSD2Java is available both as a Command run from the command line and also as a Java class. -

-

Usage

-

- xsd2java -f [XSD file] -

-

- java org.apache.tuscany.tools.XSD2Java -f [XSD file] -

- -

WSDL2Java Tool

-

- The WSDL2Java tool is designed to create a Java interface file, plus an associated set of SDO - Java classes, from a WSDL file. -

-

- Java programmers will typically find it much easier to use service interfaces which are defined - as Java interfaces rather than using interfaces which are defined using WSDL. The idea of the - WSDL2Java tool is to create a Java interface definition which is the equivalent of the WSDL - definition for a service. -

-

Usage

-

- wsdl2java -f [WSDL file] -

-

- java org.apache.tuscany.tools.WSDL2Java -f [WSDL file] -

- -
- -
\ No newline at end of file -- cgit v1.2.3