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

Packages that use SchemaType
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   
 

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
 javax.wsdl.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.
 javax.wsdl.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.
 



Copyright © 2004-2011. All Rights Reserved.