org.apache.axis2.description
Class AxisDescWSDLComponentFactory

java.lang.Object
  extended byorg.apache.axis2.description.AxisDescWSDLComponentFactory
All Implemented Interfaces:
WSDLComponentFactory

public class AxisDescWSDLComponentFactory
extends java.lang.Object
implements WSDLComponentFactory


Constructor Summary
AxisDescWSDLComponentFactory()
           
 
Method Summary
 org.apache.wsdl.WSDLBinding createBinding()
           
 org.apache.wsdl.WSDLBindingFault createBindingFault()
           
 org.apache.wsdl.WSDLDescription createDescription()
           
 org.apache.wsdl.WSDLEndpoint createEndpoint()
           
 org.apache.wsdl.extensions.ExtensionFactory createExtensionFactory()
           
 org.apache.wsdl.WSDLFaultReference createFaultReference()
           
 org.apache.wsdl.WSDLFeature createFeature()
           
 org.apache.wsdl.WSDLImport createImport()
           
 org.apache.wsdl.WSDLInclude createInclude()
           
 org.apache.wsdl.WSDLInterface createInterface()
           
 org.apache.wsdl.MessageReference createMessageReference()
           
 org.apache.wsdl.WSDLOperation createOperation()
           
 org.apache.wsdl.WSDLProperty createProperty()
          Method createProperty
 org.apache.wsdl.WSDLService createService()
           
 org.apache.wsdl.WSDLTypes createTypes()
           
 org.apache.wsdl.WSDLBindingMessageReference createWSDLBindingMessageReference()
           
 org.apache.wsdl.WSDLBindingOperation createWSDLBindingOperation()
           
 org.apache.wsdl.WSDLExtensibilityAttribute createWSDLExtensibilityAttribute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisDescWSDLComponentFactory

public AxisDescWSDLComponentFactory()
Method Detail

createDescription

public org.apache.wsdl.WSDLDescription createDescription()
Specified by:
createDescription in interface WSDLComponentFactory
Returns:
A new instance of type WSDLDescription

createService

public org.apache.wsdl.WSDLService createService()
Specified by:
createService in interface WSDLComponentFactory
Returns:
A new instance of type WSDLService

createInterface

public org.apache.wsdl.WSDLInterface createInterface()
Specified by:
createInterface in interface WSDLComponentFactory
Returns:
A new instance of type WSDLInterface

createTypes

public org.apache.wsdl.WSDLTypes createTypes()
Specified by:
createTypes in interface WSDLComponentFactory
Returns:
A new instance of type WSDLTypes

createBinding

public org.apache.wsdl.WSDLBinding createBinding()
Specified by:
createBinding in interface WSDLComponentFactory
Returns:
A new instance of type WSDLBinding

createOperation

public org.apache.wsdl.WSDLOperation createOperation()
Specified by:
createOperation in interface WSDLComponentFactory
Returns:
A new instance of type WSDLOperation

createEndpoint

public org.apache.wsdl.WSDLEndpoint createEndpoint()
Specified by:
createEndpoint in interface WSDLComponentFactory
Returns:
A new instance of type WSDLEndpoint

createFeature

public org.apache.wsdl.WSDLFeature createFeature()
Specified by:
createFeature in interface WSDLComponentFactory
Returns:
A new instance of type WSDLFeature

createImport

public org.apache.wsdl.WSDLImport createImport()
Specified by:
createImport in interface WSDLComponentFactory
Returns:
A new instance of type WSDLImport

createInclude

public org.apache.wsdl.WSDLInclude createInclude()
Specified by:
createInclude in interface WSDLComponentFactory
Returns:
A new instance of type WSDLInclude

createProperty

public org.apache.wsdl.WSDLProperty createProperty()
Description copied from interface: WSDLComponentFactory
Method createProperty

Specified by:
createProperty in interface WSDLComponentFactory
Returns:
A new instance of WSDLProperty

createMessageReference

public org.apache.wsdl.MessageReference createMessageReference()
Specified by:
createMessageReference in interface WSDLComponentFactory
Returns:
A new instance of MessageReference

createWSDLBindingMessageReference

public org.apache.wsdl.WSDLBindingMessageReference createWSDLBindingMessageReference()
Specified by:
createWSDLBindingMessageReference in interface WSDLComponentFactory
Returns:
A new instance of WSDLBindingMessageReference

createWSDLBindingOperation

public org.apache.wsdl.WSDLBindingOperation createWSDLBindingOperation()
Specified by:
createWSDLBindingOperation in interface WSDLComponentFactory
Returns:
A new instance of WSDLBindingOperation

createWSDLExtensibilityAttribute

public org.apache.wsdl.WSDLExtensibilityAttribute createWSDLExtensibilityAttribute()
Specified by:
createWSDLExtensibilityAttribute in interface WSDLComponentFactory
Returns:
A new instance of WSDLExtensibilityAttribute

createExtensionFactory

public org.apache.wsdl.extensions.ExtensionFactory createExtensionFactory()
Specified by:
createExtensionFactory in interface WSDLComponentFactory
Returns:
A new Instance of ExtensionFactory that is capable of creating the correct ExtensibilityElement given a QName.

createFaultReference

public org.apache.wsdl.WSDLFaultReference createFaultReference()
Specified by:
createFaultReference in interface WSDLComponentFactory
Returns:
A new instance of type WSDLFault

createBindingFault

public org.apache.wsdl.WSDLBindingFault createBindingFault()
Specified by:
createBindingFault in interface WSDLComponentFactory
Returns:
A new instance of WSDLBindingFault