Deprecated API


Contents
Deprecated Classes
org.jboss.logging.util.CategoryStream
          Use LoggerStream instead. 
org.jboss.logging.util.CategoryWriter
          Use LoggerWriter instead. 
 

Deprecated Methods
org.jboss.util.xml.catalog.CatalogManager.allowOasisXMLCatalogPI()
          No longer static; use get/set methods. 
org.jboss.xb.binding.sunday.unmarshalling.XsdBinder.bindElement(SchemaBinding, XSElementDeclaration, int, int, boolean)
          This method is added temporary to get anonymous type binding working in JBossWS. It will be removed when anonymous type binding in JBossWS is implemented properly. No one else should use this method.

This method binds an element declaration and adds it as a global element to the passed in schema binding. 

org.jboss.xb.binding.sunday.unmarshalling.XsdBinder.bindType(SchemaBinding, XSTypeDefinition)
          This method is added temporary to get anonymous type binding working in JBossWS. It will be removed when anonymous type binding in JBossWS is implemented properly. No one else should use this method.

This method binds a type definition and adds it as a global type to the passed in schema binding. 

org.jboss.util.xml.catalog.CatalogManager.catalogClassName()
          No longer static; use get/set methods. 
org.jboss.util.xml.catalog.CatalogManager.catalogFiles()
          No longer static; use get/set methods. 
org.jboss.util.loading.ContextClassLoaderSwitcher.getSwitchContext(Class)
          using a class to determine the classloader is a bad idea, it has the same problems as Class.forName() 
org.jboss.util.xml.catalog.CatalogManager.ignoreMissingProperties(boolean)
          No longer static; use get/set methods. 
org.jboss.logging.Logger.isDebugEnabled()
          DEBUG is for low volume logging, you don't need this 
org.jboss.logging.Logger.isInfoEnabled()
          INFO is for low volume information, you don't need this 
org.jboss.logging.Log4jLoggerPlugin.log(Priority, Object)
          Use Level versions. 
org.jboss.logging.Log4jLoggerPlugin.log(Priority, Object, Throwable)
          Use Level versions. 
org.jboss.util.xml.catalog.CatalogManager.preferPublic()
          No longer static; use get/set methods. 
org.jboss.util.xml.catalog.CatalogManager.relativeCatalogs()
          No longer static; use get/set methods. 
org.jboss.util.xml.catalog.CatalogManager.staticCatalog()
          No longer static; use get/set methods. 
org.jboss.util.xml.catalog.CatalogManager.verbosity()
          No longer static; use get/set methods. 
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.