|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.grails.xfire.aegis.type.Type
src.java.org.grails.xfire.aegis.type.mtom.AbstractXOPType
src.java.org.grails.xfire.aegis.type.mtom.ByteArrayType
class ByteArrayType extends AbstractXOPType
Constructor Summary | |
ByteArrayType()
|
Method Summary | |
---|---|
static void
|
copy(InputStream input, OutputStream output)
|
protected Attachment
|
createAttachment(java.lang.Object object, java.lang.String id)
|
protected java.lang.String
|
getContentType(java.lang.Object object, MessageContext context)
|
protected java.lang.Object
|
readAttachment(Attachment att, MessageContext context)
|
Methods inherited from class AbstractXOPType | |
---|---|
createAttachment, getContentType, readAttachment, readInclude, readObject, writeObject |
Constructor Detail |
---|
public ByteArrayType()
Method Detail |
---|
public static void copy(InputStream input, OutputStream output)
protected Attachment createAttachment(java.lang.Object object, java.lang.String id)
protected java.lang.String getContentType(java.lang.Object object, MessageContext context)
protected java.lang.Object readAttachment(Attachment att, MessageContext context)
Groovy Documentation