From 31d794be59cb2d1bf264df79f471b0c8d5f5a457 Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:40:26 +0000 Subject: Moving to site trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882841 13f79535-47bb-0310-9956-ffa450edef68 --- .../interfacedef/wsdl/impl/WSDLFactoryImpl.html | 408 +++++++++++++++++++++ 1 file changed, 408 insertions(+) create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/interfacedef/wsdl/impl/WSDLFactoryImpl.html (limited to 'site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/interfacedef/wsdl/impl/WSDLFactoryImpl.html') diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/interfacedef/wsdl/impl/WSDLFactoryImpl.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/interfacedef/wsdl/impl/WSDLFactoryImpl.html new file mode 100644 index 0000000000..a12ff8bcd5 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/interfacedef/wsdl/impl/WSDLFactoryImpl.html @@ -0,0 +1,408 @@ + + + + + + +WSDLFactoryImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.interfacedef.wsdl.impl +
+Class WSDLFactoryImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.interfacedef.wsdl.impl.WSDLFactoryImpl
+
+
+
All Implemented Interfaces:
WSDLFactory
+
+
+
Direct Known Subclasses:
DefaultWSDLFactory
+
+
+
+
public abstract class WSDLFactoryImpl
extends java.lang.Object
implements WSDLFactory
+ + +

+A factory for the WSDL model. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
WSDLFactoryImpl(ModelFactoryExtensionPoint modelFactories) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ WSDLDefinitioncreateWSDLDefinition() + +
+          Creates a new WSDL definition.
+ WSDLInterfacecreateWSDLInterface() + +
+          Creates a new WSDL interface.
+ WSDLInterfacecreateWSDLInterface(PortType portType, + WSDLDefinition wsdlDefinition, + ModelResolver resolver) + +
+          Creates a new WSDL interface from a WSDL portType.
+ voidcreateWSDLInterface(WSDLInterface wsdlInterface, + PortType portType, + WSDLDefinition wsdlDefinition, + ModelResolver resolver) + +
+          Creates the contents of a WSDL interface from a WSDL portType.
+ WSDLInterfaceContractcreateWSDLInterfaceContract() + +
+          Creates a new WSDL interface contract.
+ WSDLInterfaceIntrospectorImplgetWSDLInterfaceIntrospector() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WSDLFactoryImpl

+
+public WSDLFactoryImpl(ModelFactoryExtensionPoint modelFactories)
+
+
+ + + + + + + + +
+Method Detail
+ +

+createWSDLInterface

+
+public WSDLInterface createWSDLInterface()
+
+
Description copied from interface: WSDLFactory
+
Creates a new WSDL interface. +

+

+
Specified by:
createWSDLInterface in interface WSDLFactory
+
+
+ +
Returns:
a new WSDL interface
+
+
+
+ +

+createWSDLInterface

+
+public WSDLInterface createWSDLInterface(PortType portType,
+                                         WSDLDefinition wsdlDefinition,
+                                         ModelResolver resolver)
+                                  throws InvalidInterfaceException
+
+
Description copied from interface: WSDLFactory
+
Creates a new WSDL interface from a WSDL portType. +

+

+
Specified by:
createWSDLInterface in interface WSDLFactory
+
+
+
Parameters:
portType - the portType to inspect +
Returns:
a WSDLInterface corresponding to the WSDL portType +
Throws: +
InvalidInterfaceException
+
+
+
+ +

+createWSDLInterface

+
+public void createWSDLInterface(WSDLInterface wsdlInterface,
+                                PortType portType,
+                                WSDLDefinition wsdlDefinition,
+                                ModelResolver resolver)
+                         throws InvalidInterfaceException
+
+
Description copied from interface: WSDLFactory
+
Creates the contents of a WSDL interface from a WSDL portType. +

+

+
Specified by:
createWSDLInterface in interface WSDLFactory
+
+
+
portType - the portType to inspect +
Throws: +
InvalidInterfaceException
+
+
+
+ +

+createWSDLDefinition

+
+public WSDLDefinition createWSDLDefinition()
+
+
Description copied from interface: WSDLFactory
+
Creates a new WSDL definition. +

+

+
Specified by:
createWSDLDefinition in interface WSDLFactory
+
+
+ +
Returns:
a new WSDL definition
+
+
+
+ +

+createWSDLInterfaceContract

+
+public WSDLInterfaceContract createWSDLInterfaceContract()
+
+
Description copied from interface: WSDLFactory
+
Creates a new WSDL interface contract. +

+

+
Specified by:
createWSDLInterfaceContract in interface WSDLFactory
+
+
+ +
Returns:
+
+
+
+ +

+getWSDLInterfaceIntrospector

+
+public WSDLInterfaceIntrospectorImpl getWSDLInterfaceIntrospector()
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3