Spring Web Services Framework

Uses of Interface
org.springframework.ws.wsdl.WsdlDefinition

Packages that use WsdlDefinition
org.springframework.ws.transport.http Package providing support for handling messages via HTTP. 
org.springframework.ws.wsdl.wsdl11 Contains interfaces and classes specific to WSDL 1.1. 
 

Uses of WsdlDefinition in org.springframework.ws.transport.http
 

Methods in org.springframework.ws.transport.http that return WsdlDefinition
protected  WsdlDefinition MessageDispatcherServlet.getWsdlDefinition(HttpServletRequest request)
          Determines the WsdlDefinition for a given request, or null if none is found.
 

Methods in org.springframework.ws.transport.http with parameters of type WsdlDefinition
 void WsdlDefinitionHttpHandler.setDefinition(WsdlDefinition definition)
           
 

Constructors in org.springframework.ws.transport.http with parameters of type WsdlDefinition
WsdlDefinitionHttpHandler(WsdlDefinition definition)
           
 

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

Subinterfaces of WsdlDefinition in org.springframework.ws.wsdl.wsdl11
 interface Wsdl11Definition
          Models a WSDL 1.1-specific WsdlDefinition.
 

Classes in org.springframework.ws.wsdl.wsdl11 that implement WsdlDefinition
 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.
 


Spring Web Services Framework

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