Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 48946 invoked from network); 19 Feb 2005 03:25:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 19 Feb 2005 03:25:50 -0000 Received: (qmail 20683 invoked by uid 500); 19 Feb 2005 03:25:49 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 20647 invoked by uid 500); 19 Feb 2005 03:25:48 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 20630 invoked by uid 99); 19 Feb 2005 03:25:48 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 18 Feb 2005 19:25:44 -0800 Received: (qmail 48888 invoked by uid 65534); 19 Feb 2005 03:25:43 -0000 Message-ID: <20050219032543.48887.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Mailer: svnmailer-1.0.0-dev Date: Sat, 19 Feb 2005 03:25:43 -0000 Subject: svn commit: r154388 [1/7] - in webservices/axis/trunk/java/modules: core/src/java/org/apache/axis/ core/src/java/org/apache/axis/addressing/ core/src/java/org/apache/axis/addressing/miheaders/ core/src/java/org/apache/axis/addressing/om/ core/src/java/org/apache/axis/clientapi/ core/src/java/org/apache/axis/context/ core/src/java/org/apache/axis/description/ core/src/java/org/apache/axis/engine/ core/src/java/org/apache/axis/handlers/ core/src/java/org/apache/axis/phaseresolver/ core/src/java/org/apache/axis/providers/ core/src/java/org/apache/axis/receivers/ core/src/java/org/apache/axis/transport/ core/src/java/org/apache/axis/transport/http/ core/src/java/org/apache/axis/util/ core/src/test/org/apache/axis/ core/src/test/org/apache/axis/addressing/ core/src/test/org/apache/axis/addressing/miheaders/ core/src/test/org/apache/axis/clientapi/ core/src/test/org/apache/axis/description/ core/src/test/org/apache/axis/engine/ core/src/test/org/apache/axis/misc/ core/src/test/org/apache/axis/transport/ deployment/src/java/org/apache/axis/deployment/ deployment/src/java/org/apache/axis/deployment/listener/ deployment/src/java/org/apache/axis/deployment/repository/utill/ deployment/src/java/org/apache/axis/deployment/scheduler/ deployment/src/samples/deployment/module1/ deployment/src/samples/deployment/module2/ deployment/src/samples/deployment/service1/org/apache/axis/sample/echo/ deployment/src/samples/deployment/service1/org/apache/axis/sample/handlers/ deployment/src/samples/deployment/service2/ deployment/src/test/org/apache/axis/deployment/ om/src/java/org/apache/axis/om/ om/src/java/org/apache/axis/om/impl/llom/ om/src/java/org/apache/axis/om/impl/llom/builder/ om/src/java/org/apache/axis/om/impl/llom/exception/ om/src/java/org/apache/axis/om/impl/llom/factory/ om/src/java/org/apache/axis/om/impl/llom/serialize/ om/src/java/org/apache/axis/om/impl/llom/traverse/ om/src/test/org/apache/axis/om/ om/src/test/org/apache/axis/om/factory/ om/src/test/org/apache/axis/om/impl/builder/ om/src/test/org/apache/axis/om/impl/seriliazer/ om/src/test/org/apache/axis/om/impl/streamwrapper/ om/src/test/org/apache/axis/om/impl/traverse/ samples/src/java/encoding/sample1/ samples/src/java/encoding/sample2/benchMark/ samples/src/java/org/apache/axis/testUtils/ samples/src/java/userguide/sample1/ samples/src/test/org/apache/axis/encoding/ samples/src/test/org/apache/axis/integration/ samples/src/test/org/apache/axis/om/builder/ samples/src/test/org/apache/axis/om/builder/dummy/ wsdl/src/java/org/apache/axis/wsdl/wsdltowom/ wsdl/src/java/org/apache/wsdl/ wsdl/src/java/org/apache/wsdl/impl/ wsdl/src/java/org/apache/wsdl/util/ wsdl/src/test/org/apache/wsdl/ To: axis-cvs@ws.apache.org From: dims@apache.org X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: dims Date: Fri Feb 18 19:24:49 2005 New Revision: 154388 URL: http://svn.apache.org/viewcvs?view=3Drev&rev=3D154388 Log: fix copyright headers Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/Const= ants.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/addre= ssing/AddressingConstants.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/addre= ssing/AnyContentType.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/addre= ssing/EndpointReference.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/addre= ssing/ServiceName.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/addre= ssing/miheaders/RelatesTo.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/addre= ssing/om/AddressingHeaders.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/clien= tapi/AsyncResult.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/clien= tapi/Call.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/clien= tapi/Callback.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/clien= tapi/Correlator.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/clien= tapi/Invoker.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/conte= xt/GlobalContext.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/conte= xt/MessageContext.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/conte= xt/SessionContext.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/conte= xt/SimpleSessionContext.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/AxisGlobal.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/AxisModule.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/AxisOperation.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/AxisService.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/AxisTransport.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/DescriptionConstants.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/Flow.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/FlowImpl.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/FlowInclude.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/FlowIncludeImpl.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/HandlerMetaData.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/Parameter.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/ParameterImpl.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/ParameterInclude.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/ParameterIncludeImpl.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/PhaseRule.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/PhasesInclude.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/PhasesIncludeImpl.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/SimpleAxisOperationImpl.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/engin= e/AxisEngine.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/engin= e/AxisFault.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/engin= e/Dispatcher.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/engin= e/EngineRegistry.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/engin= e/EngineRegistryFactory.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/engin= e/EngineRegistryImpl.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/engin= e/ExecutionChain.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/engin= e/Handler.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/engin= e/Phase.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/engin= e/Provider.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/engin= e/Receiver.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/engin= e/ReceiverLocator.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/engin= e/Sender.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/handl= ers/AbstractHandler.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/handl= ers/OpNameFinder.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/phase= resolver/PhaseException.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/phase= resolver/PhaseHolder.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/phase= resolver/PhaseMetaData.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/phase= resolver/PhaseResolver.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/provi= ders/AbstractProvider.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/provi= ders/RawXMLProvider.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/recei= vers/INReceiver.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/recei= vers/InOutAsyncReceiver.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/recei= vers/InOutSyncReceiver.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/trans= port/AbstractTransportSender.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/trans= port/TransportReciver.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/trans= port/TransportReciverLocator.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/trans= port/TransportSender.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/trans= port/TransportSenderLocator.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/trans= port/http/AxisServlet.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/trans= port/http/HTTPConstants.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/trans= port/http/HTTPTransportReciver.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/trans= port/http/HTTPTransportSender.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/trans= port/http/SimpleHTTPServer.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/util/= OperationItemBean.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/util/= ServiceItemBean.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/util/= ServiceListBean.java webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/util/= tcpmon.java webservices/axis/trunk/java/modules/core/src/test/org/apache/axis/Abstr= actTestCase.java webservices/axis/trunk/java/modules/core/src/test/org/apache/axis/addre= ssing/AnyContentTypeTest.java webservices/axis/trunk/java/modules/core/src/test/org/apache/axis/addre= ssing/EndpointReferenceTypeTest.java webservices/axis/trunk/java/modules/core/src/test/org/apache/axis/addre= ssing/miheaders/RelatesToTest.java webservices/axis/trunk/java/modules/core/src/test/org/apache/axis/clien= tapi/TestSendReceive.java webservices/axis/trunk/java/modules/core/src/test/org/apache/axis/clien= tapi/TestSendReceiveAsync.java webservices/axis/trunk/java/modules/core/src/test/org/apache/axis/descr= iption/MockFlow.java webservices/axis/trunk/java/modules/core/src/test/org/apache/axis/descr= iption/RegistryTest.java webservices/axis/trunk/java/modules/core/src/test/org/apache/axis/descr= iption/SpeakingHandler.java webservices/axis/trunk/java/modules/core/src/test/org/apache/axis/descr= iption/SpeakingHandler1.java webservices/axis/trunk/java/modules/core/src/test/org/apache/axis/descr= iption/SpeakingProvider.java webservices/axis/trunk/java/modules/core/src/test/org/apache/axis/engin= e/CallUnregisterdServiceTest.java webservices/axis/trunk/java/modules/core/src/test/org/apache/axis/engin= e/Echo.java webservices/axis/trunk/java/modules/core/src/test/org/apache/axis/engin= e/EchoRawXMLTest.java webservices/axis/trunk/java/modules/core/src/test/org/apache/axis/engin= e/EchoTest.java webservices/axis/trunk/java/modules/core/src/test/org/apache/axis/engin= e/EngineTest.java webservices/axis/trunk/java/modules/core/src/test/org/apache/axis/engin= e/EngineUtils.java webservices/axis/trunk/java/modules/core/src/test/org/apache/axis/engin= e/HandlerFaliureTest.java webservices/axis/trunk/java/modules/core/src/test/org/apache/axis/engin= e/MessageContextTest.java webservices/axis/trunk/java/modules/core/src/test/org/apache/axis/engin= e/MessageWithServerTest.java webservices/axis/trunk/java/modules/core/src/test/org/apache/axis/engin= e/SimpleAxisServerTest.java webservices/axis/trunk/java/modules/core/src/test/org/apache/axis/engin= e/UtilServer.java webservices/axis/trunk/java/modules/core/src/test/org/apache/axis/misc/= MiscTest.java webservices/axis/trunk/java/modules/core/src/test/org/apache/axis/trans= port/HTTPTrasportHeaderParsingTest.java webservices/axis/trunk/java/modules/deployment/src/java/org/apache/axis= /deployment/DeploymentConstants.java webservices/axis/trunk/java/modules/deployment/src/java/org/apache/axis= /deployment/DeploymentEngine.java webservices/axis/trunk/java/modules/deployment/src/java/org/apache/axis= /deployment/DeploymentException.java webservices/axis/trunk/java/modules/deployment/src/java/org/apache/axis= /deployment/DeploymentParser.java webservices/axis/trunk/java/modules/deployment/src/java/org/apache/axis= /deployment/EngineRegistryFactoryImpl.java webservices/axis/trunk/java/modules/deployment/src/java/org/apache/axis= /deployment/listener/RepositoryListener.java webservices/axis/trunk/java/modules/deployment/src/java/org/apache/axis= /deployment/listener/RepositoryListenerImpl.java webservices/axis/trunk/java/modules/deployment/src/java/org/apache/axis= /deployment/repository/utill/HDFileItem.java webservices/axis/trunk/java/modules/deployment/src/java/org/apache/axis= /deployment/repository/utill/UnZipJAR.java webservices/axis/trunk/java/modules/deployment/src/java/org/apache/axis= /deployment/repository/utill/WSInfo.java webservices/axis/trunk/java/modules/deployment/src/java/org/apache/axis= /deployment/repository/utill/WSInfoList.java webservices/axis/trunk/java/modules/deployment/src/java/org/apache/axis= /deployment/scheduler/DeploymentIterator.java webservices/axis/trunk/java/modules/deployment/src/java/org/apache/axis= /deployment/scheduler/ScheduleIterator.java webservices/axis/trunk/java/modules/deployment/src/java/org/apache/axis= /deployment/scheduler/Scheduler.java webservices/axis/trunk/java/modules/deployment/src/java/org/apache/axis= /deployment/scheduler/SchedulerTask.java webservices/axis/trunk/java/modules/deployment/src/samples/deployment/m= odule1/Handler3.java webservices/axis/trunk/java/modules/deployment/src/samples/deployment/m= odule2/Handler4.java webservices/axis/trunk/java/modules/deployment/src/samples/deployment/s= ervice1/org/apache/axis/sample/echo/EchoImpl.java webservices/axis/trunk/java/modules/deployment/src/samples/deployment/s= ervice1/org/apache/axis/sample/echo/EchoProvider.java webservices/axis/trunk/java/modules/deployment/src/samples/deployment/s= ervice1/org/apache/axis/sample/echo/EchoStruct.java webservices/axis/trunk/java/modules/deployment/src/samples/deployment/s= ervice1/org/apache/axis/sample/echo/EchoStructEncoder.java webservices/axis/trunk/java/modules/deployment/src/samples/deployment/s= ervice1/org/apache/axis/sample/handlers/LoggingHandler.java webservices/axis/trunk/java/modules/deployment/src/samples/deployment/s= ervice2/Echo2.java webservices/axis/trunk/java/modules/deployment/src/samples/deployment/s= ervice2/Handler2.java webservices/axis/trunk/java/modules/deployment/src/test/org/apache/axis= /deployment/AbstractTestCase.java webservices/axis/trunk/java/modules/deployment/src/test/org/apache/axis= /deployment/BadModuleTest.java webservices/axis/trunk/java/modules/deployment/src/test/org/apache/axis= /deployment/BadServerXMLTest.java webservices/axis/trunk/java/modules/deployment/src/test/org/apache/axis= /deployment/BadServiceXMLTest.java webservices/axis/trunk/java/modules/deployment/src/test/org/apache/axis= /deployment/BuildERWithDeploymentTest.java webservices/axis/trunk/java/modules/deployment/src/test/org/apache/axis= /deployment/DeploymentotalTest.java webservices/axis/trunk/java/modules/deployment/src/test/org/apache/axis= /deployment/SpeakingHandler.java webservices/axis/trunk/java/modules/deployment/src/test/org/apache/axis= /deployment/TransportDeploymentTest.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/Fact= oryFinder.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/OMAt= tribute.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/OMCo= nstants.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/OMEl= ement.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/OMEx= ception.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/OMFa= ctory.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/OMFa= ctoryException.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/OMNa= medNode.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/OMNa= mespace.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/OMNo= de.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/OMSe= rializer.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/OMTe= xt.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/OMUt= ils.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/OMXM= LParserWrapper.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/SOAP= Body.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/SOAP= Envelope.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/SOAP= Fault.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/SOAP= Header.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/SOAP= HeaderBlock.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/impl= /llom/OMAttributeImpl.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/impl= /llom/OMDocument.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/impl= /llom/OMElementImpl.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/impl= /llom/OMNamedNodeImpl.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/impl= /llom/OMNamespaceImpl.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/impl= /llom/OMNavigator.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/impl= /llom/OMNodeImpl.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/impl= /llom/OMStAXWrapper.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/impl= /llom/OMTextImpl.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/impl= /llom/SOAPBodyImpl.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/impl= /llom/SOAPEnvelopeImpl.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/impl= /llom/SOAPFaultImpl.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/impl= /llom/SOAPHeaderBlockImpl.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/impl= /llom/SOAPHeaderImpl.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/impl= /llom/builder/StAXBuilder.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/impl= /llom/builder/StAXOMBuilder.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/impl= /llom/builder/StAXSOAPModelBuilder.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/impl= /llom/exception/OMBuilderException.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/impl= /llom/exception/OMStreamingException.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/impl= /llom/factory/OMLinkedListImplFactory.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/impl= /llom/factory/OMXMLBuilderFactory.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/impl= /llom/serialize/StreamWriterToContentHandlerConverter.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/impl= /llom/serialize/StreamingOMSerializer.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/impl= /llom/traverse/OMChildrenIterator.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/impl= /llom/traverse/OMChildrenQNameIterator.java webservices/axis/trunk/java/modules/om/src/java/org/apache/axis/om/impl= /llom/traverse/OMChildrenWithSpecificAttributeIterator.java webservices/axis/trunk/java/modules/om/src/test/org/apache/axis/om/Abst= ractTestCase.java webservices/axis/trunk/java/modules/om/src/test/org/apache/axis/om/BadI= nputTest.java webservices/axis/trunk/java/modules/om/src/test/org/apache/axis/om/Comp= areOMWithDOMTest.java webservices/axis/trunk/java/modules/om/src/test/org/apache/axis/om/Iter= atorTester.java webservices/axis/trunk/java/modules/om/src/test/org/apache/axis/om/Mess= agesTest.java webservices/axis/trunk/java/modules/om/src/test/org/apache/axis/om/OMBo= dyTest.java webservices/axis/trunk/java/modules/om/src/test/org/apache/axis/om/OMCh= ildrenQNameIteratorTest.java webservices/axis/trunk/java/modules/om/src/test/org/apache/axis/om/OMEn= velopeTest.java webservices/axis/trunk/java/modules/om/src/test/org/apache/axis/om/OMHe= aderBlockTest.java webservices/axis/trunk/java/modules/om/src/test/org/apache/axis/om/OMHe= aderTest.java webservices/axis/trunk/java/modules/om/src/test/org/apache/axis/om/OMNa= vigatorTest.java webservices/axis/trunk/java/modules/om/src/test/org/apache/axis/om/OMTe= st.java webservices/axis/trunk/java/modules/om/src/test/org/apache/axis/om/OMTe= stCase.java webservices/axis/trunk/java/modules/om/src/test/org/apache/axis/om/OMTe= stUtils.java webservices/axis/trunk/java/modules/om/src/test/org/apache/axis/om/SOAP= FaultTest.java webservices/axis/trunk/java/modules/om/src/test/org/apache/axis/om/fact= ory/OMLinkedListImplFactoryTest.java webservices/axis/trunk/java/modules/om/src/test/org/apache/axis/om/impl= /builder/StAXOMBuilderTest.java webservices/axis/trunk/java/modules/om/src/test/org/apache/axis/om/impl= /seriliazer/ElementSerializerTest.java webservices/axis/trunk/java/modules/om/src/test/org/apache/axis/om/impl= /seriliazer/OMSerailizerTest.java webservices/axis/trunk/java/modules/om/src/test/org/apache/axis/om/impl= /streamwrapper/OMStaxStreamingWrapperTest.java webservices/axis/trunk/java/modules/om/src/test/org/apache/axis/om/impl= /streamwrapper/OmStAXBuilderTest.java webservices/axis/trunk/java/modules/om/src/test/org/apache/axis/om/impl= /traverse/OMChildrenWithSpecificAttributeIteratorTest.java webservices/axis/trunk/java/modules/samples/src/java/encoding/sample1/C= ollecter.java webservices/axis/trunk/java/modules/samples/src/java/encoding/sample1/E= choImpl.java webservices/axis/trunk/java/modules/samples/src/java/encoding/sample1/E= choProvider.java webservices/axis/trunk/java/modules/samples/src/java/encoding/sample1/E= choStruct.java webservices/axis/trunk/java/modules/samples/src/java/encoding/sample1/E= choStructEncoder.java webservices/axis/trunk/java/modules/samples/src/java/encoding/sample1/E= choStub.java webservices/axis/trunk/java/modules/samples/src/java/encoding/sample1/E= ndToEndTest.java webservices/axis/trunk/java/modules/samples/src/java/encoding/sample1/L= oadIncreaseTest.java webservices/axis/trunk/java/modules/samples/src/java/encoding/sample1/L= oadTest.java webservices/axis/trunk/java/modules/samples/src/java/encoding/sample1/S= ampler.java webservices/axis/trunk/java/modules/samples/src/java/encoding/sample2/b= enchMark/BenchProvider.java webservices/axis/trunk/java/modules/samples/src/java/encoding/sample2/b= enchMark/Benchmark1Impl.java webservices/axis/trunk/java/modules/samples/src/java/encoding/sample2/b= enchMark/Benchmark1PortType.java webservices/axis/trunk/java/modules/samples/src/java/org/apache/axis/te= stUtils/ArrayTypeEncoder.java webservices/axis/trunk/java/modules/samples/src/java/org/apache/axis/te= stUtils/Encoder.java webservices/axis/trunk/java/modules/samples/src/java/org/apache/axis/te= stUtils/ObjectToOMBuilder.java webservices/axis/trunk/java/modules/samples/src/java/org/apache/axis/te= stUtils/SimpleJavaProvider.java webservices/axis/trunk/java/modules/samples/src/java/org/apache/axis/te= stUtils/SimpleTypeEncoder.java webservices/axis/trunk/java/modules/samples/src/java/org/apache/axis/te= stUtils/SimpleTypeEncodingUtils.java webservices/axis/trunk/java/modules/samples/src/java/userguide/sample1/= EchoXML.java webservices/axis/trunk/java/modules/samples/src/java/userguide/sample1/= SynchronousClient.java webservices/axis/trunk/java/modules/samples/src/test/org/apache/axis/en= coding/EncodingTest.java webservices/axis/trunk/java/modules/samples/src/test/org/apache/axis/in= tegration/Constants.java webservices/axis/trunk/java/modules/samples/src/test/org/apache/axis/in= tegration/EchoTest.java webservices/axis/trunk/java/modules/samples/src/test/org/apache/axis/in= tegration/UtilServer.java webservices/axis/trunk/java/modules/samples/src/test/org/apache/axis/om= /builder/ObjectToOMBuilderTest.java webservices/axis/trunk/java/modules/samples/src/test/org/apache/axis/om= /builder/dummy/DummyOutObject.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/axis/wsdl/= wsdltowom/WOMBuilder.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/axis/wsdl/= wsdltowom/WOMBuilderFactory.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/axis/wsdl/= wsdltowom/WSDL1ToWOMBuilder.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/axis/wsdl/= wsdltowom/WSDL2ToWOMBuilder.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/axis/wsdl/= wsdltowom/WSDL4JtoWOMPump.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/axis/wsdl/= wsdltowom/WSDLPump.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/Compo= nent.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/Exten= sibleComponent.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/Exten= sionElement.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/Fault= Reference.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/Messa= geReference.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/WSDLB= inding.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/WSDLB= indingFault.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/WSDLB= indingMessageReference.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/WSDLB= indingOperation.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/WSDLC= onstants.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/WSDLD= escription.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/WSDLE= ndpoint.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/WSDLF= ault.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/WSDLF= eature.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/WSDLI= mport.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/WSDLI= nclude.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/WSDLI= nterface.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/WSDLO= peration.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/WSDLP= roperty.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/WSDLS= ervice.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/WSDLT= ypes.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/impl/= ComponentImpl.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/impl/= ExtensibleComponentImpl.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/impl/= ExtensionElementImpl.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/impl/= FaultReferenceImpl.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/impl/= MessageReferenceImpl.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/impl/= WDSLPropertyImpl.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/impl/= WSDLBindingFaultImpl.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/impl/= WSDLBindingImpl.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/impl/= WSDLBindingMessageReferenceImpl.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/impl/= WSDLBindingOperationImpl.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/impl/= WSDLDescriptionImpl.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/impl/= WSDLEndpointImpl.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/impl/= WSDLFaultImpl.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/impl/= WSDLFeatureImpl.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/impl/= WSDLImportImpl.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/impl/= WSDLIncludeImpl.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/impl/= WSDLInterfaceImpl.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/impl/= WSDLOperationImpl.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/impl/= WSDLProcessingException.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/impl/= WSDLPropertyImpl.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/impl/= WSDLServiceImpl.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/impl/= WSDLTypesImpl.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/util/= Style.java webservices/axis/trunk/java/modules/wsdl/src/java/org/apache/wsdl/util/= Utils.java webservices/axis/trunk/java/modules/wsdl/src/test/org/apache/wsdl/Abstr= actTestCase.java webservices/axis/trunk/java/modules/wsdl/src/test/org/apache/wsdl/Inter= faceTest.java webservices/axis/trunk/java/modules/wsdl/src/test/org/apache/wsdl/WOMBu= ilderTest.java Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /Constants.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/Constants.java?view=3Ddiff&r1=3D154387&r2=3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/Const= ants.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/Const= ants.java Fri Feb 18 19:24:49 2005 @@ -1,5 +1,5 @@ /* - * Copyright 2003,2004 The Apache Software Foundation. + * Copyright 2004,2005 The Apache Software Foundation. *=20 * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +=20 package org.apache.axis; =20 public class Constants { Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /addressing/AddressingConstants.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/addressing/AddressingConstants.java?view=3Ddiff&r= 1=3D154387&r2=3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/addre= ssing/AddressingConstants.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/addre= ssing/AddressingConstants.java Fri Feb 18 19:24:49 2005 @@ -1,22 +1,21 @@ -package org.apache.axis.addressing; - -/** - * Copyright 2001-2004 The Apache Software Foundation. - *

