User: jung
Date: 01/01/03 02:23:44
Modified: src/org/zoap/soap/meta EncodingStyleType.java
Log:
exception redesign. Improved null-pointer treatment. coherent environment and
logging facilities.
Revision Changes Path
1.3 +18 -1 zoap/src/org/zoap/soap/meta/EncodingStyleType.java
Index: EncodingStyleType.java
===================================================================
RCS file: /products/cvs/ejboss/zoap/src/org/zoap/soap/meta/EncodingStyleType.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- EncodingStyleType.java 2000/12/04 12:36:06 1.2
+++ EncodingStyleType.java 2001/01/03 10:23:44 1.3
@@ -1,5 +1,5 @@
/*
- * $Id: EncodingStyleType.java,v 1.2 2000/12/04 12:36:06 jung Exp $
+ * $Id: EncodingStyleType.java,v 1.3 2001/01/03 10:23:44 jung Exp $
* Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
* D-66299 Friedrichsthal, Germany. All Rights Reserved.
*
@@ -48,6 +48,7 @@
import org.zoap.soap.Environment;
import org.zoap.xml.Attribute;
import org.zoap.xml.Type;
+import org.zoap.xml.TypeException;
import org.zoap.xml.Schema;
import java.util.Properties;
@@ -65,10 +66,20 @@
return "http://soap.zoap.org/";
}
+ public Object newInstance(Map attributes, Map references, Map nameSpaces)
+ throws TypeException {
+ return null;
+ }
+
+
+
}
/*
* $Log: EncodingStyleType.java,v $
+ * Revision 1.3 2001/01/03 10:23:44 jung
+ * exception redesign. Improved null-pointer treatment. coherent environment and
logging facilities.
+ *
* Revision 1.2 2000/12/04 12:36:06 jung
* adopted to latest jboss container,
*