net.bioclipse.xws.binding
Class BindingDefinitions

java.lang.Object
  extended by net.bioclipse.xws.binding.BindingDefinitions

public class BindingDefinitions
extends java.lang.Object


Constructor Summary
BindingDefinitions(java.lang.String target_directory, java.lang.String classpath_string)
          Initializes a newly created BindingDefinitions object.
BindingDefinitions(java.lang.String target_directory, java.lang.String src_subdirname, java.lang.String bin_subdirname, java.lang.String classpath_string)
          Initializes a newly created BindingDefinitions object.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingDefinitions

public BindingDefinitions(java.lang.String target_directory,
                          java.lang.String src_subdirname,
                          java.lang.String bin_subdirname,
                          java.lang.String classpath_string)
Initializes a newly created BindingDefinitions object. Binding requires the following library locations in the calsspath string passed to this function: xws4j, xws4j-binding, XMLBeans and its dependencies, the Java runtime. Example: jsr173_1.0_api.jar resolver.jar xbean.jar xbean_xpath.jar xmlbeans-qname.jar xmlpublic.jar xws4j-binding-x.y.jar xws4j-x.y.jar rt.jar

Parameters:
target_directory - The directory where the binding is going to be dumped.
src_subdirname - The subdirectory name for Java source.
bin_subdirname - The subdirectory name for binary and XSB (XMLBeans XML Schema Binaries) files.
classpath_string - The classpath string to be used by the Java compiler. On windows the calsspath substrings must be separated with ';', and on Linux or Mac OS X the substrings must be separated with ':'.

BindingDefinitions

public BindingDefinitions(java.lang.String target_directory,
                          java.lang.String classpath_string)
Initializes a newly created BindingDefinitions object. The subdirectory name for Java source is 'src'. The subdirectory name for binary and XSB (XMLBeans XML Schema Binaries) files is 'bin'. Binding requires the following library locations in the calsspath string passed to this function: xws4j, xws4j-binding, XMLBeans and its dependencies, the Java runtime. Example: jsr173_1.0_api.jar resolver.jar xbean.jar xbean_xpath.jar xmlbeans-qname.jar xmlpublic.jar xws4j-binding-x.y.jar xws4j-x.y.jar rt.jar

Parameters:
target_directory - The directory where the binding is going to be dumped.
classpath_string - The classpath String to be used by the Java compiler. On windows the calsspath substrings must be separated with ';', and on Linux or Mac OS X the substrings must be separated with ':'.