Spring Web Services Framework

Uses of Interface
org.springframework.ws.wsdl.wsdl11.provider.TypesProvider

Packages that use TypesProvider
org.springframework.ws.wsdl.wsdl11 Contains interfaces and classes specific to WSDL 1.1. 
org.springframework.ws.wsdl.wsdl11.provider Provides a contribution strategy for WSDL definitions. 
 

Uses of TypesProvider in org.springframework.ws.wsdl.wsdl11
 

Methods in org.springframework.ws.wsdl.wsdl11 that return TypesProvider
 TypesProvider ProviderBasedWsdl4jDefinition.getTypesProvider()
          Returns the TypesProvider for this definition.
 

Methods in org.springframework.ws.wsdl.wsdl11 with parameters of type TypesProvider
 void ProviderBasedWsdl4jDefinition.setTypesProvider(TypesProvider typesProvider)
          Sets the TypesProvider for this definition.
 

Uses of TypesProvider in org.springframework.ws.wsdl.wsdl11.provider
 

Classes in org.springframework.ws.wsdl.wsdl11.provider that implement TypesProvider
 class InliningXsdSchemaTypesProvider
          Implementation of TypesProvider that inlines a XsdSchema or XsdSchemaCollection into the WSDL.
 


Spring Web Services Framework

Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.