Class OpenWireGenerator
java.lang.Object
org.apache.activemq.openwire.tool.OpenWireGenerator
- Direct Known Subclasses:
MultiSourceGenerator,SingleSourceGenerator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected org.codehaus.jam.JamServiceprotected int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncapitalize(String text) decapitalize(String text) org.codehaus.jam.JamClassIteratororg.codehaus.jam.JamServicegetJam()getOpenWireOpCode(org.codehaus.jam.JClass element) intbooleanisAbstract(org.codehaus.jam.JClass j) booleanisCachedProperty(org.codehaus.jam.JProperty it) booleanisMarshallAware(org.codehaus.jam.JClass j) booleanisThrowable(org.codehaus.jam.JClass j) booleanisValidProperty(org.codehaus.jam.JProperty it) voidsetJam(org.codehaus.jam.JamService jam) voidsetOpenwireVersion(int openwireVersion) protected StringstringValue(org.codehaus.jam.JAnnotation annotation, String name) protected StringstringValue(org.codehaus.jam.JAnnotation annotation, String name, String defaultValue) toCSharpType(org.codehaus.jam.JClass type) Converts the Java type to a C# type name
-
Field Details
-
openwireVersion
protected int openwireVersion -
filePostFix
-
jam
protected org.codehaus.jam.JamService jam
-
-
Constructor Details
-
OpenWireGenerator
public OpenWireGenerator()
-
-
Method Details
-
isValidProperty
public boolean isValidProperty(org.codehaus.jam.JProperty it) -
isCachedProperty
public boolean isCachedProperty(org.codehaus.jam.JProperty it) -
isAbstract
public boolean isAbstract(org.codehaus.jam.JClass j) -
isThrowable
public boolean isThrowable(org.codehaus.jam.JClass j) -
isMarshallAware
public boolean isMarshallAware(org.codehaus.jam.JClass j) -
getJam
public org.codehaus.jam.JamService getJam() -
getClasses
public org.codehaus.jam.JamClassIterator getClasses() -
getOpenwireVersion
public int getOpenwireVersion() -
setOpenwireVersion
public void setOpenwireVersion(int openwireVersion) -
toCSharpType
Converts the Java type to a C# type name -
getOpenWireOpCode
-
stringValue
-
stringValue
-
setJam
public void setJam(org.codehaus.jam.JamService jam) -
decapitalize
-
capitalize
-