Spring Web Services Framework

org.springframework.ws.wsdl.wsdl11
Class Wsdl4jDefinition

java.lang.Object
  extended by org.springframework.ws.wsdl.wsdl11.Wsdl4jDefinition
All Implemented Interfaces:
Wsdl11Definition, WsdlDefinition
Direct Known Subclasses:
ProviderBasedWsdl4jDefinition

public class Wsdl4jDefinition
extends Object
implements Wsdl11Definition

Implementation of the Wsdl11Definition based on WSDL4J. A Definition can be given as as constructor argument, or set using a property.

Since:
1.0.0
Author:
Arjen Poutsma
See Also:
Wsdl4jDefinition(javax.wsdl.Definition), setDefinition(javax.wsdl.Definition)

Constructor Summary
Wsdl4jDefinition()
          Constructs a new, empty Wsdl4jDefinition.
Wsdl4jDefinition(Definition definition)
          Constructs a new Wsdl4jDefinition based on the given Definition.
 
Method Summary
 Definition getDefinition()
          Returns the WSDL4J Definition.
 Source getSource()
          Returns the Source of the definition.
 void setDefinition(Definition definition)
          Set the WSDL4J Definition.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Wsdl4jDefinition

public Wsdl4jDefinition()
Constructs a new, empty Wsdl4jDefinition.

See Also:
setDefinition(javax.wsdl.Definition)

Wsdl4jDefinition

public Wsdl4jDefinition(Definition definition)
Constructs a new Wsdl4jDefinition based on the given Definition.

Parameters:
definition - the WSDL4J definition
Method Detail

getDefinition

public Definition getDefinition()
Returns the WSDL4J Definition.


setDefinition

public void setDefinition(Definition definition)
Set the WSDL4J Definition.


getSource

public Source getSource()
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()
Overrides:
toString in class Object

Spring Web Services Framework

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