Author: jkaputin
Date: Thu Dec 13 08:46:24 2007
New Revision: 603950
URL: http://svn.apache.org/viewvc?rev=603950&view=rev
Log:
Merge r603925 from trunk into the woden47 branch.
Modified:
incubator/woden/branches/woden47/src/org/apache/woden/internal/wsdl20/DescriptionImpl.java
Modified:
incubator/woden/branches/woden47/src/org/apache/woden/internal/wsdl20/DescriptionImpl.java
URL:
http://svn.apache.org/viewvc/incubator/woden/branches/woden47/src/org/apache/woden/internal/wsdl20/DescriptionImpl.java?rev=603950&r1=603949&r2=603950&view=diff
==============================================================================
---
incubator/woden/branches/woden47/src/org/apache/woden/internal/wsdl20/DescriptionImpl.java
(original)
+++
incubator/woden/branches/woden47/src/org/apache/woden/internal/wsdl20/DescriptionImpl.java
Thu Dec 13 08:46:24 2007
@@ -535,6 +535,13 @@
//TODO consider moving the builder logic inside this class, maybe as
an inner class.
fComponentsInitialized = true;
new ComponentModelBuilder(this);
+
+ //Ensure the top-level components (Interface, Binding, Service) refer
to this object
+ //for their containing Description. The implementation of the
following 3 methods
+ //will initialize this reference.
+ getInterfaces();
+ getBindings();
+ getServices();
}
/* This package private method is called if something in the Element model
changes that necessitates
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]