|
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.builder.AbstractWsdl4jDefinitionBuilder
DefaultWsdl11Definition
and the org.springframework.ws.wsdl.wsdl11.provider
package
public abstract class AbstractWsdl4jDefinitionBuilder
Abstract base class for Wsdl11DefinitionBuilder
implementations that use WSDL4J. Creates a base Definition
, and passes that to subclass template methods.
Field Summary | |
---|---|
protected Log |
logger
Deprecated. Logger available to subclasses. |
Constructor Summary | |
---|---|
AbstractWsdl4jDefinitionBuilder()
Deprecated. |
Method Summary | |
---|---|
void |
buildBindings()
Deprecated. Adds bindings to the definition. |
protected abstract void |
buildBindings(Definition definition)
Deprecated. Adds bindings to the definition. |
void |
buildDefinition()
Deprecated. Builds a new, empty definition. |
void |
buildImports()
Deprecated. Adds imports to the definition. |
protected abstract void |
buildImports(Definition definition)
Deprecated. Adds imports to the definition. |
void |
buildMessages()
Deprecated. Adds messages to the definition. |
protected abstract void |
buildMessages(Definition definition)
Deprecated. Adds messages to the definition. |
void |
buildPortTypes()
Deprecated. Adds portTypes to the definition. |
protected abstract void |
buildPortTypes(Definition definition)
Deprecated. Adds port types to the definition. |
void |
buildServices()
Deprecated. Adds services to the definition. |
protected abstract void |
buildServices(Definition definition)
Deprecated. Adds services to the definition. |
void |
buildTypes()
Deprecated. Adds types to the definition. |
protected abstract void |
buildTypes(Definition definition)
Deprecated. Adds types to the definition. |
protected ExtensibilityElement |
createExtension(Class parentType,
QName elementType)
Deprecated. Creates a WSDL4J extensibility element. |
Wsdl11Definition |
getDefinition()
Deprecated. Returns the built Wsdl11Definition . |
protected void |
populateDefinition(Definition definition)
Deprecated. Called after the Definition has been created, but before any sub-elements are added. |
protected void |
populateExtensionRegistry(ExtensionRegistry extensionRegistry)
Deprecated. Allows customization of the given ExtensionRegistry . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final Log logger
Constructor Detail |
---|
public AbstractWsdl4jDefinitionBuilder()
Method Detail |
---|
public final void buildDefinition() throws WsdlDefinitionException
Wsdl11DefinitionBuilder
buildDefinition
in interface Wsdl11DefinitionBuilder
WsdlDefinitionException
- in case of errorsprotected void populateDefinition(Definition definition) throws WSDLException
Definition
has been created, but before any sub-elements are added. Default
implementation is empty.
definition
- the WSDL4J Definition
WSDLException
- in case of errorsbuildDefinition()
public final void buildImports() throws WsdlDefinitionException
Wsdl11DefinitionBuilder
buildImports
in interface Wsdl11DefinitionBuilder
WsdlDefinitionException
- in case of errorsprotected abstract void buildImports(Definition definition) throws WSDLException
definition
- the WSDL4J Definition
WSDLException
- in case of errorspublic final void buildTypes() throws WsdlDefinitionException
Wsdl11DefinitionBuilder
buildTypes
in interface Wsdl11DefinitionBuilder
WsdlDefinitionException
- in case of errorsprotected abstract void buildTypes(Definition definition) throws WSDLException
definition
- the WSDL4J Definition
WSDLException
- in case of errorspublic final void buildMessages() throws WsdlDefinitionException
Wsdl11DefinitionBuilder
buildMessages
in interface Wsdl11DefinitionBuilder
WsdlDefinitionException
- in case of errorsprotected abstract void buildMessages(Definition definition) throws WSDLException
definition
- the WSDL4J Definition
WSDLException
- in case of errorspublic final void buildPortTypes() throws WsdlDefinitionException
Wsdl11DefinitionBuilder
buildPortTypes
in interface Wsdl11DefinitionBuilder
WsdlDefinitionException
- in case of errorsprotected abstract void buildPortTypes(Definition definition) throws WSDLException
definition
- the WSDL4J Definition
WSDLException
- in case of errorspublic final void buildBindings() throws WsdlDefinitionException
Wsdl11DefinitionBuilder
buildBindings
in interface Wsdl11DefinitionBuilder
WsdlDefinitionException
- in case of errorsprotected abstract void buildBindings(Definition definition) throws WSDLException
definition
- the WSDL4J Definition
WSDLException
- in case of errorspublic final void buildServices() throws WsdlDefinitionException
Wsdl11DefinitionBuilder
buildServices
in interface Wsdl11DefinitionBuilder
WsdlDefinitionException
- in case of errorsprotected abstract void buildServices(Definition definition) throws WSDLException
definition
- the WSDL4J Definition
WSDLException
- in case of errorspublic final Wsdl11Definition getDefinition() throws WsdlDefinitionException
Wsdl11DefinitionBuilder
Wsdl11Definition
.
getDefinition
in interface Wsdl11DefinitionBuilder
null
if Wsdl11DefinitionBuilder.buildDefinition()
has not been called
WsdlDefinitionException
- in case of errorsprotected ExtensibilityElement createExtension(Class parentType, QName elementType) throws WSDLException
parentType
- a class object indicating where in the WSDL definition this extension will existelementType
- the qname of the extensibility element
WSDLException
- in case of errorsExtensionRegistry.createExtension(Class,javax.xml.namespace.QName)
protected void populateExtensionRegistry(ExtensionRegistry extensionRegistry)
ExtensionRegistry
. Default implementation is empty.
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |