Spring Web Services Framework

org.springframework.ws.wsdl
Interface WsdlDefinition

All Known Subinterfaces:
Wsdl11Definition
All Known Implementing Classes:
DynamicWsdl11Definition, SimpleWsdl11Definition, Wsdl4jDefinition

public interface WsdlDefinition

Represents an abstraction for WSDL definitions.

Since:
1.0.0
Author:
Arjen Poutsma

Method Summary
 Source getSource()
          Returns the Source of the definition.
 

Method Detail

getSource

Source getSource()
Returns the Source of the definition.

Returns:
the Source of this WSDL definition

Spring Web Services Framework

Copyright � 2005-2008 The Spring Web Services Framework. All Rights Reserved.