com.ibm.wsspi.xct.annotation
Class Attachment
- java.lang.Object
com.ibm.wsspi.xct.annotation.Attachment
All implemented interfaces:
- public class Attachment
- extends java.lang.Object
- implements AnnotationValue
For details on usage, please contact IBM support.
Constructor Summary
Constructor and Description |
---|
Attachment(java.lang.String suffix)
|
Attachment(java.lang.String prefix,java.lang.String suffix)
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getOutputStream()
|
|
getValues()
|
|
toString()
|
|
toString(java.lang.Appendable app)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail
Attachment
- public Attachment(java.lang.String suffix)
- throws java.io.IOException
- java.lang.IllegalArgumentException
Throws:
java.io.IOException
java.lang.IllegalArgumentException
Attachment
- public Attachment(java.lang.String prefix,
- java.lang.String suffix)
- throws java.io.IOException
- java.lang.IllegalArgumentException
Throws:
java.io.IOException
java.lang.IllegalArgumentException
Method Detail
toString
- public java.lang.String toString( )
Overrides:
toString
in class java.lang.Object
toString
- public java.lang.Appendable toString( java.lang.Appendable app)
- throws java.io.IOException
Specified by:
toString
in interface AnnotationValue
Throws:
java.io.IOException
getOutputStream
- public java.io.OutputStream getOutputStream( )
- throws java.io.IOException
Throws:
java.io.IOException
getValues
- public java.util.List<? extends AnnotationValue> getValues( )
Specified by:
getValues
in interface AnnotationValue