|
Oracle Application Server Web Services Java API Reference 10g Release 3 (10.1.3) B25988-01 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ProviderException | |
| oracle.webservices.provider | This package contains the interfaces and classes needed to implement Provider based endpoints. |
| Uses of ProviderException in oracle.webservices.provider |
| Methods in oracle.webservices.provider that throw ProviderException | |
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. |
SOAPMessage |
Provider.processMessage(SOAPMessage request, MessageContext messageContext)This is the main method of the provider available for processing logic. |
void |
Provider.destroy()The destroy method is called when the Provider is destroyed and garbage collected. |
void |
ProviderConfig.addService(String pathInfo, URL wsdlURL, QName wsdlPort, QName serviceName, Object policy)Add a service from inside the provider implementation. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||