Uses of Interface
org.codehaus.xfire.wsdl.SchemaType

Packages that use SchemaType
org.codehaus.xfire.aegis   
org.codehaus.xfire.aegis.type   
org.codehaus.xfire.aegis.type.basic   
org.codehaus.xfire.aegis.type.collection   
org.codehaus.xfire.aegis.type.mtom   
org.codehaus.xfire.aegis.type.xml   
org.codehaus.xfire.castor   
org.codehaus.xfire.jaxb2   
org.codehaus.xfire.service Contains the classes and interfaces for the service model of XFire. 
org.codehaus.xfire.service.binding   
org.codehaus.xfire.wsdl   
org.codehaus.xfire.wsdl11.builder   
org.codehaus.xfire.xmlbeans   
 

Uses of SchemaType in org.codehaus.xfire.aegis
 

Methods in org.codehaus.xfire.aegis that return SchemaType
 SchemaType AegisBindingProvider.getSchemaType(javax.xml.namespace.QName name, Service service)
           
 

Uses of SchemaType in org.codehaus.xfire.aegis.type
 

Classes in org.codehaus.xfire.aegis.type that implement SchemaType
 class Type
          A Type reads and writes XML fragments to create and write objects.
 

Uses of SchemaType in org.codehaus.xfire.aegis.type.basic
 

Classes in org.codehaus.xfire.aegis.type.basic that implement SchemaType
 class ArrayType
          An ArrayType.
 class Base64Type
          Converts back and forth to byte[] objects.
 class BeanType
          Serializes JavaBeans.
 class BigDecimalType
          Type for a BigDecimal
 class BigIntegerType
          Type for a BigInteger
 class BooleanType
           
 class CalendarType
          Type for the Calendar class.
 class CharacterType
           
 class DateTimeType
          Type for the Date class which serializes as an xsd:dateTime.
 class DateType
          Type for the Date class which serializes as an xsd:date (no time information).
 class DoubleType
           
 class FloatType
           
 class HolderType
          A holder type which makes multiple out parameters possible.
 class IntType
          SimpleSerializer
 class LongType
           
 class ObjectType
          Type for runtime inspection of types.
 class ShortType
           
 class SqlDateType
          Type for the java.sql.Date class which serializes as an xsd:date (no time information).
 class StringType
           
 class TimestampType
          Type for the Time class which serializes to an xs:time.
 class TimeType
          Type for the Time class which serializes to an xs:time.
 class URIType
          Type for a URI
 

Uses of SchemaType in org.codehaus.xfire.aegis.type.collection
 

Classes in org.codehaus.xfire.aegis.type.collection that implement SchemaType
 class CollectionType
           
 class MapType
           
 

Uses of SchemaType in org.codehaus.xfire.aegis.type.mtom
 

Classes in org.codehaus.xfire.aegis.type.mtom that implement SchemaType
 class AbstractXOPType
           
 class ByteArrayType
           
 class DataHandlerType
           
 class DataSourceType
           
 

Uses of SchemaType in org.codehaus.xfire.aegis.type.xml
 

Classes in org.codehaus.xfire.aegis.type.xml that implement SchemaType
 class DocumentType
          Reads and writes org.w3c.dom.Document types.
 class JDOMDocumentType
          Reads and writes org.w3c.dom.Document types.
 class JDOMElementType
          Reads and writes org.w3c.dom.Document types.
 class SourceType
          Reads and writes javax.xml.transform.Source types.
 class XMLStreamReaderType
          Reads and writes org.w3c.dom.Document types.
 

Uses of SchemaType in org.codehaus.xfire.castor
 

Classes in org.codehaus.xfire.castor that implement SchemaType
 class CastorType
          XFire Type class for marshalling beans and demarshalling XML using Castor.
 

Uses of SchemaType in org.codehaus.xfire.jaxb2
 

Classes in org.codehaus.xfire.jaxb2 that implement SchemaType
 class JaxbType
           
 

Methods in org.codehaus.xfire.jaxb2 with parameters of type SchemaType
 void JaxbWSDLBuilder.addDependency(SchemaType type)
           
 

Uses of SchemaType in org.codehaus.xfire.service
 

Methods in org.codehaus.xfire.service that return SchemaType
 SchemaType MessagePartInfo.getSchemaType()
           
 

Methods in org.codehaus.xfire.service with parameters of type SchemaType
 void MessagePartInfo.setSchemaType(SchemaType schemaType)
           
 

Uses of SchemaType in org.codehaus.xfire.service.binding
 

Methods in org.codehaus.xfire.service.binding that return SchemaType
 SchemaType BindingProvider.getSchemaType(javax.xml.namespace.QName name, Service service)
           
 SchemaType MessageBindingProvider.getSchemaType(javax.xml.namespace.QName name, Service service)
           
 SchemaType MessageBindingProvider.getSchemaType(Service service, MessagePartInfo param)
           
 

Uses of SchemaType in org.codehaus.xfire.wsdl
 

Classes in org.codehaus.xfire.wsdl that implement SchemaType
 class SimpleSchemaType
           
 

Methods in org.codehaus.xfire.wsdl with parameters of type SchemaType
 void AbstractWSDL.addDependency(SchemaType type)
           
protected  boolean AbstractWSDL.hasDependency(SchemaType type)
           
 

Uses of SchemaType in org.codehaus.xfire.wsdl11.builder
 

Methods in org.codehaus.xfire.wsdl11.builder with parameters of type SchemaType
 Part WSDLBuilder.createDocLitPart(javax.xml.namespace.QName pName, java.lang.Class clazz, SchemaType type)
          Creates a wsdl:message part and a global schema element for it if it is abstract.
 Part WSDLBuilder.createRpcLitPart(javax.xml.namespace.QName pName, java.lang.Class clazz, SchemaType type)
          Creates a wsdl:message part without creating a global schema element.
 

Uses of SchemaType in org.codehaus.xfire.xmlbeans
 

Classes in org.codehaus.xfire.xmlbeans that implement SchemaType
 class XmlBeansType
           
 

Methods in org.codehaus.xfire.xmlbeans with parameters of type SchemaType
 void XmlBeansWSDLBuilder.addDependency(SchemaType type)
           
 



Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.