|
Spring Web Services Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.ws.wsdl.wsdl11.DynamicWsdl11Definition
public class DynamicWsdl11Definition
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.
setBuilder(Wsdl11DefinitionBuilder),
setBuildAbstractPart(boolean),
setBuildConcretePart(boolean)| Constructor Summary | |
|---|---|
DynamicWsdl11Definition()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
Source |
getSource()
Returns the Source of the definition. |
void |
setBuildAbstractPart(boolean buildAbstractPart)
Indicates whether the built definition should contain an abstract part. |
void |
setBuildConcretePart(boolean buildConcretePart)
Indicates whether the built definition should contain an concrete part. |
void |
setBuilder(Wsdl11DefinitionBuilder builder)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DynamicWsdl11Definition()
| Method Detail |
|---|
public void setBuilder(Wsdl11DefinitionBuilder builder)
public void setBuildAbstractPart(boolean buildAbstractPart)
true (the default)
the definition will contain types, messages, and portTypes; if false, it will not.
public void setBuildConcretePart(boolean buildConcretePart)
true (the default)
the definition will contain bindings, and services; if false, it will not.
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface InitializingBeanExceptionpublic Source getSource()
WsdlDefinitionSource of the definition.
getSource in interface WsdlDefinitionSource of this WSDL definitionpublic 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 | |||||||||