Class PluggableComponent2SoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.pluggable.PluggableComponent2SoapList
-
public class PluggableComponent2SoapList extends Object
List of Pluggable components.- Since:
- 8.0
-
-
Constructor Summary
Constructors Constructor Description PluggableComponent2SoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PluggableComponent2SoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(PluggableComponent2SoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public PluggableComponent2SoapRow[] getDataRows()
-
setDataRows
public void setDataRows(PluggableComponent2SoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-