+/* + * Copyright 2004,2005 The Apache Software Foundation. + *=20 * 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 - *

+ *=20 + * http://www.apache.org/licenses/LICENSE-2.0 + *=20 * 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. - *

- * This will hold all the constants related WS-Addressing */ +=20 +package org.apache.axis.addressing; + public interface AddressingConstants { public static final String WSA_MESSAGE_ID =3D "MessageID"; public static final String WSA_RELATES_TO =3D "RelatesTo"; @@ -26,6 +25,4 @@ public static final String WSA_FROM =3D "From"; public static final String WSA_REPLY_TO =3D "ReplyTo"; public static final String WSA_FAULT_TO =3D "FaultTo"; - - } Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /addressing/AnyContentType.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/addressing/AnyContentType.java?view=3Ddiff&r1=3D1= 54387&r2=3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/addre= ssing/AnyContentType.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/addre= ssing/AnyContentType.java Fri Feb 18 19:24:49 2005 @@ -1,27 +1,24 @@ -package org.apache.axis.addressing; - -import javax.xml.namespace.QName; -import java.util.HashMap; - -/** - * Copyright 2001-2004 The Apache Software Foundation. - *

+/* + * Copyright 2004,2005 The Apache Software Foundation. + *=20 * 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 - *

+ *=20 + * http://www.apache.org/licenses/LICENSE-2.0 + *=20 * 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. - *

- *

- * wsa:ReferenceProperties and wsa:ReferenceParameter will be extended fro= m this. - * This will contain a collection of name value pairs. */ +=20 +package org.apache.axis.addressing; + +import javax.xml.namespace.QName; +import java.util.HashMap; + public class AnyContentType { =20 private String anyContentTypeName; Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /addressing/EndpointReference.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/addressing/EndpointReference.java?view=3Ddiff&r1= =3D154387&r2=3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/addre= ssing/EndpointReference.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/addre= ssing/EndpointReference.java Fri Feb 18 19:24:49 2005 @@ -1,23 +1,23 @@ -package org.apache.axis.addressing; - -import javax.xml.namespace.QName; - -/** - * Copyright 2001-2004 The Apache Software Foundation. - *

+/* + * Copyright 2004,2005 The Apache Software Foundation. + *=20 * 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 - *

+ *=20 + * http://www.apache.org/licenses/LICENSE-2.0 + *=20 * 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. - *

*/ +=20 +package org.apache.axis.addressing; + +import javax.xml.namespace.QName; + public class EndpointReference { =20 /** Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /addressing/ServiceName.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/addressing/ServiceName.java?view=3Ddiff&r1=3D1543= 87&r2=3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/addre= ssing/ServiceName.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/addre= ssing/ServiceName.java Fri Feb 18 19:24:49 2005 @@ -1,23 +1,23 @@ -package org.apache.axis.addressing; - -import javax.xml.namespace.QName; - -/** - * Copyright 2001-2004 The Apache Software Foundation. - *

+/* + * Copyright 2004,2005 The Apache Software Foundation. + *=20 * 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 - *

+ *=20 + * http://www.apache.org/licenses/LICENSE-2.0 + *=20 * 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. - *

*/ +=20 +package org.apache.axis.addressing; + +import javax.xml.namespace.QName; + public class ServiceName { private QName name; private String portName; Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /addressing/miheaders/RelatesTo.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/addressing/miheaders/RelatesTo.java?view=3Ddiff&r= 1=3D154387&r2=3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/addre= ssing/miheaders/RelatesTo.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/addre= ssing/miheaders/RelatesTo.java Fri Feb 18 19:24:49 2005 @@ -1,22 +1,21 @@ -package org.apache.axis.addressing.miheaders; - -/** - * Copyright 2001-2004 The Apache Software Foundation. - *

+/* + * Copyright 2004,2005 The Apache Software Foundation. + *=20 * 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 - *

+ *=20 + * http://www.apache.org/licenses/LICENSE-2.0 + *=20 * 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. - *

- * This will map to the was:relatsTo */ +=20 +package org.apache.axis.addressing.miheaders; + public class RelatesTo { private String address; private String relationshipType =3D "wsa:Reply"; Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /addressing/om/AddressingHeaders.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/addressing/om/AddressingHeaders.java?view=3Ddiff&= r1=3D154387&r2=3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/addre= ssing/om/AddressingHeaders.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/addre= ssing/om/AddressingHeaders.java Fri Feb 18 19:24:49 2005 @@ -1,24 +1,25 @@ -package org.apache.axis.addressing.om; - -import org.apache.axis.addressing.EndpointReference; -import org.apache.axis.addressing.miheaders.RelatesTo; -import org.apache.axis.om.SOAPHeader; - -/** - * Copyright 2001-2004 The Apache Software Foundation. - *

+/* + * Copyright 2004,2005 The Apache Software Foundation. + *=20 * 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 - *

+ *=20 + * http://www.apache.org/licenses/LICENSE-2.0 + *=20 * 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. */ +=20 +package org.apache.axis.addressing.om; + +import org.apache.axis.addressing.EndpointReference; +import org.apache.axis.addressing.miheaders.RelatesTo; +import org.apache.axis.om.SOAPHeader; + public class AddressingHeaders { =20 private EndpointReference wsaTo; Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /clientapi/AsyncResult.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/clientapi/AsyncResult.java?view=3Ddiff&r1=3D15438= 7&r2=3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/clien= tapi/AsyncResult.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/clien= tapi/AsyncResult.java Fri Feb 18 19:24:49 2005 @@ -1,26 +1,23 @@ -package org.apache.axis.clientapi; - -import org.apache.axis.om.SOAPEnvelope; - -/** - * Copyright 2001-2004 The Apache Software Foundation. - *

+/* + * Copyright 2004,2005 The Apache Software Foundation. + *=20 * 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 - *

+ *=20 + * http://www.apache.org/licenses/LICENSE-2.0 + *=20 * 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. - * - * @author Deepal Jayasinghe - * Dec 16, 2004 - * 2:30:16 PM */ +=20 +package org.apache.axis.clientapi; + +import org.apache.axis.om.SOAPEnvelope; + public class AsyncResult { private SOAPEnvelope result; =20 Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /clientapi/Call.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/clientapi/Call.java?view=3Ddiff&r1=3D154387&r2=3D= 154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/clien= tapi/Call.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/clien= tapi/Call.java Fri Feb 18 19:24:49 2005 @@ -1,3 +1,19 @@ +/* + * Copyright 2004,2005 The Apache Software Foundation. + *=20 + * 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 + *=20 + * http://www.apache.org/licenses/LICENSE-2.0 + *=20 + * 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. + */ +=20 package org.apache.axis.clientapi; =20 import org.apache.axis.Constants; @@ -21,24 +37,6 @@ import java.net.URL; import java.net.URLConnection; =20 -/** - * 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. - *

- * Dec 16, 2004 - * 12:28:00 PM - */ public class Call { private EngineRegistry registry; protected Log log =3D LogFactory.getLog(getClass()); Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /clientapi/Callback.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/clientapi/Callback.java?view=3Ddiff&r1=3D154387&r= 2=3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/clien= tapi/Callback.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/clien= tapi/Callback.java Fri Feb 18 19:24:49 2005 @@ -1,24 +1,21 @@ -package org.apache.axis.clientapi; - -/** - * Copyright 2001-2004 The Apache Software Foundation. - *

+/* + * Copyright 2004,2005 The Apache Software Foundation. + *=20 * 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 - *

+ *=20 + * http://www.apache.org/licenses/LICENSE-2.0 + *=20 * 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. - * - * @author Deepal Jayasinghe - * Dec 16, 2004 - * 2:29:34 PM */ +=20 +package org.apache.axis.clientapi; + public abstract class Callback { private boolean complete =3D false; private AsyncResult result; Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /clientapi/Correlator.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/clientapi/Correlator.java?view=3Ddiff&r1=3D154387= &r2=3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/clien= tapi/Correlator.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/clien= tapi/Correlator.java Fri Feb 18 19:24:49 2005 @@ -1,17 +1,23 @@ +/* + * Copyright 2004,2005 The Apache Software Foundation. + *=20 + * 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 + *=20 + * http://www.apache.org/licenses/LICENSE-2.0 + *=20 + * 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. + */ +=20 package org.apache.axis.clientapi; =20 import java.util.HashMap; =20 -/** - * 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 appli= cable - * law or agreed to in writing, software distributed under the License is - * distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF AN= Y - * KIND, either express or implied. See the License for the specific langu= age - * governing permissions and limitations under the License. - */ public class Correlator { private static Correlator instance; =20 Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /clientapi/Invoker.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/clientapi/Invoker.java?view=3Ddiff&r1=3D154387&r2= =3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/clien= tapi/Invoker.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/clien= tapi/Invoker.java Fri Feb 18 19:24:49 2005 @@ -1,15 +1,20 @@ -package org.apache.axis.clientapi; - -/** - * 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 appli= cable - * law or agreed to in writing, software distributed under the License is - * distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF AN= Y - * KIND, either express or implied. See the License for the specific langu= age - * governing permissions and limitations under the License. +/* + * Copyright 2004,2005 The Apache Software Foundation. + *=20 + * 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 + *=20 + * http://www.apache.org/licenses/LICENSE-2.0 + *=20 + * 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. */ +=20 +package org.apache.axis.clientapi; =20 import org.apache.axis.context.MessageContext; import org.apache.axis.engine.AxisEngine; Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /context/GlobalContext.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/context/GlobalContext.java?view=3Ddiff&r1=3D15438= 7&r2=3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/conte= xt/GlobalContext.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/conte= xt/GlobalContext.java Fri Feb 18 19:24:49 2005 @@ -1,18 +1,19 @@ -/* - * Copyright 2003,2004 The Apache Software Foundation. - *=20 - * 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 - *=20 - * http://www.apache.org/licenses/LICENSE-2.0 - *=20 - * 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. - */ +/* + * Copyright 2004,2005 The Apache Software Foundation. + *=20 + * 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 + *=20 + * http://www.apache.org/licenses/LICENSE-2.0 + *=20 + * 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. + */ +=20 package org.apache.axis.context; =20 import org.apache.axis.engine.EngineRegistry; Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /context/MessageContext.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/context/MessageContext.java?view=3Ddiff&r1=3D1543= 87&r2=3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/conte= xt/MessageContext.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/conte= xt/MessageContext.java Fri Feb 18 19:24:49 2005 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2004 The Apache Software Foundation. + * Copyright 2004,2005 The Apache Software Foundation. *=20 * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - +=20 package org.apache.axis.context; =20 import org.apache.axis.Constants; Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /context/SessionContext.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/context/SessionContext.java?view=3Ddiff&r1=3D1543= 87&r2=3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/conte= xt/SessionContext.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/conte= xt/SessionContext.java Fri Feb 18 19:24:49 2005 @@ -1,18 +1,19 @@ -/* - * Copyright 2003,2004 The Apache Software Foundation. - *=20 - * 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 - *=20 - * http://www.apache.org/licenses/LICENSE-2.0 - *=20 - * 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. - */ +/* + * Copyright 2004,2005 The Apache Software Foundation. + *=20 + * 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 + *=20 + * http://www.apache.org/licenses/LICENSE-2.0 + *=20 + * 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. + */ +=20 package org.apache.axis.context; =20 /** Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /context/SimpleSessionContext.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/context/SimpleSessionContext.java?view=3Ddiff&r1= =3D154387&r2=3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/conte= xt/SimpleSessionContext.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/conte= xt/SimpleSessionContext.java Fri Feb 18 19:24:49 2005 @@ -1,18 +1,19 @@ -/* - * Copyright 2003,2004 The Apache Software Foundation. - *=20 - * 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 - *=20 - * http://www.apache.org/licenses/LICENSE-2.0 - *=20 - * 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. - */ +/* + * Copyright 2004,2005 The Apache Software Foundation. + *=20 + * 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 + *=20 + * http://www.apache.org/licenses/LICENSE-2.0 + *=20 + * 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. + */ +=20 package org.apache.axis.context; =20 =20 Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /description/AxisGlobal.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/description/AxisGlobal.java?view=3Ddiff&r1=3D1543= 87&r2=3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/AxisGlobal.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/AxisGlobal.java Fri Feb 18 19:24:49 2005 @@ -1,18 +1,19 @@ -/* - * Copyright 2003,2004 The Apache Software Foundation. - *=20 - * 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 - *=20 - * http://www.apache.org/licenses/LICENSE-2.0 - *=20 - * 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. - */ +/* + * Copyright 2004,2005 The Apache Software Foundation. + *=20 + * 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 + *=20 + * http://www.apache.org/licenses/LICENSE-2.0 + *=20 + * 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. + */ +=20 package org.apache.axis.description; =20 import org.apache.axis.engine.AxisFault; Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /description/AxisModule.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/description/AxisModule.java?view=3Ddiff&r1=3D1543= 87&r2=3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/AxisModule.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/AxisModule.java Fri Feb 18 19:24:49 2005 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2004 The Apache Software Foundation. + * Copyright 2004,2005 The Apache Software Foundation. *=20 * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +=20 package org.apache.axis.description; =20 =20 Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /description/AxisOperation.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/description/AxisOperation.java?view=3Ddiff&r1=3D1= 54387&r2=3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/AxisOperation.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/AxisOperation.java Fri Feb 18 19:24:49 2005 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2004 The Apache Software Foundation. + * Copyright 2004,2005 The Apache Software Foundation. *=20 * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +=20 package org.apache.axis.description; =20 import org.apache.wsdl.WSDLOperation; Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /description/AxisService.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/description/AxisService.java?view=3Ddiff&r1=3D154= 387&r2=3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/AxisService.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/AxisService.java Fri Feb 18 19:24:49 2005 @@ -1,18 +1,19 @@ /* - * Copyright 2001-2004 The Apache Software Foundation. - * + * Copyright 2004,2005 The Apache Software Foundation. + *=20 * 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 - * + *=20 * http://www.apache.org/licenses/LICENSE-2.0 - * + *=20 * 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. */ +=20 package org.apache.axis.description; =20 import org.apache.axis.engine.AxisFault; Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /description/AxisTransport.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/description/AxisTransport.java?view=3Ddiff&r1=3D1= 54387&r2=3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/AxisTransport.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/AxisTransport.java Fri Feb 18 19:24:49 2005 @@ -1,18 +1,19 @@ -/* - * Copyright 2003,2004 The Apache Software Foundation. - *=20 - * 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 - *=20 - * http://www.apache.org/licenses/LICENSE-2.0 - *=20 - * 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. - */ +/* + * Copyright 2004,2005 The Apache Software Foundation. + *=20 + * 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 + *=20 + * http://www.apache.org/licenses/LICENSE-2.0 + *=20 + * 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. + */ +=20 package org.apache.axis.description; =20 import org.apache.axis.engine.AxisFault; Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /description/DescriptionConstants.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/description/DescriptionConstants.java?view=3Ddiff= &r1=3D154387&r2=3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/DescriptionConstants.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/DescriptionConstants.java Fri Feb 18 19:24:49 2005 @@ -1,18 +1,19 @@ /* - * Copyright 2001-2004 The Apache Software Foundation. - * + * Copyright 2004,2005 The Apache Software Foundation. + *=20 * 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 - * + *=20 * http://www.apache.org/licenses/LICENSE-2.0 - * + *=20 * 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. */ +=20 package org.apache.axis.description; =20 /** Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /description/Flow.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/description/Flow.java?view=3Ddiff&r1=3D154387&r2= =3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/Flow.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/Flow.java Fri Feb 18 19:24:49 2005 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2004 The Apache Software Foundation. + * Copyright 2004,2005 The Apache Software Foundation. *=20 * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - +=20 package org.apache.axis.description; =20 /** Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /description/FlowImpl.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/description/FlowImpl.java?view=3Ddiff&r1=3D154387= &r2=3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/FlowImpl.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/FlowImpl.java Fri Feb 18 19:24:49 2005 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2004 The Apache Software Foundation. + * Copyright 2004,2005 The Apache Software Foundation. *=20 * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - +=20 package org.apache.axis.description; =20 =20 Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /description/FlowInclude.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/description/FlowInclude.java?view=3Ddiff&r1=3D154= 387&r2=3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/FlowInclude.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/FlowInclude.java Fri Feb 18 19:24:49 2005 @@ -1,18 +1,19 @@ -/* - * Copyright 2003,2004 The Apache Software Foundation. - *=20 - * 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 - *=20 - * http://www.apache.org/licenses/LICENSE-2.0 - *=20 - * 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. - */ +/* + * Copyright 2004,2005 The Apache Software Foundation. + *=20 + * 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 + *=20 + * http://www.apache.org/licenses/LICENSE-2.0 + *=20 + * 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. + */ +=20 package org.apache.axis.description; =20 =20 Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /description/FlowIncludeImpl.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/description/FlowIncludeImpl.java?view=3Ddiff&r1= =3D154387&r2=3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/FlowIncludeImpl.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/FlowIncludeImpl.java Fri Feb 18 19:24:49 2005 @@ -1,18 +1,19 @@ -/* - * Copyright 2003,2004 The Apache Software Foundation. - *=20 - * 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 - *=20 - * http://www.apache.org/licenses/LICENSE-2.0 - *=20 - * 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. - */ +/* + * Copyright 2004,2005 The Apache Software Foundation. + *=20 + * 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 + *=20 + * http://www.apache.org/licenses/LICENSE-2.0 + *=20 + * 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. + */ +=20 package org.apache.axis.description; =20 =20 Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /description/HandlerMetaData.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/description/HandlerMetaData.java?view=3Ddiff&r1= =3D154387&r2=3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/HandlerMetaData.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/HandlerMetaData.java Fri Feb 18 19:24:49 2005 @@ -1,18 +1,19 @@ -/* - * Copyright 2003,2004 The Apache Software Foundation. - *=20 - * 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 - *=20 - * http://www.apache.org/licenses/LICENSE-2.0 - *=20 - * 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. - */ +/* + * Copyright 2004,2005 The Apache Software Foundation. + *=20 + * 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 + *=20 + * http://www.apache.org/licenses/LICENSE-2.0 + *=20 + * 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. + */ +=20 package org.apache.axis.description; =20 import org.apache.axis.engine.Handler; Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /description/Parameter.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/description/Parameter.java?view=3Ddiff&r1=3D15438= 7&r2=3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/Parameter.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/Parameter.java Fri Feb 18 19:24:49 2005 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2004 The Apache Software Foundation. + * Copyright 2004,2005 The Apache Software Foundation. *=20 * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - +=20 package org.apache.axis.description; =20 public interface Parameter { Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /description/ParameterImpl.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/description/ParameterImpl.java?view=3Ddiff&r1=3D1= 54387&r2=3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/ParameterImpl.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/ParameterImpl.java Fri Feb 18 19:24:49 2005 @@ -1,18 +1,19 @@ -/* -* Copyright 2003,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. -*/ +/* + * Copyright 2004,2005 The Apache Software Foundation. + *=20 + * 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 + *=20 + * http://www.apache.org/licenses/LICENSE-2.0 + *=20 + * 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. + */ +=20 package org.apache.axis.description; =20 =20 Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /description/ParameterInclude.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/description/ParameterInclude.java?view=3Ddiff&r1= =3D154387&r2=3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/ParameterInclude.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/ParameterInclude.java Fri Feb 18 19:24:49 2005 @@ -1,18 +1,19 @@ -/* - * Copyright 2003,2004 The Apache Software Foundation. - *=20 - * 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 - *=20 - * http://www.apache.org/licenses/LICENSE-2.0 - *=20 - * 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. - */ +/* + * Copyright 2004,2005 The Apache Software Foundation. + *=20 + * 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 + *=20 + * http://www.apache.org/licenses/LICENSE-2.0 + *=20 + * 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. + */ +=20 package org.apache.axis.description; =20 =20 Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /description/ParameterIncludeImpl.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/description/ParameterIncludeImpl.java?view=3Ddiff= &r1=3D154387&r2=3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/ParameterIncludeImpl.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/ParameterIncludeImpl.java Fri Feb 18 19:24:49 2005 @@ -1,18 +1,19 @@ -/* - * Copyright 2003,2004 The Apache Software Foundation. - *=20 - * 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 - *=20 - * http://www.apache.org/licenses/LICENSE-2.0 - *=20 - * 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. - */ +/* + * Copyright 2004,2005 The Apache Software Foundation. + *=20 + * 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 + *=20 + * http://www.apache.org/licenses/LICENSE-2.0 + *=20 + * 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. + */ +=20 package org.apache.axis.description; =20 =20 Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /description/PhaseRule.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/description/PhaseRule.java?view=3Ddiff&r1=3D15438= 7&r2=3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/PhaseRule.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/PhaseRule.java Fri Feb 18 19:24:49 2005 @@ -1,18 +1,19 @@ -/* - * Copyright 2003,2004 The Apache Software Foundation. - *=20 - * 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 - *=20 - * http://www.apache.org/licenses/LICENSE-2.0 - *=20 - * 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. - */ +/* + * Copyright 2004,2005 The Apache Software Foundation. + *=20 + * 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 + *=20 + * http://www.apache.org/licenses/LICENSE-2.0 + *=20 + * 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. + */ +=20 package org.apache.axis.description; =20 public class PhaseRule { Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /description/PhasesInclude.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/description/PhasesInclude.java?view=3Ddiff&r1=3D1= 54387&r2=3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/PhasesInclude.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/PhasesInclude.java Fri Feb 18 19:24:49 2005 @@ -1,18 +1,19 @@ -/* - * Copyright 2003,2004 The Apache Software Foundation. - *=20 - * 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 - *=20 - * http://www.apache.org/licenses/LICENSE-2.0 - *=20 - * 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. - */ +/* + * Copyright 2004,2005 The Apache Software Foundation. + *=20 + * 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 + *=20 + * http://www.apache.org/licenses/LICENSE-2.0 + *=20 + * 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. + */ +=20 package org.apache.axis.description; =20 import org.apache.axis.engine.AxisFault; Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /description/PhasesIncludeImpl.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/description/PhasesIncludeImpl.java?view=3Ddiff&r1= =3D154387&r2=3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/PhasesIncludeImpl.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/PhasesIncludeImpl.java Fri Feb 18 19:24:49 2005 @@ -1,18 +1,19 @@ -/* - * Copyright 2003,2004 The Apache Software Foundation. - *=20 - * 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 - *=20 - * http://www.apache.org/licenses/LICENSE-2.0 - *=20 - * 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. - */ +/* + * Copyright 2004,2005 The Apache Software Foundation. + *=20 + * 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 + *=20 + * http://www.apache.org/licenses/LICENSE-2.0 + *=20 + * 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. + */ +=20 package org.apache.axis.description; =20 import org.apache.axis.engine.AxisFault; Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /description/SimpleAxisOperationImpl.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/description/SimpleAxisOperationImpl.java?view=3Dd= iff&r1=3D154387&r2=3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/SimpleAxisOperationImpl.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/descr= iption/SimpleAxisOperationImpl.java Fri Feb 18 19:24:49 2005 @@ -1,18 +1,19 @@ -/* - * Copyright 2003,2004 The Apache Software Foundation. - *=20 - * 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 - *=20 - * http://www.apache.org/licenses/LICENSE-2.0 - *=20 - * 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. - */ +/* + * Copyright 2004,2005 The Apache Software Foundation. + *=20 + * 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 + *=20 + * http://www.apache.org/licenses/LICENSE-2.0 + *=20 + * 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. + */ +=20 package org.apache.axis.description; =20 import org.apache.wsdl.MessageReference; Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /engine/AxisEngine.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/engine/AxisEngine.java?view=3Ddiff&r1=3D154387&r2= =3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/engin= e/AxisEngine.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/engin= e/AxisEngine.java Fri Feb 18 19:24:49 2005 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2004 The Apache Software Foundation. + * Copyright 2004,2005 The Apache Software Foundation. *=20 * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - +=20 package org.apache.axis.engine; =20 import org.apache.axis.context.MessageContext; Modified: webservices/axis/trunk/java/modules/core/src/java/org/apache/axis= /engine/AxisFault.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core= /src/java/org/apache/axis/engine/AxisFault.java?view=3Ddiff&r1=3D154387&r2= =3D154388 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/engin= e/AxisFault.java (original) +++ webservices/axis/trunk/java/modules/core/src/java/org/apache/axis/engin= e/AxisFault.java Fri Feb 18 19:24:49 2005 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2004 The Apache Software Foundation. + * Copyright 2004,2005 The Apache Software Foundation. *=20 * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - +=20 package org.apache.axis.engine; =20 import java.lang.reflect.InvocationTargetException;