Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


Uses of Interface
oracle.webservices.provider.ProviderConfig

Packages that use ProviderConfig
oracle.webservices.portability This package contains the interfaces and classes needed to implement features in the web services platform portability layer. 
oracle.webservices.provider This package contains the interfaces and classes needed to implement Provider based endpoints. 

 

Uses of ProviderConfig in oracle.webservices.portability

 

Methods in oracle.webservices.portability with parameters of type ProviderConfig
 String ProviderPlatformAdapter.getApplicationName(ProviderConfig providerConfig)
          Determine the name of the application with which the provider is associated.
 String ProviderPlatformAdapter.getModuleName(ProviderConfig providerConfig)
          Determine the name of the J2EE module with which the provider is associated.
 String ProviderPlatformAdapter.getPathInfo(ProviderConfig providerConfig, String servletLink)
          Determine the pathInfo for the provider.

 

Uses of ProviderConfig in oracle.webservices.provider

 

Methods in oracle.webservices.provider that return ProviderConfig
 ProviderConfig ProviderProcessorInfo.getProviderConfig()
          Get the provider configuration for this object.

 

Methods in oracle.webservices.provider with parameters of type ProviderConfig
 void Provider.init(ProviderConfig config)
          The init method is called when the Provider is loaded and initialized and can be used to do any setup and resource creations.

 


Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.