|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.ws.wsdl.wsdl11.SimpleWsdl11Definition
public class SimpleWsdl11Definition
The default Wsdl11Definition
implementation.
wsdl
property, or directly in the constructor
.
Constructor Summary | |
---|---|
SimpleWsdl11Definition()
Create a new instance of the SimpleWsdl11Definition class. |
|
SimpleWsdl11Definition(Resource wsdlResource)
Create a new instance of the SimpleWsdl11Definition class with the specified resource. |
Method Summary | |
---|---|
void |
afterPropertiesSet()
|
Source |
getSource()
Returns the Source of the definition. |
void |
setWsdl(Resource wsdlResource)
Set the WSDL resource to be exposed by calls to this instances' getSource() method. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SimpleWsdl11Definition()
SimpleWsdl11Definition
class.
A subsequent call to the setWsdl(Resource)
method is required.
public SimpleWsdl11Definition(Resource wsdlResource)
SimpleWsdl11Definition
class with the specified resource.
wsdlResource
- the WSDL resource; must not be null
IllegalArgumentException
- if the supplied wsdlResource
is null
Method Detail |
---|
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface InitializingBean
Exception
public Source getSource()
WsdlDefinition
Source
of the definition.
getSource
in interface WsdlDefinition
Source
of this WSDL definitionpublic void setWsdl(Resource wsdlResource)
getSource()
method.
wsdlResource
- the WSDL resourcepublic String toString()
toString
in class Object
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |