Spring Web Services Framework

Uses of Interface
org.springframework.ws.wsdl.wsdl11.Wsdl11Definition

Packages that use Wsdl11Definition
org.springframework.ws.wsdl.wsdl11 Contains interfaces and classes specific to WSDL 1.1. 
org.springframework.ws.wsdl.wsdl11.builder Deprecated as of Spring Web Services 1.5: superseded by the DefaultWsdl11Definition and org.springframework.ws.wsdl.wsdl11.provider package. 
 

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

Classes in org.springframework.ws.wsdl.wsdl11 that implement Wsdl11Definition
 class DefaultWsdl11Definition
          Convenient implementation of Wsdl11Definition that creates a SOAP 1.1 or 1.2 binding based on naming conventions in one or more inlined XSD schemas.
 class DynamicWsdl11Definition
          Deprecated. as of Spring Web Services 1.5: superseded by DefaultWsdl11Definition and the org.springframework.ws.wsdl.wsdl11.provider package
 class ProviderBasedWsdl4jDefinition
          Implementation of the Wsdl11Definition that uses a provider-based mechanism to populate a WSDL4J Definition.
 class SimpleWsdl11Definition
          The default Wsdl11Definition implementation.
 class Wsdl4jDefinition
          Implementation of the Wsdl11Definition based on WSDL4J.
 

Methods in org.springframework.ws.wsdl.wsdl11 that return Wsdl11Definition
 Wsdl11Definition Wsdl11DefinitionBuilder.getDefinition()
          Deprecated. Returns the built Wsdl11Definition.
 

Uses of Wsdl11Definition in org.springframework.ws.wsdl.wsdl11.builder
 

Methods in org.springframework.ws.wsdl.wsdl11.builder that return Wsdl11Definition
 Wsdl11Definition AbstractWsdl4jDefinitionBuilder.getDefinition()
          Deprecated.  
 


Spring Web Services Framework

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