|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectadams.core.ConsoleObject
adams.core.option.AbstractOptionHandler
adams.flow.webservice.AbstractWebServiceClientTransformer<TrainClusterer,String>
adams.flow.webservice.TrainClusterer
public class TrainClusterer
Builds a clusterer model.
| Field Summary | |
|---|---|
protected String |
m_Returned
response object |
protected TrainClusterer |
m_Train
train cluster input |
| Fields inherited from class adams.flow.webservice.AbstractWebServiceClientTransformer |
|---|
m_ConnectionTimeout, m_Owner, m_ReceiveTimeout |
| Fields inherited from class adams.core.option.AbstractOptionHandler |
|---|
m_DebugLevel, m_OptionManager |
| Constructor Summary | |
|---|---|
TrainClusterer()
|
|
| Method Summary | |
|---|---|
Class[] |
accepts()
Returns the classes that are accepted input. |
protected void |
doQuery()
Performs the actual webservice query. |
Class[] |
generates()
Returns the classes that this client generates. |
String |
getResponseData()
Returns the response data, if any. |
protected URL |
getWsdlLocation()
Returns the WSDL location. |
String |
globalInfo()
Returns a string describing the object. |
boolean |
hasResponseData()
Checks whether there is any response data to be collected. |
void |
setRequestData(TrainClusterer value)
Sets the data for the request, if any. |
| Methods inherited from class adams.flow.webservice.AbstractWebServiceClientTransformer |
|---|
cleanUp, connectionTimeoutTipText, defineOptions, getConnectionTimeout, getOwner, getReceiveTimeout, postQuery, preQuery, query, receiveTimeoutTipText, setConnectionTimeout, setOwner, setReceiveTimeout |
| Methods inherited from class adams.core.option.AbstractOptionHandler |
|---|
cleanUpOptions, debug, debug, debugLevelTipText, destroy, finishInit, getDebugLevel, getOptionManager, initialize, isDebugOn, newOptionManager, reset, setDebugLevel, toCommandLine, toString |
| Methods inherited from class adams.core.ConsoleObject |
|---|
getDebugging, getSystemErr, getSystemOut, sizeOf |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface adams.core.option.OptionHandler |
|---|
cleanUpOptions, getOptionManager |
| Methods inherited from interface adams.core.Destroyable |
|---|
destroy |
| Field Detail |
|---|
protected TrainClusterer m_Train
protected String m_Returned
| Constructor Detail |
|---|
public TrainClusterer()
| Method Detail |
|---|
public String globalInfo()
globalInfo in class AbstractOptionHandlerpublic Class[] accepts()
public void setRequestData(TrainClusterer value)
value - the request datapublic Class[] generates()
public boolean hasResponseData()
getResponseData()public String getResponseData()
protected URL getWsdlLocation()
getWsdlLocation in class AbstractWebServiceClientTransformer<TrainClusterer,String>
protected void doQuery()
throws Exception
doQuery in class AbstractWebServiceClientTransformer<TrainClusterer,String>Exception - if accessing webservice fails for some reason
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||