Groovy Documentation

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

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.DataSourceType

class DataSourceType
extends AbstractXOPType

Constructor Summary
DataSourceType()

 
Method Summary
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

DataSourceType

DataSourceType()


 
Method Detail

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