You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by he...@apache.org on 2004/12/14 11:53:00 UTC

svn commit: r111806 - in webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache: axis/client axis/context axis/deployment axis/deployment/listener axis/deployment/metadata axis/deployment/metadata/phaserule axis/deployment/repository/utill axis/deployment/scheduler axis/description axis/engine axis/impl/context axis/impl/description axis/impl/engine axis/impl/handlers axis/impl/llom axis/impl/llom/builder axis/impl/llom/exception axis/impl/llom/factory axis/impl/llom/serialize axis/impl/llom/traverse axis/impl/llom/wrapper axis/impl/providers axis/impl/receivers axis/impl/transport axis/impl/transport/http axis/impl/transport/tcp axis/om axis/transport wsdl/wom wsdl/wom/impl

Author: hemapani
Date: Tue Dec 14 02:52:57 2004
New Revision: 111806

URL: http://svn.apache.org/viewcvs?view=rev&rev=111806
Log:
removing author tags
Added:
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/transport/
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/transport/AbstractTransportReceiver.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/transport/AbstractTrasnportSender.java
Removed:
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/AbstractTransportReceiver.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/AbstractTrasnportSender.java
Modified:
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/client/Call.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/context/GlobalContext.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/context/SessionContext.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/DeploymentConstants.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/DeploymentEngine.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/DeploymentException.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/DeploymentParser.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/listener/RepositoryListener.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/listener/RepositoryListenerImpl.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/ServerMetaData.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/phaserule/PhaseException.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/phaserule/PhaseHolder.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/phaserule/PhaseMetaData.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/phaserule/PhaseResolver.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/repository/utill/HDFileItem.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/repository/utill/UnZipJAR.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/repository/utill/WSInfo.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/repository/utill/WSInfoList.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/scheduler/DeploymentIterator.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/scheduler/ScheduleIterator.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/scheduler/Scheduler.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/scheduler/SchedulerTask.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/AxisGlobal.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/AxisModule.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/AxisOperation.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/AxisService.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/FlowInclude.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/HandlerMetaData.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/ParameterInclude.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/PhaseRule.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/AxisFault.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/Constants.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/EndpointReferance.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/ExecutionChain.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/Phase.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/Provider.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/Receiver.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/ReceiverLocator.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/ServiceLocator.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/TransportSender.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/TransportSenderLocator.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/context/SimpleSessionContext.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/FlowImpl.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/FlowIncludeImpl.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/ParameterImpl.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/ParameterIncludeImpl.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/SimpleAxisOperationImpl.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/SimpleAxisServiceImpl.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/engine/EngineRegistryImpl.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/handlers/AbstractHandler.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/handlers/OpNameFinder.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMAttributeImpl.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMDocument.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMElementImpl.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMNamedNodeImpl.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMNamespaceImpl.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMNavigator.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMNodeImpl.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMTextImpl.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPBodyImpl.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPEnvelopeImpl.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPFaultImpl.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPHeaderBlockImpl.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPHeaderImpl.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/builder/ObjectToOMBuilder.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/builder/StAXBuilder.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/builder/StAXOMBuilder.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/builder/StAXSOAPModelBuilder.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/exception/OMBuilderException.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/exception/OMSerializerException.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/exception/OMStreamingException.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/exception/XMLStreamException.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/factory/OMLinkedListImplFactory.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/factory/OMXMLBuilderFactory.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/serialize/SimpleOMSerializer.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/serialize/XMLSerilazer.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/traverse/OMChildrenIterator.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/traverse/OMChildrenQNameIterator.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/wrapper/OMStAXWrapper.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/providers/AbstractProvider.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/providers/RawXMLProvider.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/providers/SimpleJavaProvider.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/receivers/INReceiver.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/receivers/InOutAsyncReceiver.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/receivers/InOutSyncReceiver.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/http/HTTPConstants.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/http/HTTPTrasnportSender.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/http/SimpleHTTPReceiver.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/tcp/TCPTransportReceiver.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/tcp/TCPTrasnportSender.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/FactoryFinder.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMAttribute.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMConstants.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMElement.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMException.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMFactory.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMFactoryException.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMNamedNode.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMNamespace.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMNode.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMText.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMXMLParserWrapper.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OutObject.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/StreamingWrapper.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/Component.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/ExtensibleComponent.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/MessageReference.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/ComponentImpl.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/ExtensibleComponentImpl.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/FaultReferenceImpl.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/MessageReferenceImpl.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WDSLPropertyImpl.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLBindingImpl.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLDefinitionsImpl.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLEndpointImpl.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLFaultImpl.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLFeatureImpl.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLInterfaceImpl.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLOperationImpl.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLProcessingException.java
   webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLServiceImpl.java

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/client/Call.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/client/Call.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/client/Call.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/client/Call.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/client/Call.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/client/Call.java	Tue Dec 14 02:52:57 2004
@@ -44,8 +44,6 @@
  * This is conveneice API for the User who do not need to see the complexity of the
  * Engine.
  * //TODO this a a MOCK call things are subjected to be decided
