|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents the plug-in service providers for PTG Runtime.
Method Summary |
Type | Method |
---|---|
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 Arguments getInitArguments() throws AdapterException
public Arguments getInputArguments() throws AdapterException
public OutputArguments getOutputArguments() throws AdapterException
public void init(Arguments args) throws AdapterException
args
- init argumentspublic org.w3c.dom.Element invoke(ServiceContext serviceContext) throws AdapterException
context
- the context that contains input parameterspublic void destroy()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |