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