mirror of https://github.com/apache/activemq.git
updated OpenWire.Net generation script
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@366539 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6f845eeb85
commit
ccd1113a79
|
@ -142,8 +142,16 @@ namespace OpenWire.Core.Commands
|
|||
switch (type) {
|
||||
case "java.lang.String":
|
||||
return "string"
|
||||
case "java.lang.Throwable":
|
||||
return "string"
|
||||
case "java.lang.Throwable":
|
||||
return "string"
|
||||
case "boolean":
|
||||
return "bool"
|
||||
case "org.activeio.ByteSequence":
|
||||
return "byte[]"
|
||||
case "org.apache.activemq.command.DataStructure[]":
|
||||
return "Command[]"
|
||||
case "org.apache.activemq.command.DataStructure":
|
||||
return "Command"
|
||||
case "org.apache.activemq.message.ActiveMQDestination":
|
||||
|
|
Loading…
Reference in New Issue