Deprecated API


Contents
Deprecated Classes
org.jboss.xb.binding.XercesXsMarshaller
          In favor of org.jboss.xb.binding.sunday.marshalling.MarshallerImpl. 
 

Deprecated Methods
org.jboss.xb.util.JBossXBHelper.addClassBinding(String, Class)
          Use JBossXBHelper.addTypeBinding(String, Class) 
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.xb.util.JBossXBHelper.removeClassBinding(String)
          Use JBossXBHelper.removeTypeBinding(String) 
 



Copyright © 2010 JBoss Inc.. All Rights Reserved.