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

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

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

Classes in org.codehaus.xfire.aegis.type that implement SchemaType
 class Type
          Type
 

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 BooleanType
          SimpleSerializer
 class CalendarType
          Type for the Calendar class.
 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 DocumentType
          Reads and writes org.w3c.dom.Document types.
 class DoubleType
          SimpleSerializer
 class FloatType
          SimpleSerializer
 class IntType
          SimpleSerializer
 class LongType
          SimpleSerializer
 class MyStringType
           
 class ShortType
          SimpleSerializer
 class StringType
          SimpleSerializer
 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.
 

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

Classes in org.codehaus.xfire.aegis.type.java5 that implement SchemaType
 class EnumType
           
 

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

Classes in org.codehaus.xfire.aegis.type.mtom that implement SchemaType
 class XOPType
           
 

Uses of SchemaType in org.codehaus.xfire.jaxb
 

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

Methods in org.codehaus.xfire.jaxb 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()
           
 SchemaType MessageHeaderInfo.getSchemaType()
           
 

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

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

Methods in org.codehaus.xfire.service.binding that return SchemaType
 SchemaType MessageBindingProvider.getSchemaType(Service service, MessagePartInfo param)
           
 

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

Methods in org.codehaus.xfire.wsdl11.builder with parameters of type SchemaType
 void AbstractWSDL.addDependency(SchemaType type)
           
 javax.wsdl.Part WSDLBuilder.createPart(javax.xml.namespace.QName pName, java.lang.Class clazz, SchemaType type)
           
protected  boolean AbstractWSDL.hasDependency(SchemaType type)
           
 

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-2005 Codehaus. All Rights Reserved.