| java.lang.Object org.springframework.ws.wsdl.wsdl11.Wsdl4jDefinition
Constructor Summary | |
public | Wsdl4jDefinition() Constructs a new, empty Wsdl4jDefinition . | public | Wsdl4jDefinition(Definition definition) Constructs a new Wsdl4jDefinition based on the given Definition . |
Wsdl4jDefinition | public Wsdl4jDefinition(Definition definition)(Code) | | Constructs a new Wsdl4jDefinition based on the given Definition .
Parameters: definition - the WSDL4J definition |
getDefinition | public Definition getDefinition()(Code) | | Returns the WSDL4J Definition .
|
setDefinition | public void setDefinition(Definition definition)(Code) | | Set the WSDL4J Definition .
|
|
|