|
Oracle Application Server Web Services SOAP API Reference 10g (9.0.4) B10397-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
AutonomousProvider
extends the Provider
interface for a provider that defines its own services. Since the SOAP server is not aware of the services offered by an autonomous provider, the server must be able to query the provider to determine whether it can handle a specific service request.
This provider was specifically created for Oracle EJBs.
An autonomous provider implementation must:
Method Summary | |
boolean |
isMine(java.lang.String serviceId) Return an indication of whether this provider can handle the given service request. |
java.lang.String[] |
list() Return the list of all SOAP services that are available through this provider. |
Methods inherited from interface oracle.soap.server.Provider |
destroy, getId, init, invoke |
Method Detail |
public boolean isMine(java.lang.String serviceId) throws org.apache.soap.SOAPException
serviceId
- The id of the requested service.org.apache.soap.SOAPException
- Unable to make determination.public java.lang.String[] list() throws org.apache.soap.SOAPException
org.apache.soap.SOAPException
- Unable to provide list.
|
Oracle Application Server Web Services SOAP API Reference 10g (9.0.4) B10397-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |