org.codehaus.xfire.aegis.type.mtom
Class DataSourceType

java.lang.Object
  extended by org.codehaus.xfire.aegis.type.Type
      extended by org.codehaus.xfire.aegis.type.mtom.AbstractXOPType
          extended by org.codehaus.xfire.aegis.type.mtom.DataSourceType
All Implemented Interfaces:
org.codehaus.xfire.wsdl.SchemaType

public class DataSourceType
extends AbstractXOPType


Field Summary
 
Fields inherited from class org.codehaus.xfire.aegis.type.mtom.AbstractXOPType
XML_MIME_NS, XML_MIME_TYPE, XOP_HREF, XOP_INCLUDE, XOP_NS
 
Constructor Summary
DataSourceType()
           
 
Method Summary
protected  org.codehaus.xfire.attachments.Attachment createAttachment(java.lang.Object object, java.lang.String id)
           
protected  java.lang.String getContentType(java.lang.Object object, org.codehaus.xfire.MessageContext context)
           
protected  java.lang.Object readAttachment(org.codehaus.xfire.attachments.Attachment att, org.codehaus.xfire.MessageContext context)
           
 
Methods inherited from class org.codehaus.xfire.aegis.type.mtom.AbstractXOPType
readInclude, readObject, writeObject
 
Methods inherited from class org.codehaus.xfire.aegis.type.Type
equals, getDependencies, getSchemaType, getTypeClass, getTypeMapping, hashCode, isAbstract, isComplex, isNillable, isWriteOuter, setAbstract, setNillable, setSchemaType, setTypeClass, setTypeMapping, setWriteOuter, toString, writeSchema
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataSourceType

public DataSourceType()
Method Detail

readAttachment

protected java.lang.Object readAttachment(org.codehaus.xfire.attachments.Attachment att,
                                          org.codehaus.xfire.MessageContext context)
Specified by:
readAttachment in class AbstractXOPType

createAttachment

protected org.codehaus.xfire.attachments.Attachment createAttachment(java.lang.Object object,
                                                                     java.lang.String id)
Specified by:
createAttachment in class AbstractXOPType

getContentType

protected java.lang.String getContentType(java.lang.Object object,
                                          org.codehaus.xfire.MessageContext context)
Specified by:
getContentType in class AbstractXOPType


Copyright © 2004-2010. All Rights Reserved.