piotrp 2002/11/19 07:46:19 Modified: java/src/org/apache/wsif/providers/jca/toolplugin Tag: pre1_2_0-patches FormatHandlerGenerator.java Log: Correct a version of the file, the old version was added with the new, j2c provider component. Revision Changes Path No revision No revision 1.1.2.2 +2 -1 xml-axis-wsif/java/src/org/apache/wsif/providers/jca/toolplugin/FormatHandlerGenerator.java Index: FormatHandlerGenerator.java =================================================================== RCS file: /home/cvs/xml-axis-wsif/java/src/org/apache/wsif/providers/jca/toolplugin/FormatHandlerGenerator.java,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- FormatHandlerGenerator.java 10 Nov 2002 17:00:18 -0000 1.1.2.1 +++ FormatHandlerGenerator.java 19 Nov 2002 15:46:19 -0000 1.1.2.2 @@ -89,10 +89,11 @@ * class generated by the format handler generator. The number of input streams returned depends on the number of classes that are generated by the format handler * generator. The keys of the HashTable must be the name of each class (unqualified) that is represented by its corresponding InputStream value. The class name keys * are unqualified because they must all be in the <code>generationPackage</code> that is passed in as an input parameter. + * @throws <code>org.apache.wsif.WSIFException</code> thrown if an error occurs during format handler generation. */ public java.util.Hashtable generate (String generationPackage, String beanClass, javax.wsdl.Definition aDefinition,javax.wsdl.Binding aBinding, String anEncoding, - String aStyle, javax.xml.namespace.QName xsdQname, int elementType, Object generationContext); + String aStyle, javax.xml.namespace.QName xsdQname, int elementType, Object generationContext) throws org.apache.wsif.WSIFException; /** * Creates a new context for format handler generation.