org.apache.activemq.openwire.tool
Class OpenWireGenerator
java.lang.Object
org.apache.activemq.openwire.tool.OpenWireGenerator
- Direct Known Subclasses:
- MultiSourceGenerator, SingleSourceGenerator
public abstract class OpenWireGenerator
- extends Object
- Version:
- $Revision$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
openwireVersion
protected int openwireVersion
filePostFix
protected String filePostFix
jam
protected org.codehaus.jam.JamService jam
OpenWireGenerator
public OpenWireGenerator()
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
public String toCSharpType(org.codehaus.jam.JClass type)
- Converts the Java type to a C# type name
getOpenWireOpCode
public String getOpenWireOpCode(org.codehaus.jam.JClass element)
stringValue
protected String stringValue(org.codehaus.jam.JAnnotation annotation,
String name)
stringValue
protected String stringValue(org.codehaus.jam.JAnnotation annotation,
String name,
String defaultValue)
setJam
public void setJam(org.codehaus.jam.JamService jam)
decapitalize
public String decapitalize(String text)
capitalize
public String capitalize(String text)
Copyright © 2011 Apache Software Foundation. All Rights Reserved.