|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WSDLFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
WSDLPackage
Field Summary | |
---|---|
static WSDLFactory |
eINSTANCE
The singleton instance of the factory |
Method Summary | |
---|---|
Binding |
createBinding()
Returns a new object of class 'Binding' |
BindingFault |
createBindingFault()
Returns a new object of class 'Binding Fault' |
BindingInput |
createBindingInput()
Returns a new object of class 'Binding Input' |
BindingOperation |
createBindingOperation()
Returns a new object of class 'Binding Operation' |
BindingOutput |
createBindingOutput()
Returns a new object of class 'Binding Output' |
Definition |
createDefinition()
Returns a new object of class 'Definition' |
ExtensibilityElement |
createExtensibilityElement()
Returns a new object of class 'Extensibility Element' |
Fault |
createFault()
Returns a new object of class 'Fault' |
Import |
createImport()
Returns a new object of class 'Import' |
Input |
createInput()
Returns a new object of class 'Input' |
Message |
createMessage()
Returns a new object of class 'Message' |
Namespace |
createNamespace()
Returns a new object of class 'Namespace' |
Operation |
createOperation()
Returns a new object of class 'Operation' |
Output |
createOutput()
Returns a new object of class 'Output' |
Part |
createPart()
Returns a new object of class 'Part' |
Port |
createPort()
Returns a new object of class 'Port' |
PortType |
createPortType()
Returns a new object of class 'Port Type' |
Service |
createService()
Returns a new object of class 'Service' |
Types |
createTypes()
Returns a new object of class 'Types' |
UnknownExtensibilityElement |
createUnknownExtensibilityElement()
Returns a new object of class 'Unknown Extensibility Element' |
XSDSchemaExtensibilityElement |
createXSDSchemaExtensibilityElement()
Returns a new object of class 'XSD Schema Extensibility Element' |
WSDLPackage |
getWSDLPackage()
Returns the package supported by this factory |
Field Detail |
---|
static final WSDLFactory eINSTANCE
Method Detail |
---|
PortType createPortType()
Operation createOperation()
Message createMessage()
Part createPart()
Binding createBinding()
BindingOperation createBindingOperation()
Service createService()
Port createPort()
ExtensibilityElement createExtensibilityElement()
Definition createDefinition()
Import createImport()
Input createInput()
Output createOutput()
Fault createFault()
BindingInput createBindingInput()
BindingOutput createBindingOutput()
BindingFault createBindingFault()
Namespace createNamespace()
Types createTypes()
UnknownExtensibilityElement createUnknownExtensibilityElement()
XSDSchemaExtensibilityElement createXSDSchemaExtensibilityElement()
WSDLPackage getWSDLPackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |