Deprecated API

Deprecated Methods
com.bea.adapter.web.AbstractDesignTimeRequestHandler.addSchemaToRepository(String, SOMSchema)
          This method should not be used going forward as it does not take into account updating existing schemas or adding both request and response schemas to the repository in one logical unit of work. The preferred approach is to use the addServiceSchemasToRepository or addEventSchemaToRepository methods directly. 
com.bea.adapter.web.AbstractDesignTimeRequestHandler.getInteractionSpecForService(ApplicationView, String)
          - this method should not be used because binding the InteractionSpec into JNDI can lead to class loading issues. Instead, you should get the IServiceDescriptor from the IApplicationViewDescriptor to get properties for a service. 
com.bea.logging.ILogger.setPriority(int)
          This method is being deprecated to allow the logtoolkit to standardize with java logging frameworks. Please use setLevel(String) instead 
com.bea.logging.ILogger.setPriority(LogPriority)
          This method is being deprecated to allow the logtoolkit to standardize with java logging frameworks. Please use setLevel(String) instead 
com.bea.logging.ILogger.setPriority(String)
          This method is being deprecated to allow the logtoolkit to standardize with java logging frameworks. Please use setLevel(String) instead 
com.bea.adapter.web.AbstractDesignTimeRequestHandler.updateSchemaInRepository(String, SOMSchema)
          This method should not be used going forward. The preferred approach is to use the addServiceSchemasToRepository or addEventSchemaToRepository methods directly.