owenb       2003/03/06 09:00:47

  Modified:    java/src/org/apache/wsif/providers WSIFDynamicTypeMap.java
  Log:
  deprecate methods used for package mapping. This function is now carried out
  by WSIFMappingConvention implementations
  
  Revision  Changes    Path
  1.10      +9 -1      
xml-axis-wsif/java/src/org/apache/wsif/providers/WSIFDynamicTypeMap.java
  
  Index: WSIFDynamicTypeMap.java
  ===================================================================
  RCS file: 
/home/cvs/xml-axis-wsif/java/src/org/apache/wsif/providers/WSIFDynamicTypeMap.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- WSIFDynamicTypeMap.java   7 Dec 2002 12:33:54 -0000       1.9
  +++ WSIFDynamicTypeMap.java   6 Mar 2003 17:00:47 -0000       1.10
  @@ -94,6 +94,9 @@
       /**
        * Constructor
        * @param alist An ArrayList of all custom types from the wsdl
  +     * @deprecated WSIFDynamicTypeMap should no longer be used to hold a list 
  +     * of custom types since the mapPackage functionality has been moved to 
  +     * [EMAIL PROTECTED] org.apache.wsif.mapping.WSIFMappingConvention}
        */
       public WSIFDynamicTypeMap(ArrayList aList) {
           Trc.entry(this, aList);
  @@ -150,7 +153,9 @@
       /** 
        * Map a package name to a namespace URI 
        * @param namespace The wsdl namespace  
  -     * @param packageName The name of the Java package 
  +     * @param packageName The name of the Java package
  +     * @deprecated Package mappings should now be set with the 
  +     * [EMAIL PROTECTED] org.apache.wsif.mapping.WSIFMappingConvention} 
        */
       public void mapPackage(String namespace, String packageName) {
           Trc.entry(this, namespace, packageName);
  @@ -186,6 +191,9 @@
       /**
        * Set the list of all custom types from the wsdl
        * @param aList The list
  +     * @deprecated WSIFDynamicTypeMap should no longer be used to hold a list 
  +     * of custom types since the mapPackage functionality has been moved to 
  +     * [EMAIL PROTECTED] org.apache.wsif.mapping.WSIFMappingConvention}
        */
       public void setAllTypes(ArrayList aList) {
           Trc.entry(this, aList);
  
  
  

Reply via email to