|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
destroy()
destory the invoker permanently |
Map |
getConfiguration()
Gets teh server invoker's transport specific configuration. |
String |
getDataType()
Will get the data type for the marshaller factory so know which marshaller to get to marshal the data. |
boolean |
isStarted()
return true if the server invoker is started, false if not |
boolean |
isTransportBiDirectional()
returns true if the transport is bi-directional in nature, for example, SOAP in unidirectional and SOCKETs are bi-directional (unless behind a firewall for example). |
void |
setConfigration(Map configuration)
Sets the server invoker's transport specific configuration. |
void |
start()
subclasses should override to provide any specific start logic |
void |
stop()
subclasses should override to provide any specific stop logic |
Method Detail |
public String getDataType()
public boolean isTransportBiDirectional()
public void start() throws IOException
IOException
public boolean isStarted()
public void stop()
public void destroy()
public void setConfigration(Map configuration)
configuration
- public Map getConfiguration()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |