|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
create()
|
void |
destroy()
destory the invoker permanently |
java.lang.String |
getClientConnectAddress()
|
int |
getClientConnectPort()
|
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. |
java.lang.String |
getServerBindAddress()
|
int |
getServerBindPort()
|
int |
getTimeout()
|
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 |
setClientConnectAddress(java.lang.String clientConnectAddress)
This method should only be called by the service controller when this invoker is specified within the Connector configuration of a service xml. |
void |
setClientConnectPort(int clientConnectPort)
|
void |
setConfiguration(java.util.Map configuration)
Sets the server invoker's transport specific configuration. |
void |
setTimeout(int timeout)
|
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 create()
public void start() throws java.io.IOException
java.io.IOException
public boolean isStarted()
public void stop()
public void destroy()
public void setConfiguration(java.util.Map configuration)
configuration
- public java.util.Map getConfiguration()
public java.lang.String getClientConnectAddress()
public int getClientConnectPort()
public void setClientConnectAddress(java.lang.String clientConnectAddress)
public java.lang.String getServerBindAddress()
public int getServerBindPort()
public void setClientConnectPort(int clientConnectPort)
public void setTimeout(int timeout)
public int getTimeout()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |