public class Wsdl4jDefinition extends Object implements Wsdl11Definition
Wsdl11Definition
based on WSDL4J. A Definition
can be given as
as constructor argument, or set using a property.Wsdl4jDefinition(javax.wsdl.Definition)
,
setDefinition(javax.wsdl.Definition)
Constructor and Description |
---|
Wsdl4jDefinition()
Constructs a new, empty
Wsdl4jDefinition . |
Wsdl4jDefinition(javax.wsdl.Definition definition)
Constructs a new
Wsdl4jDefinition based on the given Definition . |
Modifier and Type | Method and Description |
---|---|
javax.wsdl.Definition |
getDefinition()
Returns the WSDL4J
Definition . |
Source |
getSource()
Returns the
Source of the definition. |
void |
setDefinition(javax.wsdl.Definition definition)
Set the WSDL4J
Definition . |
String |
toString() |
public Wsdl4jDefinition()
Wsdl4jDefinition
.setDefinition(javax.wsdl.Definition)
public Wsdl4jDefinition(javax.wsdl.Definition definition)
Wsdl4jDefinition
based on the given Definition
.definition
- the WSDL4J definitionpublic javax.wsdl.Definition getDefinition()
Definition
.public void setDefinition(javax.wsdl.Definition definition)
Definition
.public Source getSource()
WsdlDefinition
Source
of the definition.getSource
in interface WsdlDefinition
Source
of this WSDL definitionCopyright © 2020 Pivotal Software. All rights reserved.