|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
DefaultWsdl11Definition
and the org.springframework.ws.wsdl.wsdl11.provider
package
public interface Wsdl11DefinitionBuilder
Defines the contract for classes that can create a Wsdl11Definition
at runtime.
DynamicWsdl11Definition
to generate the WSDL based on a schema, a class, etc.
Method Summary | |
---|---|
void |
buildBindings()
Deprecated. Adds bindings to the definition. |
void |
buildDefinition()
Deprecated. Builds a new, empty definition. |
void |
buildImports()
Deprecated. Adds imports to the definition. |
void |
buildMessages()
Deprecated. Adds messages to the definition. |
void |
buildPortTypes()
Deprecated. Adds portTypes to the definition. |
void |
buildServices()
Deprecated. Adds services to the definition. |
void |
buildTypes()
Deprecated. Adds types to the definition. |
Wsdl11Definition |
getDefinition()
Deprecated. Returns the built Wsdl11Definition . |
Method Detail |
---|
void buildDefinition() throws WsdlDefinitionException
WsdlDefinitionException
- in case of errorsvoid buildImports() throws WsdlDefinitionException
WsdlDefinitionException
- in case of errorsvoid buildTypes() throws WsdlDefinitionException
WsdlDefinitionException
- in case of errorsvoid buildMessages() throws WsdlDefinitionException
WsdlDefinitionException
- in case of errorsvoid buildPortTypes() throws WsdlDefinitionException
WsdlDefinitionException
- in case of errorsvoid buildBindings() throws WsdlDefinitionException
WsdlDefinitionException
- in case of errorsvoid buildServices() throws WsdlDefinitionException
WsdlDefinitionException
- in case of errorsWsdl11Definition getDefinition() throws WsdlDefinitionException
Wsdl11Definition
.
null
if buildDefinition()
has not been called
WsdlDefinitionException
- in case of errors
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |