|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tuscany.sca.interfacedef.wsdl.impl.WSDLFactoryImpl
public abstract class WSDLFactoryImpl
A factory for the WSDL model.
| Constructor Summary | |
|---|---|
WSDLFactoryImpl(ModelFactoryExtensionPoint modelFactories)
|
|
| Method Summary | |
|---|---|
WSDLDefinition |
createWSDLDefinition()
Creates a new WSDL definition. |
WSDLInterface |
createWSDLInterface()
Creates a new WSDL interface. |
WSDLInterface |
createWSDLInterface(PortType portType,
WSDLDefinition wsdlDefinition,
ModelResolver resolver)
Creates a new WSDL interface from a WSDL portType. |
void |
createWSDLInterface(WSDLInterface wsdlInterface,
PortType portType,
WSDLDefinition wsdlDefinition,
ModelResolver resolver)
Creates the contents of a WSDL interface from a WSDL portType. |
WSDLInterfaceContract |
createWSDLInterfaceContract()
Creates a new WSDL interface contract. |
WSDLInterfaceIntrospectorImpl |
getWSDLInterfaceIntrospector()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSDLFactoryImpl(ModelFactoryExtensionPoint modelFactories)
| Method Detail |
|---|
public WSDLInterface createWSDLInterface()
WSDLFactory
createWSDLInterface in interface WSDLFactory
public WSDLInterface createWSDLInterface(PortType portType,
WSDLDefinition wsdlDefinition,
ModelResolver resolver)
throws InvalidInterfaceException
WSDLFactory
createWSDLInterface in interface WSDLFactoryportType - the portType to inspect
InvalidInterfaceException
public void createWSDLInterface(WSDLInterface wsdlInterface,
PortType portType,
WSDLDefinition wsdlDefinition,
ModelResolver resolver)
throws InvalidInterfaceException
WSDLFactory
createWSDLInterface in interface WSDLFactoryportType - the portType to inspect
InvalidInterfaceExceptionpublic WSDLDefinition createWSDLDefinition()
WSDLFactory
createWSDLDefinition in interface WSDLFactorypublic WSDLInterfaceContract createWSDLInterfaceContract()
WSDLFactory
createWSDLInterfaceContract in interface WSDLFactorypublic WSDLInterfaceIntrospectorImpl getWSDLInterfaceIntrospector()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||