org.jboss.soa.esb.configure
Class AnnotationUtil

java.lang.Object
  extended by org.jboss.soa.esb.configure.AnnotationUtil

public abstract class AnnotationUtil
extends java.lang.Object

Annotation constants.

Author:
tom.fennelly@gmail.com

Field Summary
static java.lang.String NULL_STRING
          "null" default annotation value.
static java.lang.String UNASSIGNED
          Unassigned default.
 
Constructor Summary
AnnotationUtil()
           
 
Method Summary
static java.lang.String getAttachmentName(AttachmentParam attachmentParam)
           
static java.lang.String getBodyName(BodyParam bodyParam)
           
static java.lang.String getPropertyName(PropertyParam propertyParam)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL_STRING

public static final java.lang.String NULL_STRING
"null" default annotation value.

See Also:
Constant Field Values

UNASSIGNED

public static final java.lang.String UNASSIGNED
Unassigned default.

See Also:
Constant Field Values
Constructor Detail

AnnotationUtil

public AnnotationUtil()
Method Detail

getPropertyName

public static java.lang.String getPropertyName(PropertyParam propertyParam)

getBodyName

public static java.lang.String getBodyName(BodyParam bodyParam)

getAttachmentName

public static java.lang.String getAttachmentName(AttachmentParam attachmentParam)