|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface represents the plug-in service providers for PTG Runtime.
| Method Summary | |
void |
destroy()Destroy the provider. |
Arguments |
getInitArguments()Get the init arguments |
Arguments |
getInputArguments()Get the input Arguments |
OutputArguments |
getOutputArguments()Get the output Arguments |
void |
init(Arguments args)Initialize the adapter using the information from the init arguments. |
org.w3c.dom.Element |
invoke(ServiceContext serviceContext)Invoke the adapter using the input and output parameters in the service context. |
| Method Detail |
public void destroy()
public Arguments getInitArguments()
throws AdapterException
AdapterException
public Arguments getInputArguments()
throws AdapterException
AdapterException
public OutputArguments getOutputArguments()
throws AdapterException
AdapterException
public void init(Arguments args)
throws AdapterException
args - init argumentsAdapterException
public org.w3c.dom.Element invoke(ServiceContext serviceContext)
throws AdapterException
AdapterException
|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||