|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | 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 SOAPException
serviceId
- The id of the requested service.SOAPException
- Unable to make determination.public java.lang.String[] list() throws SOAPException
SOAPException
- Unable to provide list.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |