piotrp 2002/11/19 07:46:52
Modified: java/src/org/apache/wsif/providers/jca/toolplugin
FormatHandlerGenerator.java
Log:
Correct a version of the file, the old version was added with the
new, j2c provider component.
Revision Changes Path
1.3 +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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- FormatHandlerGenerator.java 10 Nov 2002 17:08:56 -0000 1.2
+++ FormatHandlerGenerator.java 19 Nov 2002 15:46:51 -0000 1.3
@@ -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.