Groovy Documentation

src.java.org.grails.xfire.aegis.type.mtom
Class ByteArrayType

java.lang.Object
  org.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

author:
Dan Diephouse


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

ByteArrayType

public ByteArrayType()


 
Method Detail

copy

public static void copy(InputStream input, OutputStream output)


createAttachment

protected Attachment createAttachment(java.lang.Object object, java.lang.String id)


getContentType

protected java.lang.String getContentType(java.lang.Object object, MessageContext context)


readAttachment

protected java.lang.Object readAttachment(Attachment att, MessageContext context)


 

Groovy Documentation