|
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.DynamicWsdl11Definition
DefaultWsdl11Definition
and the org.springframework.ws.wsdl.wsdl11.provider
package
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()
Deprecated. |
Method Summary | |
---|---|
void |
afterPropertiesSet()
Deprecated. |
Source |
getSource()
Deprecated. Returns the Source of the definition. |
void |
setBuildAbstractPart(boolean buildAbstractPart)
Deprecated. Indicates whether the built definition should contain an abstract part. |
void |
setBuildConcretePart(boolean buildConcretePart)
Deprecated. Indicates whether the built definition should contain an concrete part. |
void |
setBuilder(Wsdl11DefinitionBuilder builder)
Deprecated. |
String |
toString()
Deprecated. |
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 InitializingBean
Exception
public Source getSource()
WsdlDefinition
Source
of the definition.
getSource
in interface WsdlDefinition
Source
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 |