- *
- * @author Srinath Perera (hemapani@opensource.lk)
  */
 public class Call {
     private EngineRegistry registry;

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/context/GlobalContext.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/context/GlobalContext.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/context/GlobalContext.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/context/GlobalContext.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/context/GlobalContext.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/context/GlobalContext.java	Tue Dec 14 02:52:57 2004
@@ -22,8 +22,6 @@
 /**
  * All the engine componets are stateless accross the executions and all the states should be kept in the
  * Contexts, there are three context Global, Session and Message
- *
- * @author Srinath Perera(hemapani@opensource.lk)
  */
 public class GlobalContext {
     private EngineRegistry registry;

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/context/SessionContext.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/context/SessionContext.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/context/SessionContext.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/context/SessionContext.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/context/SessionContext.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/context/SessionContext.java	Tue Dec 14 02:52:57 2004
@@ -18,8 +18,6 @@
 /**
  * All the engine componets are stateless accross the executions and all the states should be kept in the
  * Contexts, there are three context Global, Session and Message
- *
- * @author Srinath Perera(hemapani@opensource.lk)
  */
 public interface SessionContext {
     public Object get(Object key);

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/DeploymentConstants.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/DeploymentConstants.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/DeploymentConstants.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/DeploymentConstants.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/DeploymentConstants.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/DeploymentConstants.java	Tue Dec 14 02:52:57 2004
@@ -14,11 +14,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
- * @author Deepal Jayasinghe
- *         Oct 18, 2004
- *         12:54:57 PM
- *
  */
 
 /**

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/DeploymentEngine.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/DeploymentEngine.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/DeploymentEngine.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/DeploymentEngine.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/DeploymentEngine.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/DeploymentEngine.java	Tue Dec 14 02:52:57 2004
@@ -44,10 +44,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
- * @author Deepal Jayasinghe
- *         Oct 13, 2004
- *         12:33:17 PM
  */
 public class DeploymentEngine implements DeploymentConstants {
     private Log log = LogFactory.getLog(getClass());

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/DeploymentException.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/DeploymentException.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/DeploymentException.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/DeploymentException.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/DeploymentException.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/DeploymentException.java	Tue Dec 14 02:52:57 2004
@@ -15,9 +15,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  *
- * @author Deepal Jayasinghe
- *         Oct 5, 2004
- *         2:51:57 PM
  */
 public class DeploymentException extends Exception {
     public DeploymentException(Throwable cause) {

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/DeploymentParser.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/DeploymentParser.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/DeploymentParser.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/DeploymentParser.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/DeploymentParser.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/DeploymentParser.java	Tue Dec 14 02:52:57 2004
@@ -1,21 +1,26 @@
 package org.apache.axis.deployment;
 
-import org.apache.axis.deployment.metadata.ServerMetaData;
-import org.apache.axis.deployment.metadata.phaserule.PhaseException;
-import org.apache.axis.deployment.metadata.phaserule.PhaseMetaData;
-import org.apache.axis.description.*;
-import org.apache.axis.impl.description.FlowImpl;
-import org.apache.axis.impl.description.ParameterImpl;
-import org.apache.axis.impl.description.SimpleAxisOperationImpl;
-import org.apache.axis.impl.providers.SimpleJavaProvider;
-import org.apache.axis.engine.AxisFault;
+import java.io.InputStream;
 
 import javax.xml.namespace.QName;
 import javax.xml.stream.XMLInputFactory;
 import javax.xml.stream.XMLStreamConstants;
 import javax.xml.stream.XMLStreamException;
 import javax.xml.stream.XMLStreamReader;
-import java.io.InputStream;
+
+import org.apache.axis.deployment.metadata.ServerMetaData;
+import org.apache.axis.deployment.metadata.phaserule.PhaseException;
+import org.apache.axis.description.AxisModule;
+import org.apache.axis.description.AxisOperation;
+import org.apache.axis.description.AxisService;
+import org.apache.axis.description.Flow;
+import org.apache.axis.description.HandlerMetaData;
+import org.apache.axis.description.Parameter;
+import org.apache.axis.engine.AxisFault;
+import org.apache.axis.impl.description.FlowImpl;
+import org.apache.axis.impl.description.ParameterImpl;
+import org.apache.axis.impl.description.SimpleAxisOperationImpl;
+import org.apache.axis.impl.providers.SimpleJavaProvider;
 
 
 /**
@@ -32,11 +37,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
- * @author Deepal Jayasinghe
- *         Oct 19, 2004
- *         11:41:32 AM
- *
  */
 
 

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/listener/RepositoryListener.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/listener/RepositoryListener.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/listener/RepositoryListener.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/listener/RepositoryListener.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/listener/RepositoryListener.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/listener/RepositoryListener.java	Tue Dec 14 02:52:57 2004
@@ -14,11 +14,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
- * @author Deepal Jayasinghe
- *         Oct 18, 2004
- *         12:00:34 PM
- *
  */
 
 /**

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/listener/RepositoryListenerImpl.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/listener/RepositoryListenerImpl.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/listener/RepositoryListenerImpl.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/listener/RepositoryListenerImpl.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/listener/RepositoryListenerImpl.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/listener/RepositoryListenerImpl.java	Tue Dec 14 02:52:57 2004
@@ -21,10 +21,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
- * @author Deepal Jayasinghe
- *         Oct 18, 2004
- *         12:16:19 PM
  */
 public class RepositoryListenerImpl implements RepositoryListener, DeploymentConstants {
 

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/ServerMetaData.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/ServerMetaData.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/ServerMetaData.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/ServerMetaData.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/ServerMetaData.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/ServerMetaData.java	Tue Dec 14 02:52:57 2004
@@ -21,10 +21,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
- * @author Deepal Jayasinghe
- *         Oct 18, 2004
- *         4:18:09 PM
  */
 public class ServerMetaData {
 

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/phaserule/PhaseException.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/phaserule/PhaseException.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/phaserule/PhaseException.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/phaserule/PhaseException.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/phaserule/PhaseException.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/phaserule/PhaseException.java	Tue Dec 14 02:52:57 2004
@@ -14,10 +14,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
- * @author Deepal Jayasinghe
- *         Nov 8, 2004
- *         2:08:38 PM
  */
 public class PhaseException extends Exception {
     public PhaseException() {

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/phaserule/PhaseHolder.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/phaserule/PhaseHolder.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/phaserule/PhaseHolder.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/phaserule/PhaseHolder.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/phaserule/PhaseHolder.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/phaserule/PhaseHolder.java	Tue Dec 14 02:52:57 2004
@@ -25,11 +25,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
- * @author Deepal Jayasinghe
- *         Nov 8, 2004
- *         2:21:17 PM
- *
  */
 
 

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/phaserule/PhaseMetaData.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/phaserule/PhaseMetaData.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/phaserule/PhaseMetaData.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/phaserule/PhaseMetaData.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/phaserule/PhaseMetaData.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/phaserule/PhaseMetaData.java	Tue Dec 14 02:52:57 2004
@@ -18,10 +18,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
- * @author Deepal Jayasinghe
- *         Nov 8, 2004
- *         1:57:15 PM
  */
 public class PhaseMetaData {
 

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/phaserule/PhaseResolver.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/phaserule/PhaseResolver.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/phaserule/PhaseResolver.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/phaserule/PhaseResolver.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/phaserule/PhaseResolver.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/metadata/phaserule/PhaseResolver.java	Tue Dec 14 02:52:57 2004
@@ -26,10 +26,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
- * @author Deepal Jayasinghe
- *         Dec 10, 2004
- *         5:27:11 PM
  */
 public class PhaseResolver {
 

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/repository/utill/HDFileItem.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/repository/utill/HDFileItem.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/repository/utill/HDFileItem.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/repository/utill/HDFileItem.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/repository/utill/HDFileItem.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/repository/utill/HDFileItem.java	Tue Dec 14 02:52:57 2004
@@ -16,11 +16,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
- * @author Deepal Jayasinghe
- *         Oct 18, 2004
- *         2:54:07 PM
- *
  */
 
 /**

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/repository/utill/UnZipJAR.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/repository/utill/UnZipJAR.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/repository/utill/UnZipJAR.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/repository/utill/UnZipJAR.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/repository/utill/UnZipJAR.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/repository/utill/UnZipJAR.java	Tue Dec 14 02:52:57 2004
@@ -14,11 +14,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
- * @author Deepal Jayasinghe
- *         Oct 5, 2004
- *         2:54:57 PM
- *
  */
 
 import java.io.FileInputStream;

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/repository/utill/WSInfo.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/repository/utill/WSInfo.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/repository/utill/WSInfo.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/repository/utill/WSInfo.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/repository/utill/WSInfo.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/repository/utill/WSInfo.java	Tue Dec 14 02:52:57 2004
@@ -15,10 +15,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
- * @author Deepal Jayasinghe
- *         Oct 13, 2004
- *         12:06:31 PM
  */
 public class WSInfo {
 

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/repository/utill/WSInfoList.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/repository/utill/WSInfoList.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/repository/utill/WSInfoList.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/repository/utill/WSInfoList.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/repository/utill/WSInfoList.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/repository/utill/WSInfoList.java	Tue Dec 14 02:52:57 2004
@@ -21,10 +21,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
- * @author Deepal Jayasinghe
- *         Oct 13, 2004
- *         12:13:11 PM
  */
 public class WSInfoList implements DeploymentConstants {
     /**

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/scheduler/DeploymentIterator.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/scheduler/DeploymentIterator.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/scheduler/DeploymentIterator.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/scheduler/DeploymentIterator.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/scheduler/DeploymentIterator.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/scheduler/DeploymentIterator.java	Tue Dec 14 02:52:57 2004
@@ -17,10 +17,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
- * @author Deepal Jayasinghe
- *         Oct 5, 2004
- *         9:36:14 AM
  */
 public class DeploymentIterator implements ScheduleIterator {
     private Calendar calendar = Calendar.getInstance();

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/scheduler/ScheduleIterator.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/scheduler/ScheduleIterator.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/scheduler/ScheduleIterator.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/scheduler/ScheduleIterator.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/scheduler/ScheduleIterator.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/scheduler/ScheduleIterator.java	Tue Dec 14 02:52:57 2004
@@ -16,10 +16,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
- * @author Deepal Jayasinghe
- *         Oct 5, 2004
- *         9:33:31 AM
  */
 public interface ScheduleIterator {
 

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/scheduler/Scheduler.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/scheduler/Scheduler.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/scheduler/Scheduler.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/scheduler/Scheduler.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/scheduler/Scheduler.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/scheduler/Scheduler.java	Tue Dec 14 02:52:57 2004
@@ -18,10 +18,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
- * @author Deepal Jayasinghe
- *         Oct 5, 2004
- *         9:48:42 AM
  */
 public class Scheduler {
 

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/scheduler/SchedulerTask.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/scheduler/SchedulerTask.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/scheduler/SchedulerTask.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/scheduler/SchedulerTask.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/scheduler/SchedulerTask.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/scheduler/SchedulerTask.java	Tue Dec 14 02:52:57 2004
@@ -21,10 +21,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
- * @author Deepal Jayasinghe
- *         Oct 5, 2004
- *         9:55:11 AM
  */
 public class SchedulerTask implements Runnable, DeploymentConstants {
     final Object lock = new Object();

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/AxisGlobal.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/AxisGlobal.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/AxisGlobal.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/AxisGlobal.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/AxisGlobal.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/AxisGlobal.java	Tue Dec 14 02:52:57 2004
@@ -17,9 +17,6 @@
 
 import org.apache.axis.impl.description.ParameterIncludeImpl;
 
-/**
- * @author Srinath Perera(hemapani@opensource.lk)
- */
 public class AxisGlobal implements ParameterInclude {
     protected ParameterInclude paramInclude;
     

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/AxisModule.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/AxisModule.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/AxisModule.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/AxisModule.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/AxisModule.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/AxisModule.java	Tue Dec 14 02:52:57 2004
@@ -20,10 +20,6 @@
 import org.apache.axis.impl.description.FlowIncludeImpl;
 import org.apache.axis.impl.description.ParameterIncludeImpl;
 
-/**
- * @author chathura@opensource.lk
- *
- */
 public class AxisModule implements FlowInclude,ParameterInclude{
     private QName name;
     

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/AxisOperation.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/AxisOperation.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/AxisOperation.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/AxisOperation.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/AxisOperation.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/AxisOperation.java	Tue Dec 14 02:52:57 2004
@@ -17,10 +17,6 @@
 
 import org.apache.wsdl.wom.WSDLOperation;
 
-/**
- * @author chathura@opensource.lk
- *
- */
 public interface AxisOperation extends WSDLOperation,ParameterInclude  {
 //    public Flow getInFlow();
 //    

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/AxisService.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/AxisService.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/AxisService.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/AxisService.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/AxisService.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/AxisService.java	Tue Dec 14 02:52:57 2004
@@ -24,10 +24,6 @@
 import org.apache.axis.engine.Provider;
 import org.apache.wsdl.wom.WSDLService;
 
-/**
- * @author chathura@opensource.lk
- *
- */
 public interface AxisService extends WSDLService,ParameterInclude,FlowInclude {
     //modules
     public void addModule(QName moduleref);

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/FlowInclude.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/FlowInclude.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/FlowInclude.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/FlowInclude.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/FlowInclude.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/FlowInclude.java	Tue Dec 14 02:52:57 2004
@@ -15,10 +15,6 @@
  */
 package org.apache.axis.description;
 
-
-/**
- * @author Srinath Perera(hemapani@opensource.lk)
- */
 public interface FlowInclude {
     //Flow include
     public Flow getInFlow();

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/HandlerMetaData.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/HandlerMetaData.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/HandlerMetaData.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/HandlerMetaData.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/HandlerMetaData.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/HandlerMetaData.java	Tue Dec 14 02:52:57 2004
@@ -20,9 +20,6 @@
 import org.apache.axis.engine.Handler;
 import org.apache.axis.impl.description.ParameterIncludeImpl;
 
-/**
- * @author Srinath Perera(hemapani@opensource.lk)
- */
 public class HandlerMetaData implements ParameterInclude{
     private  ParameterInclude parameterInclude;
     private QName name;

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/ParameterInclude.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/ParameterInclude.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/ParameterInclude.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/ParameterInclude.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/ParameterInclude.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/ParameterInclude.java	Tue Dec 14 02:52:57 2004
@@ -16,9 +16,6 @@
 package org.apache.axis.description;
 
 
-/**
- * @author Srinath Perera(hemapani@opensource.lk)
- */
 public interface ParameterInclude {
     //parameters
     public void addParameter(Parameter param);

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/PhaseRule.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/PhaseRule.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/PhaseRule.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/PhaseRule.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/PhaseRule.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/description/PhaseRule.java	Tue Dec 14 02:52:57 2004
@@ -15,9 +15,6 @@
 */
 package org.apache.axis.description;
 
-/**
- * @author Deepal Jayasinghe
- */
 public class PhaseRule {
     //can be either name of phase or handler
     private String before ;

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/AxisFault.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/AxisFault.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/AxisFault.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/AxisFault.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/AxisFault.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/AxisFault.java	Tue Dec 14 02:52:57 2004
@@ -29,10 +29,6 @@
  * <li>A fault actor
  * <li>Fault details; an xml tree of fault specific stuff
  * </ol>
- *
- * @author Doug Davis (dug@us.ibm.com)
- * @author James Snell (jasnell@us.ibm.com)
- * @author Steve Loughran
  */
 
 public class AxisFault extends java.rmi.RemoteException {

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/Constants.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/Constants.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/Constants.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/Constants.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/Constants.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/Constants.java	Tue Dec 14 02:52:57 2004
@@ -15,14 +15,6 @@
  */
 package org.apache.axis.engine;
 
-//
-//import org.xml.sax.Attributes;
-//
-//import javax.xml.namespace.QName;
-//
-///**
-// * @author Srinath Perera(hemapani@opensource.lk)
-// */
 
 public class Constants {
     public static final int SOAP_STYLE_RPC_ENCODED = 1000;

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/EndpointReferance.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/EndpointReferance.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/EndpointReferance.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/EndpointReferance.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/EndpointReferance.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/EndpointReferance.java	Tue Dec 14 02:52:57 2004
@@ -14,10 +14,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
- * @author Axis team
- *         Date: Nov 29, 2004
- *         Time: 10:28:25 AM
  */
 public class EndpointReferance {
 }

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/ExecutionChain.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/ExecutionChain.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/ExecutionChain.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/ExecutionChain.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/ExecutionChain.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/ExecutionChain.java	Tue Dec 14 02:52:57 2004
@@ -23,8 +23,6 @@
 
 /**
  * <p>This is the ordered Collection of Phases as specified by the Server.xml file.</p>
- *
- * @author Srinath Perera (hemapani@opensource.lk)
  */
 public class ExecutionChain {
     private HashMap phases;

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/Phase.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/Phase.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/Phase.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/Phase.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/Phase.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/Phase.java	Tue Dec 14 02:52:57 2004
@@ -25,8 +25,6 @@
  * <p>This is Phase, a orderd collection of Handlers.
  * seems this is Handler Chain with order.</p>
  * Should this exttends Hanlders?
- *
- * @author Srinath Perera (hemapani@opensource.lk)
  */
 public class Phase extends AbstractHandler implements Handler {
     private String phaseName;

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/Provider.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/Provider.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/Provider.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/Provider.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/Provider.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/Provider.java	Tue Dec 14 02:52:57 2004
@@ -21,8 +21,6 @@
 /**
  * This Provider is the workhorse who locate the implementation of the Web Service and
  * invoke the Web Service.
- *
- * @author Srinath Perera(hemapani@opensource.lk)
  */
 public interface Provider extends Serializable{
     public MessageContext invoke(MessageContext msgCtx)throws AxisFault;

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/Receiver.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/Receiver.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/Receiver.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/Receiver.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/Receiver.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/Receiver.java	Tue Dec 14 02:52:57 2004
@@ -16,9 +16,5 @@
 
 package org.apache.axis.engine;
 
-
-/**
- * @author Srinath Perera(hemapani@opensource.lk)
- */
 public interface Receiver extends Handler {
 }

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/ReceiverLocator.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/ReceiverLocator.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/ReceiverLocator.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/ReceiverLocator.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/ReceiverLocator.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/ReceiverLocator.java	Tue Dec 14 02:52:57 2004
@@ -19,9 +19,6 @@
 import org.apache.axis.context.MessageContext;
 import org.apache.axis.impl.receivers.InOutSyncReceiver;
 
-/**
- * @author Srinath Perera(hemapani@opensource.lk)
- */
 public class ReceiverLocator {
     public static Receiver locateReceiver(MessageContext msgCtx) throws AxisFault {
 

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/ServiceLocator.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/ServiceLocator.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/ServiceLocator.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/ServiceLocator.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/ServiceLocator.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/ServiceLocator.java	Tue Dec 14 02:52:57 2004
@@ -22,9 +22,6 @@
 
 import javax.xml.namespace.QName;
 
-/**
- * @author Srinath Perera(hemapani@opensource.lk)
- */
 public class ServiceLocator {
     public static AxisService locateService(MessageContext msgctx) throws AxisFault{
         String uri = null;

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/TransportSender.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/TransportSender.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/TransportSender.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/TransportSender.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/TransportSender.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/TransportSender.java	Tue Dec 14 02:52:57 2004
@@ -16,8 +16,5 @@
 
 package org.apache.axis.engine;
 
-/**
- * @author Srinath Perera(hemapani@opensource.lk)
- */
 public interface TransportSender extends Handler {
 }

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/TransportSenderLocator.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/TransportSenderLocator.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/TransportSenderLocator.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/TransportSenderLocator.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/TransportSenderLocator.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/engine/TransportSenderLocator.java	Tue Dec 14 02:52:57 2004
@@ -23,9 +23,6 @@
 import java.io.OutputStream;
 
 
-/**
- * @author Srinath Perera(hemapani@opensource.lk)
- */
 public class TransportSenderLocator {
     public static final String TRANSPORT_TCP = "TRANSPORT_TCP";
     public static final String TRANSPORT_HTTP = "TRANSPORT_HTTP";

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/context/SimpleSessionContext.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/context/SimpleSessionContext.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/context/SimpleSessionContext.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/context/SimpleSessionContext.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/context/SimpleSessionContext.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/context/SimpleSessionContext.java	Tue Dec 14 02:52:57 2004
@@ -19,9 +19,6 @@
 
 import java.util.HashMap;
 
-/**
- * @author Srinath Perera(hemapani@opensource.lk)
- */
 public class SimpleSessionContext implements SessionContext {
     private HashMap map = new HashMap();
 

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/FlowImpl.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/FlowImpl.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/FlowImpl.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/FlowImpl.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/FlowImpl.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/FlowImpl.java	Tue Dec 14 02:52:57 2004
@@ -21,9 +21,6 @@
 import org.apache.axis.description.Flow;
 import org.apache.axis.description.HandlerMetaData;
 
-/**
- * @author hemapani@opensource.lk
- */
 public class FlowImpl implements Flow {
    protected Vector list = null; 
    public FlowImpl(){

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/FlowIncludeImpl.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/FlowIncludeImpl.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/FlowIncludeImpl.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/FlowIncludeImpl.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/FlowIncludeImpl.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/FlowIncludeImpl.java	Tue Dec 14 02:52:57 2004
@@ -18,9 +18,6 @@
 import org.apache.axis.description.Flow;
 import org.apache.axis.description.FlowInclude;
 
-/**
- * @author Srinath Perera(hemapani@opensource.lk)
- */
 public class FlowIncludeImpl implements FlowInclude{
     private Flow in;
     private Flow out;

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/ParameterImpl.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/ParameterImpl.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/ParameterImpl.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/ParameterImpl.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/ParameterImpl.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/ParameterImpl.java	Tue Dec 14 02:52:57 2004
@@ -17,12 +17,6 @@
 
 import org.apache.axis.description.Parameter;
 
-
-
-
-/**
- * @author Srinath Perera(hemapani@opensource.lk)
- */
 public class ParameterImpl implements Parameter  {
     private String name;
     private String value;

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/ParameterIncludeImpl.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/ParameterIncludeImpl.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/ParameterIncludeImpl.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/ParameterIncludeImpl.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/ParameterIncludeImpl.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/ParameterIncludeImpl.java	Tue Dec 14 02:52:57 2004
@@ -20,9 +20,6 @@
 import org.apache.axis.description.Parameter;
 import org.apache.axis.description.ParameterInclude;
 
-/**
- * @author Srinath Perera(hemapani@opensource.lk)
- */
 public class ParameterIncludeImpl implements ParameterInclude {
     protected HashMap parmeters;
     public ParameterIncludeImpl(){

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/SimpleAxisOperationImpl.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/SimpleAxisOperationImpl.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/SimpleAxisOperationImpl.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/SimpleAxisOperationImpl.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/SimpleAxisOperationImpl.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/SimpleAxisOperationImpl.java	Tue Dec 14 02:52:57 2004
@@ -30,9 +30,6 @@
 import org.apache.wsdl.wom.WSDLProperty;
 import org.apache.wsdl.wom.impl.WSDLOperationImpl;
 
-/**
- * @author Srinath Perera(hemapani@opensource.lk)
- */
 public class SimpleAxisOperationImpl implements AxisOperation {
     protected WSDLOperation wsdlOperation;
     protected ParameterInclude parameters;

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/SimpleAxisServiceImpl.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/SimpleAxisServiceImpl.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/SimpleAxisServiceImpl.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/SimpleAxisServiceImpl.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/SimpleAxisServiceImpl.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/description/SimpleAxisServiceImpl.java	Tue Dec 14 02:52:57 2004
@@ -35,9 +35,6 @@
 import org.apache.wsdl.wom.WSDLService;
 import org.apache.wsdl.wom.impl.WSDLServiceImpl;
 
-/**
- * @author Srinath Perera(hemapani@opensource.lk)
- */
 public class SimpleAxisServiceImpl implements AxisService {
     protected WSDLService wsdlService;
     protected FlowInclude flowInclude;

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/engine/EngineRegistryImpl.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/engine/EngineRegistryImpl.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/engine/EngineRegistryImpl.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/engine/EngineRegistryImpl.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/engine/EngineRegistryImpl.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/engine/EngineRegistryImpl.java	Tue Dec 14 02:52:57 2004
@@ -25,9 +25,6 @@
 import org.apache.axis.engine.AxisFault;
 import org.apache.axis.engine.EngineRegistry;
 
-/**
- * @author Srinath Perera(hemapani@opensource.lk)
- */
 public class EngineRegistryImpl implements EngineRegistry{
     private HashMap modules = new HashMap();
     private HashMap services = new HashMap();

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/handlers/AbstractHandler.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/handlers/AbstractHandler.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/handlers/AbstractHandler.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/handlers/AbstractHandler.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/handlers/AbstractHandler.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/handlers/AbstractHandler.java	Tue Dec 14 02:52:57 2004
@@ -23,9 +23,6 @@
 import org.apache.axis.engine.AxisFault;
 import org.apache.axis.engine.Handler;
 
-/**
- * @author Srinath Perera (hemapani@opensource.lk)
- */
 public abstract class AbstractHandler implements Handler {
     protected HandlerMetaData handlerDesc;
     

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/handlers/OpNameFinder.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/handlers/OpNameFinder.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/handlers/OpNameFinder.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/handlers/OpNameFinder.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/handlers/OpNameFinder.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/handlers/OpNameFinder.java	Tue Dec 14 02:52:57 2004
@@ -25,9 +25,6 @@
 import javax.xml.namespace.QName;
 import java.util.Iterator;
 
-/**
- * @author Srinath Perera (hemapani@opensource.lk)
- */
 public class OpNameFinder extends AbstractHandler {
     public void invoke(MessageContext msgContext) throws AxisFault {
         int style = msgContext.getMessageStyle();

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMAttributeImpl.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMAttributeImpl.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMAttributeImpl.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMAttributeImpl.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMAttributeImpl.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMAttributeImpl.java	Tue Dec 14 02:52:57 2004
@@ -24,9 +24,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * <p/>
- * User: Eran Chinthaka - Lanka Software Foundation
- * Date: Oct 6, 2004
- * Time: 11:43:23 AM
  */
 public class OMAttributeImpl implements OMAttribute {
 

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMDocument.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMDocument.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMDocument.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMDocument.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMDocument.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMDocument.java	Tue Dec 14 02:52:57 2004
@@ -18,9 +18,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * <p/>
- * User: Eran Chinthaka - Lanka Software Foundation
- * Date: Dec 7, 2004
- * Time: 9:46:52 AM
  */
 public class OMDocument {
     private OMElement rootElement;

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMElementImpl.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMElementImpl.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMElementImpl.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMElementImpl.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMElementImpl.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMElementImpl.java	Tue Dec 14 02:52:57 2004
@@ -25,9 +25,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * <p/>
- * User: Eran Chinthaka - Lanka Software Foundation
- * Date: Oct 5, 2004
- * Time: 1:16:10 PM
  */
 public class OMElementImpl extends OMNamedNodeImpl implements OMElement {
 

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMNamedNodeImpl.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMNamedNodeImpl.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMNamedNodeImpl.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMNamedNodeImpl.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMNamedNodeImpl.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMNamedNodeImpl.java	Tue Dec 14 02:52:57 2004
@@ -22,9 +22,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * <p/>
- * User: Eran Chinthaka - Lanka Software Foundation
- * Date: Oct 5, 2004
- * Time: 1:17:37 PM
  */
 public class OMNamedNodeImpl extends OMNodeImpl implements OMNamedNode {
 

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMNamespaceImpl.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMNamespaceImpl.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMNamespaceImpl.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMNamespaceImpl.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMNamespaceImpl.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMNamespaceImpl.java	Tue Dec 14 02:52:57 2004
@@ -17,9 +17,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * <p/>
- * User: Eran Chinthaka - Lanka Software Foundation
- * Date: Oct 6, 2004
- * Time: 11:43:32 AM
  */
 public class OMNamespaceImpl implements OMNamespace {
     private String prefix;

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMNavigator.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMNavigator.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMNavigator.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMNavigator.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMNavigator.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMNavigator.java	Tue Dec 14 02:52:57 2004
@@ -26,10 +26,8 @@
 import org.apache.axis.om.OMNode;
 
 /**
- * @author Dasarath Weeratunge
- * @author (modifier) Ajith Ranabahu
- *         Refer to the testClass to find out how to use
- *         features like isNavigable, isComplete and step
+ * Refer to the testClass to find out how to use
+ * features like isNavigable, isComplete and step
  */
 public class OMNavigator {
 

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMNodeImpl.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMNodeImpl.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMNodeImpl.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMNodeImpl.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMNodeImpl.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMNodeImpl.java	Tue Dec 14 02:52:57 2004
@@ -19,9 +19,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * <p/>
- * User: Eran Chinthaka - Lanka Software Foundation
- * Date: Oct 5, 2004
- * Time: 12:54:08 PM
  */
 public class OMNodeImpl implements OMNode {
     protected OMElementImpl parent;

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMTextImpl.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMTextImpl.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMTextImpl.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMTextImpl.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMTextImpl.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/OMTextImpl.java	Tue Dec 14 02:52:57 2004
@@ -20,9 +20,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * <p/>
- * User: Eran Chinthaka - Lanka Software Foundation
- * Date: Oct 6, 2004
- * Time: 1:36:55 PM
  */
 public class OMTextImpl extends OMNodeImpl implements OMText {
 

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPBodyImpl.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPBodyImpl.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPBodyImpl.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPBodyImpl.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPBodyImpl.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPBodyImpl.java	Tue Dec 14 02:52:57 2004
@@ -20,9 +20,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * <p/>
- * User: Eran Chinthaka - Lanka Software Foundation
- * Date: Nov 2, 2004
- * Time: 4:29:00 PM
  */
 public class SOAPBodyImpl extends OMElementImpl implements SOAPBody, OMConstants {
 

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPEnvelopeImpl.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPEnvelopeImpl.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPEnvelopeImpl.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPEnvelopeImpl.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPEnvelopeImpl.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPEnvelopeImpl.java	Tue Dec 14 02:52:57 2004
@@ -20,9 +20,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * <p/>
- * User: Eran Chinthaka - Lanka Software Foundation
- * Date: Oct 29, 2004
- * Time: 3:41:59 PM
  */
 public class SOAPEnvelopeImpl extends OMElementImpl implements SOAPEnvelope, OMConstants {
 

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPFaultImpl.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPFaultImpl.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPFaultImpl.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPFaultImpl.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPFaultImpl.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPFaultImpl.java	Tue Dec 14 02:52:57 2004
@@ -21,9 +21,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * <p/>
- * User: Eran Chinthaka - Lanka Software Foundation
- * Date: Dec 8, 2004
- * Time: 2:02:25 PM
  */
 public class SOAPFaultImpl extends OMElementImpl implements SOAPFault, OMConstants {
 

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPHeaderBlockImpl.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPHeaderBlockImpl.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPHeaderBlockImpl.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPHeaderBlockImpl.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPHeaderBlockImpl.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPHeaderBlockImpl.java	Tue Dec 14 02:52:57 2004
@@ -1,9 +1,13 @@
 package org.apache.axis.impl.llom;
 
-import org.apache.axis.om.*;
-
 import javax.xml.namespace.QName;
-import java.util.Iterator;
+
+import org.apache.axis.om.OMAttribute;
+import org.apache.axis.om.OMConstants;
+import org.apache.axis.om.OMElement;
+import org.apache.axis.om.OMNamespace;
+import org.apache.axis.om.OMXMLParserWrapper;
+import org.apache.axis.om.SOAPHeaderBlock;
 
 /**
  * Copyright 2001-2004 The Apache Software Foundation.
@@ -20,9 +24,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * <p/>
- * User: Eran Chinthaka - Lanka Software Foundation
- * Date: Nov 2, 2004
- * Time: 3:19:20 PM
  */
 public class SOAPHeaderBlockImpl extends OMElementImpl implements SOAPHeaderBlock {
 

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPHeaderImpl.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPHeaderImpl.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPHeaderImpl.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPHeaderImpl.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPHeaderImpl.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/SOAPHeaderImpl.java	Tue Dec 14 02:52:57 2004
@@ -19,9 +19,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * <p/>
- * User: Eran Chinthaka - Lanka Software Foundation
- * Date: Nov 2, 2004
- * Time: 2:45:24 PM
  */
 public class SOAPHeaderImpl extends OMElementImpl implements SOAPHeader {
 

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/builder/ObjectToOMBuilder.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/builder/ObjectToOMBuilder.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/builder/ObjectToOMBuilder.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/builder/ObjectToOMBuilder.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/builder/ObjectToOMBuilder.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/builder/ObjectToOMBuilder.java	Tue Dec 14 02:52:57 2004
@@ -24,9 +24,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * <p/>`
- * User: Eran Chinthaka - Lanka Software Foundation
- * Date: Nov 19, 2004
- * Time: 2:17:19 PM
  */
 public class ObjectToOMBuilder implements OMXMLParserWrapper, ContentHandler {
     private OutObject outObject;

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/builder/StAXBuilder.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/builder/StAXBuilder.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/builder/StAXBuilder.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/builder/StAXBuilder.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/builder/StAXBuilder.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/builder/StAXBuilder.java	Tue Dec 14 02:52:57 2004
@@ -23,10 +23,8 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * <p/>
- * User: Eran Chinthaka - Lanka Software Foundation
- * Date: Dec 6, 2004
- * Time: 3:58:31 PM
- * <p/>
+ */
+/**
  * OM should be able to built from any data source. And the model it builds may be a SOAP specific one
  * or just an XML model. This class will give some common functionality of OM Building from StAX.
  */

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/builder/StAXOMBuilder.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/builder/StAXOMBuilder.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/builder/StAXOMBuilder.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/builder/StAXOMBuilder.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/builder/StAXOMBuilder.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/builder/StAXOMBuilder.java	Tue Dec 14 02:52:57 2004
@@ -22,10 +22,9 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * <p/>
- * User: Eran Chinthaka - Lanka Software Foundation
- * Date: Dec 6, 2004
- * Time: 4:37:02 PM
- * <p/>
+ */
+
+/** 
  * This will construct an OM without using SOAP specific classes like SOAPEnvelope, SOAPHeader, SOAPHeaderBlock and SOAPBody.
  * And this will habe the Document concept also.
  */

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/builder/StAXSOAPModelBuilder.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/builder/StAXSOAPModelBuilder.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/builder/StAXSOAPModelBuilder.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/builder/StAXSOAPModelBuilder.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/builder/StAXSOAPModelBuilder.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/builder/StAXSOAPModelBuilder.java	Tue Dec 14 02:52:57 2004
@@ -22,10 +22,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  *
- * @author Axis team
- *         Date: Nov 18, 2004
- *         Time: 2:30:17 PM
- *         <p/>
  *         Note - OM navigator has been removed to simplify the build process
  */
 public class StAXSOAPModelBuilder extends StAXBuilder {

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/exception/OMBuilderException.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/exception/OMBuilderException.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/exception/OMBuilderException.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/exception/OMBuilderException.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/exception/OMBuilderException.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/exception/OMBuilderException.java	Tue Dec 14 02:52:57 2004
@@ -17,9 +17,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * <p/>
- * User: Eran Chinthaka - Lanka Software Foundation
- * Date: Nov 22, 2004
- * Time: 10:43:32 AM
  */
 public class OMBuilderException extends OMException {
     public OMBuilderException(String s) {

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/exception/OMSerializerException.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/exception/OMSerializerException.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/exception/OMSerializerException.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/exception/OMSerializerException.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/exception/OMSerializerException.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/exception/OMSerializerException.java	Tue Dec 14 02:52:57 2004
@@ -15,9 +15,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * <p/>
- * User: Eran Chinthaka - Lanka Software Foundation
- * Date: Nov 18, 2004
- * Time: 12:14:23 PM
  */
 public class OMSerializerException extends Exception {
 }

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/exception/OMStreamingException.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/exception/OMStreamingException.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/exception/OMStreamingException.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/exception/OMStreamingException.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/exception/OMStreamingException.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/exception/OMStreamingException.java	Tue Dec 14 02:52:57 2004
@@ -16,10 +16,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
- * @author Axis team
- *         Date: Nov 18, 2004
- *         Time: 1:54:11 PM
  */
 public class OMStreamingException extends OMException {
     public OMStreamingException() {

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/exception/XMLStreamException.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/exception/XMLStreamException.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/exception/XMLStreamException.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/exception/XMLStreamException.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/exception/XMLStreamException.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/exception/XMLStreamException.java	Tue Dec 14 02:52:57 2004
@@ -15,9 +15,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * <p/>
- * User: Eran Chinthaka - Lanka Software Foundation
- * Date: Nov 18, 2004
- * Time: 12:13:54 PM
  */
 public class XMLStreamException extends Exception {
 }

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/factory/OMLinkedListImplFactory.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/factory/OMLinkedListImplFactory.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/factory/OMLinkedListImplFactory.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/factory/OMLinkedListImplFactory.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/factory/OMLinkedListImplFactory.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/factory/OMLinkedListImplFactory.java	Tue Dec 14 02:52:57 2004
@@ -18,9 +18,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * <p/>
- * User: Eran Chinthaka - Lanka Software Foundation
- * Date: Nov 11, 2004
- * Time: 2:21:13 PM
  */
 public class OMLinkedListImplFactory extends OMFactory {
     public OMAttribute createOMAttribute(String localName, OMNamespace ns, String value) {

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/factory/OMXMLBuilderFactory.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/factory/OMXMLBuilderFactory.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/factory/OMXMLBuilderFactory.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/factory/OMXMLBuilderFactory.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/factory/OMXMLBuilderFactory.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/factory/OMXMLBuilderFactory.java	Tue Dec 14 02:52:57 2004
@@ -21,9 +21,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * <p/>
- * User: Eran Chinthaka - Lanka Software Foundation
- * Date: Dec 7, 2004
- * Time: 11:40:32 AM
  */
 public class OMXMLBuilderFactory {
     public static final String PARSER_XPP = "XPP";

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/serialize/SimpleOMSerializer.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/serialize/SimpleOMSerializer.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/serialize/SimpleOMSerializer.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/serialize/SimpleOMSerializer.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/serialize/SimpleOMSerializer.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/serialize/SimpleOMSerializer.java	Tue Dec 14 02:52:57 2004
@@ -23,10 +23,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
- * @author Axis team
- *         Date: Nov 18, 2004
- *         Time: 4:09:19 PM
  */
 public class SimpleOMSerializer {
 //determines whether the seriliased output contains new line characters

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/serialize/XMLSerilazer.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/serialize/XMLSerilazer.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/serialize/XMLSerilazer.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/serialize/XMLSerilazer.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/serialize/XMLSerilazer.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/serialize/XMLSerilazer.java	Tue Dec 14 02:52:57 2004
@@ -20,9 +20,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * <p/>
- * User: Eran Chinthaka - Lanka Software Foundation
- * Date: Nov 18, 2004
- * Time: 11:29:48 AM
  */
 public class XMLSerilazer {
     private static StringBuffer b;

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/traverse/OMChildrenIterator.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/traverse/OMChildrenIterator.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/traverse/OMChildrenIterator.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/traverse/OMChildrenIterator.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/traverse/OMChildrenIterator.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/traverse/OMChildrenIterator.java	Tue Dec 14 02:52:57 2004
@@ -20,9 +20,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * <p/>
- * User: Eran Chinthaka - Lanka Software Foundation
- * Date: Oct 11, 2004
- * Time: 11:23:07 AM
  */
 public class OMChildrenIterator implements Iterator {
 

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/traverse/OMChildrenQNameIterator.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/traverse/OMChildrenQNameIterator.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/traverse/OMChildrenQNameIterator.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/traverse/OMChildrenQNameIterator.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/traverse/OMChildrenQNameIterator.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/traverse/OMChildrenQNameIterator.java	Tue Dec 14 02:52:57 2004
@@ -20,11 +20,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * <p/>
- *
- * @author Eran Chinthaka - Lanka Software Foundation
- * @author Ajith Ranabahu
- *         Date: Oct 13, 2004
- *         Time: 11:25:29 AM
  */
 public class OMChildrenQNameIterator extends OMChildrenIterator {
 

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/wrapper/OMStAXWrapper.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/wrapper/OMStAXWrapper.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/wrapper/OMStAXWrapper.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/wrapper/OMStAXWrapper.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/wrapper/OMStAXWrapper.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/llom/wrapper/OMStAXWrapper.java	Tue Dec 14 02:52:57 2004
@@ -25,11 +25,9 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
- * @author Axis team
- *         Date: Nov 18, 2004
- *         Time: 2:16:09 PM
- *         <p/>
+ */
+
+/**
  *         Note  - This class also implements the streaming constants interface
  *         to get access to the StAX constants
  */

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/providers/AbstractProvider.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/providers/AbstractProvider.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/providers/AbstractProvider.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/providers/AbstractProvider.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/providers/AbstractProvider.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/providers/AbstractProvider.java	Tue Dec 14 02:52:57 2004
@@ -21,8 +21,6 @@
 /**
  * This is the Absract provider. It is just a another handler. the
  * protected abstract methods are only for the sake of braking down the logic
- *
- * @author Srinath Perera(hemapani@opensource.lk)
  */
 public abstract class AbstractProvider implements Provider{
     protected QName name;

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/providers/RawXMLProvider.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/providers/RawXMLProvider.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/providers/RawXMLProvider.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/providers/RawXMLProvider.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/providers/RawXMLProvider.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/providers/RawXMLProvider.java	Tue Dec 14 02:52:57 2004
@@ -36,8 +36,6 @@
 
 /**
  * This is a Simple java Provider.
- *
- * @author Srinath Perera(hemapani@opensource.lk)
  */
 
 public class RawXMLProvider extends AbstractProvider implements Provider {

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/providers/SimpleJavaProvider.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/providers/SimpleJavaProvider.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/providers/SimpleJavaProvider.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/providers/SimpleJavaProvider.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/providers/SimpleJavaProvider.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/providers/SimpleJavaProvider.java	Tue Dec 14 02:52:57 2004
@@ -34,8 +34,6 @@
 
 /**
  * This is a Simple java Provider.
- *
- * @author Srinath Perera(hemapani@opensource.lk)
  */
 
 public class SimpleJavaProvider extends AbstractProvider implements Provider {

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/receivers/INReceiver.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/receivers/INReceiver.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/receivers/INReceiver.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/receivers/INReceiver.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/receivers/INReceiver.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/receivers/INReceiver.java	Tue Dec 14 02:52:57 2004
@@ -16,9 +16,6 @@
 
 package org.apache.axis.impl.receivers;
 
-/**
- * @author Srinath Perera(hemapani@opensource.lk)
- */
 public class INReceiver {
 
 }

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/receivers/InOutAsyncReceiver.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/receivers/InOutAsyncReceiver.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/receivers/InOutAsyncReceiver.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/receivers/InOutAsyncReceiver.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/receivers/InOutAsyncReceiver.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/receivers/InOutAsyncReceiver.java	Tue Dec 14 02:52:57 2004
@@ -16,9 +16,6 @@
 
 package org.apache.axis.impl.receivers;
 
-/**
- * @author Srinath Perera(hemapani@opensource.lk)
- */
 public class InOutAsyncReceiver {
 
 }

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/receivers/InOutSyncReceiver.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/receivers/InOutSyncReceiver.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/receivers/InOutSyncReceiver.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/receivers/InOutSyncReceiver.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/receivers/InOutSyncReceiver.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/receivers/InOutSyncReceiver.java	Tue Dec 14 02:52:57 2004
@@ -25,9 +25,6 @@
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 
-/**
- * @author Srinath Perera(hemapani@opensource.lk)
- */
 public class InOutSyncReceiver extends AbstractHandler implements Receiver {
     protected Log log = LogFactory.getLog(getClass());
 
@@ -36,7 +33,7 @@
             Runnable runner = new Runnable() {
                 public void run() {
                     try {
-                        send(msgContext);
+                        invokeAndsend(msgContext);
                     } catch (AxisFault e) {
                         log.error("Exception occured in new thread starting response", e);
                     }
@@ -46,11 +43,11 @@
             Thread thread = new Thread(runner);
             thread.start();
         } else {
-            send(msgContext);
+            invokeAndsend(msgContext);
         }
     }
 
-    public void send(MessageContext msgContext) throws AxisFault {
+    public void invokeAndsend(MessageContext msgContext) throws AxisFault {
         Provider provider = msgContext.getService().getProvider();
         MessageContext outMsgContext = provider.invoke(msgContext);
         Sender sender = new Sender();

Deleted: /webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/AbstractTransportReceiver.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/AbstractTransportReceiver.java?view=auto&rev=111805
==============================================================================

Deleted: /webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/AbstractTrasnportSender.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/AbstractTrasnportSender.java?view=auto&rev=111805
==============================================================================

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/http/HTTPConstants.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/http/HTTPConstants.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/http/HTTPConstants.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/http/HTTPConstants.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/http/HTTPConstants.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/http/HTTPConstants.java	Tue Dec 14 02:52:57 2004
@@ -18,10 +18,6 @@
 
 /**
  * HTTP protocol and message context constants.
- *
- * @author Rob Jellinghaus (robj@unrealities.com)
- * @author Doug Davis (dug@us.ibm.com)
- * @author Jacek Kopecky (jacek@idoox.com)
  */
 public class HTTPConstants {
     /**

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/http/HTTPTrasnportSender.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/http/HTTPTrasnportSender.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/http/HTTPTrasnportSender.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/http/HTTPTrasnportSender.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/http/HTTPTrasnportSender.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/http/HTTPTrasnportSender.java	Tue Dec 14 02:52:57 2004
@@ -19,13 +19,10 @@
 import org.apache.axis.context.MessageContext;
 import org.apache.axis.engine.AxisFault;
 import org.apache.axis.engine.EndpointReferance;
-import org.apache.axis.impl.transport.AbstractTrasnportSender;
+import org.apache.axis.transport.AbstractTrasnportSender;
 
 import java.io.OutputStream;
 
-/**
- * @author Srinath Perera(hemapani@opensource.lk)
- */
 public class HTTPTrasnportSender extends AbstractTrasnportSender {
     protected OutputStream out;
 

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/http/SimpleHTTPReceiver.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/http/SimpleHTTPReceiver.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/http/SimpleHTTPReceiver.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/http/SimpleHTTPReceiver.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/http/SimpleHTTPReceiver.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/http/SimpleHTTPReceiver.java	Tue Dec 14 02:52:57 2004
@@ -23,9 +23,9 @@
 import org.apache.axis.engine.TransportSenderLocator;
 import org.apache.axis.impl.llom.builder.StAXBuilder;
 import org.apache.axis.impl.llom.builder.StAXSOAPModelBuilder;
-import org.apache.axis.impl.transport.AbstractTransportReceiver;
 import org.apache.axis.om.OMFactory;
 import org.apache.axis.om.SOAPEnvelope;
+import org.apache.axis.transport.AbstractTransportReceiver;
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/tcp/TCPTransportReceiver.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/tcp/TCPTransportReceiver.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/tcp/TCPTransportReceiver.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/tcp/TCPTransportReceiver.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/tcp/TCPTransportReceiver.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/tcp/TCPTransportReceiver.java	Tue Dec 14 02:52:57 2004
@@ -22,9 +22,9 @@
 import org.apache.axis.engine.TransportSenderLocator;
 import org.apache.axis.impl.llom.builder.StAXBuilder;
 import org.apache.axis.impl.llom.builder.StAXSOAPModelBuilder;
-import org.apache.axis.impl.transport.AbstractTransportReceiver;
 import org.apache.axis.om.OMFactory;
 import org.apache.axis.om.SOAPEnvelope;
+import org.apache.axis.transport.AbstractTransportReceiver;
 
 import javax.xml.stream.XMLInputFactory;
 import javax.xml.stream.XMLStreamException;

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/tcp/TCPTrasnportSender.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/tcp/TCPTrasnportSender.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/tcp/TCPTrasnportSender.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/tcp/TCPTrasnportSender.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/tcp/TCPTrasnportSender.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/impl/transport/tcp/TCPTrasnportSender.java	Tue Dec 14 02:52:57 2004
@@ -19,13 +19,10 @@
 import org.apache.axis.context.MessageContext;
 import org.apache.axis.engine.AxisFault;
 import org.apache.axis.engine.EndpointReferance;
-import org.apache.axis.impl.transport.AbstractTrasnportSender;
+import org.apache.axis.transport.AbstractTrasnportSender;
 
 import java.io.OutputStream;
 
-/**
- * @author Srinath Perera(hemapani@opensource.lk)
- */
 public class TCPTrasnportSender extends AbstractTrasnportSender {
     protected OutputStream out;
 

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/FactoryFinder.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/FactoryFinder.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/FactoryFinder.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/FactoryFinder.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/FactoryFinder.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/FactoryFinder.java	Tue Dec 14 02:52:57 2004
@@ -15,10 +15,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  *
- * @author Axis team
- *         Date: Dec 3, 2004
- *         Time: 10:16:43 AM
- *         <p/>
  *         This is the static factory finder. It searches for the relevant class
  *         Note - It has only package access!!!
  */

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMAttribute.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMAttribute.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMAttribute.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMAttribute.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMAttribute.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMAttribute.java	Tue Dec 14 02:52:57 2004
@@ -17,10 +17,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * <p/>
- * User: Eran Chinthaka - Lanka Software Foundation
- * Date: Oct 4, 2004
- * Time: 11:49:01 AM
- * <p/>
  * One must implement relevant constructors for the class implementing this interface
  * all the things like namespace, parent, value, etc., that should come in this are defined in base classes
  */

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMConstants.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMConstants.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMConstants.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMConstants.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMConstants.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMConstants.java	Tue Dec 14 02:52:57 2004
@@ -15,9 +15,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * <p/>
- * User: Eran Chinthaka - Lanka Software Foundation
- * Date: Nov 8, 2004
- * Time: 3:38:10 PM
  */
 public interface OMConstants {
 

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMElement.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMElement.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMElement.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMElement.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMElement.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMElement.java	Tue Dec 14 02:52:57 2004
@@ -1,10 +1,10 @@
 package org.apache.axis.om;
 
 
-import javax.xml.namespace.QName;
-import java.util.ArrayList;
 import java.util.Iterator;
 
+import javax.xml.namespace.QName;
+
 /**
  * Copyright 2001-2004 The Apache Software Foundation.
  * <p/>
@@ -19,10 +19,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- * <p/>
- * User: Eran Chinthaka - Lanka Software Foundation
- * Date: Oct 4, 2004
- * Time: 11:52:18 AM
  * <p/>
  * One must make sure to insert relevant constructors for the classes that are implementing this interface
  */

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMException.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMException.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMException.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMException.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMException.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMException.java	Tue Dec 14 02:52:57 2004
@@ -15,9 +15,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * <p/>
- * User: Eran Chinthaka - Lanka Software Foundation
- * Date: Oct 4, 2004
- * Time: 11:47:19 AM
  */
 public class OMException extends RuntimeException {
     public OMException() {

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMFactory.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMFactory.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMFactory.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMFactory.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMFactory.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMFactory.java	Tue Dec 14 02:52:57 2004
@@ -16,10 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * <p/>
- * User: Eran Chinthaka - Lanka Software Foundation
- * Date: Nov 11, 2004
- * Time: 10:53:06 AM
- * <p/>
  * This will help to create OM API object. This will ease the switching from one OM impl to another.
  */
 public abstract class OMFactory {

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMFactoryException.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMFactoryException.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMFactoryException.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMFactoryException.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMFactoryException.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMFactoryException.java	Tue Dec 14 02:52:57 2004
@@ -14,10 +14,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
- * @author Axis team
- *         Date: Dec 3, 2004
- *         Time: 10:30:05 AM
  *         <p/>
  *         Exception thrown when the factory returns an error
  */

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMNamedNode.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMNamedNode.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMNamedNode.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMNamedNode.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMNamedNode.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMNamedNode.java	Tue Dec 14 02:52:57 2004
@@ -16,10 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * <p/>
- * User: Eran Chinthaka - Lanka Software Foundation
- * Date: Oct 4, 2004
- * Time: 11:39:01 AM
- * <p/>
  * OMElement and OMAttribute must have namespace support and those two behave in same manner as far as the namespaces are concerned.
  * So one can implement this interface specific methods in an abstract class.
  */

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMNamespace.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMNamespace.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMNamespace.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMNamespace.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMNamespace.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMNamespace.java	Tue Dec 14 02:52:57 2004
@@ -15,9 +15,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * <p/>
- * User: Eran Chinthaka - Lanka Software Foundation
- * Date: Oct 4, 2004
- * Time: 1:24:00 PM
  */
 public interface OMNamespace {
 

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMNode.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMNode.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMNode.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMNode.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMNode.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMNode.java	Tue Dec 14 02:52:57 2004
@@ -16,9 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * <p/>
- * User: Eran Chinthaka - Lanka Software Foundation
- * Date: Oct 1, 2004
- * Time: 3:36:14 PM
  */
 public interface OMNode {
     //==================================================================================

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMText.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMText.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMText.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMText.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMText.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMText.java	Tue Dec 14 02:52:57 2004
@@ -15,9 +15,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * <p/>
- * User: Eran Chinthaka - Lanka Software Foundation
- * Date: Oct 4, 2004
- * Time: 2:04:43 PM
  */
 public interface OMText extends OMNode {
     /**

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMXMLParserWrapper.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMXMLParserWrapper.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMXMLParserWrapper.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMXMLParserWrapper.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMXMLParserWrapper.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OMXMLParserWrapper.java	Tue Dec 14 02:52:57 2004
@@ -16,9 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * <p/>
- * User: Eran Chinthaka - Lanka Software Foundation
- * Date: Dec 7, 2004
- * Time: 10:28:21 AM
  */
 public interface OMXMLParserWrapper {
     /**

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OutObject.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OutObject.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OutObject.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OutObject.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OutObject.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/OutObject.java	Tue Dec 14 02:52:57 2004
@@ -17,10 +17,9 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * <p/>
- * User: Eran Chinthaka - Lanka Software Foundation
- * Date: Nov 19, 2004
- * Time: 2:20:29 PM
- * <p/>
+ */
+
+/**
  * From the point of view of AXIOM, we expect something from the OUT object provided by the provider.
  * Especially AXIOM expects a SAX interface from the Object AXIOM recieves.
  * <p/>

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/StreamingWrapper.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/StreamingWrapper.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/StreamingWrapper.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/StreamingWrapper.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/StreamingWrapper.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/om/StreamingWrapper.java	Tue Dec 14 02:52:57 2004
@@ -19,10 +19,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
- * @author Axis team
- *         Date: Nov 18, 2004
- *         Time: 1:52:09 PM
  */
 public interface StreamingWrapper {
     /*

Added: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/transport/AbstractTransportReceiver.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/transport/AbstractTransportReceiver.java?view=auto&rev=111806
==============================================================================
--- (empty file)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/transport/AbstractTransportReceiver.java	Tue Dec 14 02:52:57 2004
@@ -0,0 +1,174 @@
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.axis.transport;
+
+
+import org.apache.axis.context.MessageContext;
+import org.apache.axis.engine.AxisEngine;
+import org.apache.axis.engine.AxisFault;
+import org.apache.commons.logging.Log;
+import org.apache.commons.logging.LogFactory;
+
+import java.io.IOException;
+import java.io.InputStream;
+import java.io.OutputStream;
+import java.net.ServerSocket;
+import java.net.Socket;
+
+/**
+ * This is a simple implementation of an HTTP server for processing
+ * SOAP requests via Apache's xml-axis.  This is not intended for production
+ * use.  Its intended uses are for demos, debugging, and performance
+ * profiling.
+ * <p/>
+ * Note this classes uses static objects to provide a thread pool, so you should
+ * not use multiple instances of this class in the same JVM/classloader unless
+ * you want bad things to happen at shutdown.
+ */
+public abstract class AbstractTransportReceiver implements Runnable {
+    protected Log log =
+            LogFactory.getLog(AbstractTransportReceiver.class.getName());
+    protected AxisEngine engine = null;
+    protected ServerSocket serverSocket;
+    protected Socket socket = null;
+    /**
+     * are we stopped?
+     * latch to true if stop() is called
+     */
+    private boolean stopped = false;
+
+
+    public AbstractTransportReceiver(AxisEngine myAxisServer) {
+        this.engine = myAxisServer;
+
+    }
+
+    /**
+     * stop the server if not already told to.
+     *
+     * @throws Throwable
+     */
+    protected void finalize() throws Throwable {
+        stop();
+        super.finalize();
+    }
+
+    /**
+     * Accept requests from a given TCP port and send them through the
+     * Axis engine for processing.
+     */
+    public void run() {
+        try {
+            try {
+                // Accept and process requests from the socket
+                while (!stopped) {
+                    try {
+                        this.socket = serverSocket.accept();
+
+                    } catch (java.io.InterruptedIOException iie) {
+                    } catch (Exception e) {
+                        log.debug(e.getMessage(), e);
+                        break;
+                    }
+                    if (socket != null) {
+                        MessageContext msgContext = parseTheTransport(engine, socket.getInputStream());
+                        storeOutputInfo(msgContext, socket.getOutputStream());
+                        engine.receive(msgContext);
+                        this.socket.close();
+                        this.socket = null;
+                    }
+                }
+            } catch (AxisFault e) {
+                log.error(e);
+                this.socket.close();
+                this.socket = null;
+            }
+        } catch (IOException e) {
+            log.error(e);
+        }
+        stop();
+        log.info("Simple Axis Server Quit");
+    }
+
+
+    /**
+     * Obtain the serverSocket that that SimpleAxisServer is listening on.
+     */
+    public ServerSocket getServerSocket() {
+        return serverSocket;
+    }
+
+    /**
+     * Set the serverSocket this server should listen on.
+     * (note : changing this will not affect a running server, but if you
+     * stop() and then start() the server, the new socket will be used).
+     */
+    public void setServerSocket(ServerSocket serverSocket) {
+        this.serverSocket = serverSocket;
+    }
+
+
+    /**
+     * Start this server as a NON-daemon.
+     */
+    public void start() throws Exception {
+        run();
+    }
+
+    /**
+     * Stop this server. Can be called safely if the system is already stopped,
+     * or if it was never started.
+     * <p/>
+     * This will interrupt any pending accept().
+     */
+    public void stop() {
+        log.info("stop called");
+        //recognise use before we are live
+        if (stopped) {
+            return;
+        }
+        /*
+         * Close the server socket cleanly, but avoid fresh accepts while
+         * the socket is closing.
+         */
+        stopped = true;
+
+        try {
+            if (serverSocket != null) {
+                serverSocket.close();
+//                while(socket != null){
+//                    try {
+//                        //make sure all sockets closed by the time 
+//                        //else we got in to lot of trouble testing
+//                        Thread.sleep(1000);
+//                    } catch (InterruptedException e1) {
+//                        log.error(e1);
+//                    }
+//                }
+            }
+        } catch (IOException e) {
+            log.info(e);
+        } finally {
+            serverSocket = null;
+        }
+        log.info("Simple Axis Server Quits");
+    }
+
+    protected abstract MessageContext parseTheTransport(AxisEngine engine, InputStream in) throws AxisFault;
+
+    protected abstract void storeOutputInfo(MessageContext msgctx, OutputStream out) throws AxisFault;
+}

Added: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/transport/AbstractTrasnportSender.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/transport/AbstractTrasnportSender.java?view=auto&rev=111806
==============================================================================
--- (empty file)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/transport/AbstractTrasnportSender.java	Tue Dec 14 02:52:57 2004
@@ -0,0 +1,69 @@
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.axis.transport;
+
+import org.apache.axis.context.MessageContext;
+import org.apache.axis.engine.AxisFault;
+import org.apache.axis.engine.EndpointReferance;
+import org.apache.axis.engine.TransportSender;
+import org.apache.axis.impl.handlers.AbstractHandler;
+import org.apache.axis.impl.llom.serialize.SimpleOMSerializer;
+import org.apache.axis.om.SOAPEnvelope;
+
+import java.io.OutputStream;
+
+/**
+ */
+public abstract class AbstractTrasnportSender extends AbstractHandler implements TransportSender {
+    public final void invoke(MessageContext msgContext) throws AxisFault {
+        OutputStream out = null;
+        if (msgContext.isProcessingFault()) {
+            //Means we are processing fault
+            if (msgContext.getFaultTo() != null) {
+                out = obtainOutPutStream(msgContext, msgContext.getFaultTo());
+            } else {
+                out = obtainOutPutStream(msgContext);
+            }
+        } else {
+            if (msgContext.getTo() != null) {
+                out = obtainOutPutStream(msgContext, msgContext.getTo());
+            } else if (msgContext.getReplyTo() != null) {
+                out = obtainOutPutStream(msgContext, msgContext.getTo());
+            } else {
+                out = obtainOutPutStream(msgContext);
+            }
+        }
+        startSending();
+        SOAPEnvelope envelope = msgContext.getEnvelope();
+        if (envelope != null) {
+            SimpleOMSerializer serializer = new SimpleOMSerializer();
+            serializer.serialize(envelope, out);
+
+        }
+        finalizeSending();
+    }
+
+    protected void startSending() {
+    }
+
+    protected abstract OutputStream obtainOutPutStream(MessageContext msgContext, EndpointReferance epr) throws AxisFault;
+
+    protected abstract OutputStream obtainOutPutStream(MessageContext msgContext) throws AxisFault;
+
+    protected void finalizeSending() {
+    }
+}

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/Component.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/Component.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/Component.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/Component.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/Component.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/Component.java	Tue Dec 14 02:52:57 2004
@@ -17,10 +17,6 @@
 
 import java.util.HashMap;
 
-/**
- * @author chathura@opensource.lk
- *
- */
 public interface Component {
     /**
      * Returns the properties that are specific to this WSDL Component.

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/ExtensibleComponent.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/ExtensibleComponent.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/ExtensibleComponent.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/ExtensibleComponent.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/ExtensibleComponent.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/ExtensibleComponent.java	Tue Dec 14 02:52:57 2004
@@ -17,11 +17,6 @@
 
 import java.util.List;
 
-
-/**
- * @author chathura@opensource.lk
- *
- */
 public interface ExtensibleComponent extends Component{
     /**
      * Will add a <code>WSDLFeature</code> to the feature list.

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/MessageReference.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/MessageReference.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/MessageReference.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/MessageReference.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/MessageReference.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/MessageReference.java	Tue Dec 14 02:52:57 2004
@@ -15,10 +15,6 @@
  */
 package org.apache.wsdl.wom;
 
-/**
- * @author chathura@opensource.lk
- *
- */
 public interface MessageReference  extends ExtensibleComponent{
     public String getDirection();
 

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/ComponentImpl.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/ComponentImpl.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/ComponentImpl.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/ComponentImpl.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/ComponentImpl.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/ComponentImpl.java	Tue Dec 14 02:52:57 2004
@@ -20,13 +20,6 @@
 import org.apache.wsdl.wom.Component;
 import org.apache.wsdl.wom.WSDLConstants;
 
-
-
-
-/**
- * @author Chathura Herath
- *
- */
 public class ComponentImpl implements  WSDLConstants, Component{
 
     protected HashMap componentProperties = new HashMap();

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/ExtensibleComponentImpl.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/ExtensibleComponentImpl.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/ExtensibleComponentImpl.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/ExtensibleComponentImpl.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/ExtensibleComponentImpl.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/ExtensibleComponentImpl.java	Tue Dec 14 02:52:57 2004
@@ -22,10 +22,6 @@
 import org.apache.wsdl.wom.WSDLFeature;
 import org.apache.wsdl.wom.WSDLProperty;
 
-/**
- * @author chathura@opensource.lk
- *
- */
 public class ExtensibleComponentImpl extends ComponentImpl implements ExtensibleComponent {
 
     

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/FaultReferenceImpl.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/FaultReferenceImpl.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/FaultReferenceImpl.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/FaultReferenceImpl.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/FaultReferenceImpl.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/FaultReferenceImpl.java	Tue Dec 14 02:52:57 2004
@@ -17,10 +17,6 @@
 
 import org.apache.wsdl.wom.FaultReference;
 
-/**
- * @author chathura@opensource.lk
- *
- */
 public class FaultReferenceImpl extends ComponentImpl implements FaultReference   {
 
 	//TODO make it  a QNAME

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/MessageReferenceImpl.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/MessageReferenceImpl.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/MessageReferenceImpl.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/MessageReferenceImpl.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/MessageReferenceImpl.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/MessageReferenceImpl.java	Tue Dec 14 02:52:57 2004
@@ -18,10 +18,6 @@
 import org.apache.wsdl.wom.MessageReference;
 
 
-/**
- * @author Chathura Herath
- *
- */
 public class MessageReferenceImpl  extends ExtensibleComponentImpl implements MessageReference  {
 
 			

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WDSLPropertyImpl.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WDSLPropertyImpl.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WDSLPropertyImpl.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WDSLPropertyImpl.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WDSLPropertyImpl.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WDSLPropertyImpl.java	Tue Dec 14 02:52:57 2004
@@ -17,12 +17,7 @@
 
 import org.apache.wsdl.wom.WSDLProperty;
 
-/**
- * @author chathura@opensource.lk
- *
- */
 public class WDSLPropertyImpl extends ComponentImpl implements WSDLProperty  {
-
 	
 	private String uri;
 	

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLBindingImpl.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLBindingImpl.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLBindingImpl.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLBindingImpl.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLBindingImpl.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLBindingImpl.java	Tue Dec 14 02:52:57 2004
@@ -23,10 +23,6 @@
 import org.apache.wsdl.wom.WSDLBinding;
 import org.apache.wsdl.wom.WSDLInterface;
 
-/**
- * @author chathura@opensource.lk
- *
- */
 public class WSDLBindingImpl extends ExtensibleComponentImpl implements WSDLBinding  {
 
 	private QName name;

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLDefinitionsImpl.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLDefinitionsImpl.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLDefinitionsImpl.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLDefinitionsImpl.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLDefinitionsImpl.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLDefinitionsImpl.java	Tue Dec 14 02:52:57 2004
@@ -24,13 +24,6 @@
 import org.apache.wsdl.wom.WSDLInterface;
 import org.apache.wsdl.wom.WSDLService;
 
-
-
-
-/**
- * @author chathura@opensource.lk
- *
- */
 public class WSDLDefinitionsImpl extends ComponentImpl implements WSDLDefinitions    {
 
 	/**

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLEndpointImpl.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLEndpointImpl.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLEndpointImpl.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLEndpointImpl.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLEndpointImpl.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLEndpointImpl.java	Tue Dec 14 02:52:57 2004
@@ -18,12 +18,6 @@
 import org.apache.wsdl.wom.WSDLBinding;
 import org.apache.wsdl.wom.WSDLEndpoint;
 
-
-
-/**
- * @author chathura@opensource.lk
- *
- */
 public class WSDLEndpointImpl extends  ComponentImpl implements WSDLEndpoint {
 
     private String name;

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLFaultImpl.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLFaultImpl.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLFaultImpl.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLFaultImpl.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLFaultImpl.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLFaultImpl.java	Tue Dec 14 02:52:57 2004
@@ -18,10 +18,6 @@
 import org.apache.wsdl.wom.WSDLFault;
 import org.w3c.dom.Element;
 
-/**
- * @author chathura@opensource.lk
- *
- */
 public class WSDLFaultImpl extends ComponentImpl implements WSDLFault {
 	
 	//TODO its a NCName so parse it. and this is required

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLFeatureImpl.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLFeatureImpl.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLFeatureImpl.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLFeatureImpl.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLFeatureImpl.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLFeatureImpl.java	Tue Dec 14 02:52:57 2004
@@ -17,10 +17,6 @@
 
 import org.apache.wsdl.wom.WSDLFeature;
 
-/**
- * @author chathura@opensource.lk
- *
- */
 public class WSDLFeatureImpl extends ComponentImpl implements WSDLFeature {
 
 	

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLInterfaceImpl.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLInterfaceImpl.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLInterfaceImpl.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLInterfaceImpl.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLInterfaceImpl.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLInterfaceImpl.java	Tue Dec 14 02:52:57 2004
@@ -22,210 +22,214 @@
 
 import javax.xml.namespace.QName;
 
-
 import org.apache.wsdl.wom.WSDLInterface;
 import org.apache.wsdl.wom.WSDLOperation;
 
+public class WSDLInterfaceImpl
+    extends ExtensibleComponentImpl
+    implements WSDLInterface {
+
+    private QName name;
+
+    private HashMap superInterfaces = new HashMap();
+
+    private List faults = new LinkedList();
+
+    private HashMap operations = new HashMap();
 
+    private String styleDefault;
 
+    public HashMap getDefinedOperations() {
+
+        return this.operations;
+
+    }
+    /**
+     * Will return a map of all this <code>WSDLOperation</code>s that 
+     * are defined and inherited from super interfaces.
+     */
+    public HashMap getAllOperations() {
+
+        HashMap all = (HashMap) this.operations.clone();
+
+        if (this.superInterfaces.size() == 0) {
+            return all;
+        } else {
+            Iterator superIterator = this.superInterfaces.values().iterator();
+            Iterator operationIterator;
+            WSDLInterface superInterface;
+            WSDLOperation superInterfaceOperation;
+            Iterator thisIterator = all.values().iterator();
+            WSDLOperation thisOperation;
+            boolean tobeAdded = false;
+            while (superIterator.hasNext()) {
+                superInterface = (WSDLInterface) superIterator.next();
+                operationIterator =
+                    superInterface.getAllOperations().values().iterator();
+                while (operationIterator.hasNext()) {
+                    superInterfaceOperation =
+                        (WSDLOperation) operationIterator.next();
+                    tobeAdded = true;
+                    while (thisIterator.hasNext()) {
+                        thisOperation = (WSDLOperation) thisIterator.next();
+
+                        if (thisOperation.getName()
+                            == superInterfaceOperation.getName()
+                            && !tobeAdded) {
+                            if (thisOperation
+                                .getTargetnemespace()
+                                .getPath()
+                                .equals(
+                                    superInterfaceOperation
+                                        .getTargetnemespace()
+                                        .getPath())) {
+                                //Both are the same Operation; the one inherited and
+                                //the one that is already in the map(may or maynot be inherited)
+                                tobeAdded = false;
+                            } else {
+                                //same name but target namespces dont match 
+                                //TODO Think this is an error
+                                throw new WSDLProcessingException(
+                                    "The Interface "
+                                        + this.getName()
+                                        + " has more than one Operation that has the same name but not the same interface ");
+                            }
+                        }
+                    }
+                    if (tobeAdded) {
+                        //This one is not in the list already developped
+                        all.put(
+                            superInterfaceOperation.getName(),
+                            superInterfaceOperation);
+                    }
+
+                }
+            }
+            return all;
+
+        }
+    }
 
+    /**
+     * @return
+     */
+    public List getFaults() {
+        return faults;
+    }
+
+    /**
+     * @return
+     */
+    public QName getName() {
+        return name;
+    }
+
+    /**
+     * @return
+     */
+    public HashMap getOperations() {
+        return operations;
+    }
+
+    /**
+     * Retruns the <code>WSDLOperation</code>
+     */
+    public WSDLOperation getOperation(String nCName) {
+        Object temp = this.operations.get(nCName);
+        if (null == temp)
+            throw new WSDLProcessingException(
+                "No Operation found with the QName with ncname/ ncname with "
+                    + nCName);
+        return (WSDLOperation) temp;
+    }
+
+    /**
+     * @return
+     */
+    public HashMap getSuperInterfaces() {
+        return superInterfaces;
+    }
 
-/**
- * @author Chathura Herath
- *  
- */
-public class WSDLInterfaceImpl extends ExtensibleComponentImpl implements WSDLInterface  {
-	
-	
-	private QName name;
-
-
-	private HashMap superInterfaces = new HashMap();
-
-	private List faults = new LinkedList();
-
-	private HashMap operations = new HashMap();
-	
-	
-	
-	private String styleDefault;
-	
-	
-	
-	
-		
-	
-	public HashMap getDefinedOperations(){
-		
-		return this.operations;
-		
-	}
-	/**
-	 * Will return a map of all this <code>WSDLOperation</code>s that 
-	 * are defined and inherited from super interfaces.
-	 */
-	public HashMap getAllOperations(){
-	    
-	    HashMap all = (HashMap)this.operations.clone();
-	    
-	    
-	    if(this.superInterfaces.size() ==0 ){
-	        return all;
-	    }else{
-	        Iterator superIterator = this.superInterfaces.values().iterator();
-	        Iterator operationIterator;
-	        WSDLInterface superInterface;
-	        WSDLOperation superInterfaceOperation;
-	        Iterator thisIterator = all.values().iterator();
-	        WSDLOperation thisOperation;
-	        boolean tobeAdded = false;
-	        while(superIterator.hasNext()){
-	            superInterface = (WSDLInterface)superIterator.next();
-	            operationIterator = superInterface.getAllOperations().values().iterator();
-	            while(operationIterator.hasNext()){
-	                superInterfaceOperation = (WSDLOperation)operationIterator.next();
-	                tobeAdded = true;
-	                while(thisIterator.hasNext()){
-	                    thisOperation = (WSDLOperation)thisIterator.next();
-	                    
-	                    if(thisOperation.getName() == superInterfaceOperation.getName() && !tobeAdded){
-	                        if(thisOperation.getTargetnemespace().getPath().equals(superInterfaceOperation.getTargetnemespace().getPath())){
-	                            //Both are the same Operation; the one inherited and
-	                            //the one that is already in the map(may or maynot be inherited)
-	                            tobeAdded = false;
-	                        }
-	                        else{
-	                            //same name but target namespces dont match 
-	                            //TODO Think this is an error
-	                            throw new WSDLProcessingException("The Interface " +this.getName() +" has more than one Operation that has the same name but not the same interface ");
-	                        }
-	                    }
-	                }
-	                if(tobeAdded){
-	                    //This one is not in the list already developped
-	                    all.put(superInterfaceOperation.getName(), superInterfaceOperation);
-	                }
-	                
-	            }
-	        }
-	        return all;
-	    	
-	    }
-	}
-
-	/**
-	 * @return
-	 */
-	public List getFaults() {
-		return faults;
-	}
-
-	/**
-	 * @return
-	 */
-	public QName getName() {
-		return name;
-	}
-
-	/**
-	 * @return
-	 */
-	public HashMap getOperations() {
-		return operations;
-	}
-	
-	/**
-	 * Retruns the <code>WSDLOperation</code>
-	 */
-	public WSDLOperation getOperation(String nCName){
-	    Object temp = this.operations.get(nCName);
-	    if(null == temp) throw new WSDLProcessingException("No Operation found with the QName with ncname/ ncname with "+nCName);
-	    return (WSDLOperation)temp;
-	}
-
-	/**
-	 * @return
-	 */
-	public HashMap getSuperInterfaces() {
-		return superInterfaces;
-	}
-	
-	public WSDLInterface getSuperInterface(QName qName){
-	    return (WSDLInterface)this.superInterfaces.get(qName);
-	}
-
-	/**
-	 * The Targetnamespace is that of the namespace URI of the QName of 
-	 * this component. 
-	 * @return URI as a String if the name is set otherwise will return null.
-	 */
-	public String getTargetnamespace() {
-		if(null == this.name) return null;
-		
-		return this.name.getNamespaceURI();
-	}
-
-	/**
-	 * @param list
-	 */
-	public void setFaults(List list) {
-		faults = list;
-	}
-
-	/**
-	 * @param qName
-	 */
-	public void setName(QName qName) {
-		name = qName;
-	}
-
-	/**
-	 * @param list
-	 */
-	public void setOperations(HashMap list) {
-		operations = list;
-	}
-
-	
-	/**
-	 * The operation is added by its ncname. If operation is null
-	 * it will not be added. If the Operation name is null a 
-	 * <code>WSDLProcessingException</code> will be thrown.
-	 * @param nCName
-	 * @param operation
-	 */
-	public void setOperation(WSDLOperation operation){
-	    if(null == operation) return ;
-	    
-	    if(null == operation.getName()) throw new WSDLProcessingException("The Operation name cannot be null (required)");
-	    this.operations.put(operation.getName(), operation);
-	}
-
-	/**
-	 * @param list
-	 */
-	public void setSuperInterfaces(HashMap list) {
-		superInterfaces = list;
-	}
-	
-	/**
-	 * The Inteface will be added to the list of super interfaces keyed with 
-	 * the QName.
-	 * @param qName The QName of the Inteface
-	 * @param interfaceComponent WSDLInterface Object
-	 */
-	public void addSuperInterface(QName qName, WSDLInterface interfaceComponent){
-	    this.superInterfaces.put(qName, interfaceComponent);
-	}
-
-	/**
-	 * Will return the StyleDefault if exist , otherwise will return null
-	 * @return
-	 */
+    public WSDLInterface getSuperInterface(QName qName) {
+        return (WSDLInterface) this.superInterfaces.get(qName);
+    }
+
+    /**
+     * The Targetnamespace is that of the namespace URI of the QName of 
+     * this component. 
+     * @return URI as a String if the name is set otherwise will return null.
+     */
+    public String getTargetnamespace() {
+        if (null == this.name)
+            return null;
+
+        return this.name.getNamespaceURI();
+    }
+
+    /**
+     * @param list
+     */
+    public void setFaults(List list) {
+        faults = list;
+    }
+
+    /**
+     * @param qName
+     */
+    public void setName(QName qName) {
+        name = qName;
+    }
+
+    /**
+     * @param list
+     */
+    public void setOperations(HashMap list) {
+        operations = list;
+    }
+
+    /**
+     * The operation is added by its ncname. If operation is null
+     * it will not be added. If the Operation name is null a 
+     * <code>WSDLProcessingException</code> will be thrown.
+     * @param nCName
+     * @param operation
+     */
+    public void setOperation(WSDLOperation operation) {
+        if (null == operation)
+            return;
+
+        if (null == operation.getName())
+            throw new WSDLProcessingException("The Operation name cannot be null (required)");
+        this.operations.put(operation.getName(), operation);
+    }
+
+    /**
+     * @param list
+     */
+    public void setSuperInterfaces(HashMap list) {
+        superInterfaces = list;
+    }
+
+    /**
+     * The Inteface will be added to the list of super interfaces keyed with 
+     * the QName.
+     * @param qName The QName of the Inteface
+     * @param interfaceComponent WSDLInterface Object
+     */
+    public void addSuperInterface(
+        QName qName,
+        WSDLInterface interfaceComponent) {
+        this.superInterfaces.put(qName, interfaceComponent);
+    }
+
+    /**
+     * Will return the StyleDefault if exist , otherwise will return null
+     * @return
+     */
     public String getStyleDefault() {
         return styleDefault;
     }
-    
+
     public void setStyleDefault(String styleDefault) {
         this.styleDefault = styleDefault;
     }

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLOperationImpl.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLOperationImpl.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLOperationImpl.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLOperationImpl.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLOperationImpl.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLOperationImpl.java	Tue Dec 14 02:52:57 2004
@@ -24,10 +24,6 @@
 import org.apache.wsdl.wom.MessageReference;
 import org.apache.wsdl.wom.WSDLOperation;
 
-/**
- * @author Chathura Herath
- *
- */
 public class WSDLOperationImpl extends ExtensibleComponentImpl implements WSDLOperation  {
 
 	private QName name;

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLProcessingException.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLProcessingException.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLProcessingException.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLProcessingException.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLProcessingException.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLProcessingException.java	Tue Dec 14 02:52:57 2004
@@ -15,10 +15,6 @@
  */
 package org.apache.wsdl.wom.impl;
 
-/**
- * @author chathura@opensource.lk
- *
- */
 public class WSDLProcessingException extends RuntimeException {
 
     public WSDLProcessingException(String message){

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLServiceImpl.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLServiceImpl.java?view=diff&rev=111806&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLServiceImpl.java&r1=111805&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLServiceImpl.java&r2=111806
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLServiceImpl.java	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/wsdl/wom/impl/WSDLServiceImpl.java	Tue Dec 14 02:52:57 2004
@@ -23,11 +23,6 @@
 import org.apache.wsdl.wom.WSDLInterface;
 import org.apache.wsdl.wom.WSDLService;
 
-
-/**
- * @author chathura@opensource.lk
- *
- */
 public class WSDLServiceImpl extends ComponentImpl implements WSDLService   {
 
     /**