Spring Web Services Framework

org.springframework.ws.wsdl.wsdl11
Class DynamicWsdl11Definition

java.lang.Object
  extended by org.springframework.ws.wsdl.wsdl11.DynamicWsdl11Definition
All Implemented Interfaces:
InitializingBean, Wsdl11Definition, WsdlDefinition

Deprecated. as of Spring Web Services 1.5: superseded by DefaultWsdl11Definition and the org.springframework.ws.wsdl.wsdl11.provider package

public class DynamicWsdl11Definition
extends Object
implements Wsdl11Definition, InitializingBean

Wsdl11Definition that creates a WSDL definition at runtime, using a Wsdl11DefinitionBuilder. Can be instructed to build abstract or concrete parts of the definition, by setting the buildAbstractPart and buildConcretePart properties.

Since:
1.0.0
Author:
Arjen Poutsma
See Also:
setBuilder(Wsdl11DefinitionBuilder), setBuildAbstractPart(boolean), setBuildConcretePart(boolean)

Constructor Summary
DynamicWsdl11Definition()
          Deprecated.  
 
Method Summary
 void afterPropertiesSet()
          Deprecated.  
 Source getSource()
          Deprecated. Returns the Source of the definition.
 void setBuildAbstractPart(boolean buildAbstractPart)
          Deprecated. Indicates whether the built definition should contain an abstract part.
 void setBuildConcretePart(boolean buildConcretePart)
          Deprecated. Indicates whether the built definition should contain an concrete part.
 void setBuilder(Wsdl11DefinitionBuilder builder)
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DynamicWsdl11Definition

public DynamicWsdl11Definition()
Deprecated. 
Method Detail

setBuilder

public void setBuilder(Wsdl11DefinitionBuilder builder)
Deprecated. 

setBuildAbstractPart

public void setBuildAbstractPart(boolean buildAbstractPart)
Deprecated. 
Indicates whether the built definition should contain an abstract part. If set to true (the default) the definition will contain types, messages, and portTypes; if false, it will not.


setBuildConcretePart

public void setBuildConcretePart(boolean buildConcretePart)
Deprecated. 
Indicates whether the built definition should contain an concrete part. If set to true (the default) the definition will contain bindings, and services; if false, it will not.


afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Deprecated. 
Specified by:
afterPropertiesSet in interface InitializingBean
Throws:
Exception

getSource

public Source getSource()
Deprecated. 
Description copied from interface: WsdlDefinition
Returns the Source of the definition.

Specified by:
getSource in interface WsdlDefinition
Returns:
the Source of this WSDL definition

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object

Spring Web Services Framework

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