| java.lang.Object org.springframework.ws.wsdl.wsdl11.DynamicWsdl11Definition
setBuildAbstractPart | public void setBuildAbstractPart(boolean buildAbstractPart)(Code) | | Indicates whether the built definition should contain an abstract part. If set to true (the default)
the definition will contain types, messages, and portTypes; if false , it will not.
|
setBuildConcretePart | public void setBuildConcretePart(boolean buildConcretePart)(Code) | | Indicates whether the built definition should contain an concrete part. If set to true (the default)
the definition will contain bindings, and services; if false , it will not.
|
|
|