Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | List Folder | Summary of Elements in this Folder | pub.list:vectorToArray
 
pub.list:vectorToArray
WmPublic. Converts a java.util.Vector object to an array.
Input Parameters
vector
java.util.Vector The object to be converted to an array.
stronglyType
String Optional. If this option is specified, the service expects all items in the vector to have the same Java type as the first non-null item in the vector. If the service detects an item of a different type, an error is thrown.
Set to:
*false to convert the vector to an object array. This is the default.
*true to convert the vector to a strongly typed array holding the same type of objects.
Output Parameters
array
Object[ ] Converted object array.