|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
destroy()
destory the invoker permanently |
java.util.Map |
getConfiguration()
Gets teh server invoker's transport specific configuration. |
java.lang.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(java.util.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 java.lang.String getDataType()
public boolean isTransportBiDirectional()
public void start() throws java.io.IOException
java.io.IOException
public boolean isStarted()
public void stop()
public void destroy()
public void setConfigration(java.util.Map configuration)
configuration
- public java.util.Map getConfiguration()
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |