|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.util.JaxbPackageInfoWriter
public class JaxbPackageInfoWriter
Writes a package-info.java file that has jaxb annotations for some bytecode.
| Constructor Summary | |
|---|---|
JaxbPackageInfoWriter()
|
|
| Method Summary | |
|---|---|
java.lang.String |
write(java.io.InputStream bytecode)
Write the package-info for some bytecode. |
protected void |
writeAnnotationNode(AnnotationNode annotation,
java.io.Writer writer)
Write an annotation node. |
protected void |
writeAnnotationValue(java.lang.Object value,
java.io.Writer writer)
Write an annotation value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JaxbPackageInfoWriter()
| Method Detail |
|---|
public java.lang.String write(java.io.InputStream bytecode)
throws java.io.IOException
bytecode - The bytecode.
java.io.IOException
protected void writeAnnotationNode(AnnotationNode annotation,
java.io.Writer writer)
throws java.io.IOException
annotation - The annotation.writer - The writer.
java.io.IOException
protected void writeAnnotationValue(java.lang.Object value,
java.io.Writer writer)
throws java.io.IOException
value - The annotation value.writer - The writer.
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||