You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2005/11/17 22:58:58 UTC

svn commit: r345338 [1/2] - in /webservices/axis2/trunk/java: modules/codegen/src/org/apache/axis2/rpc/client/ modules/codegen/src/org/apache/axis2/wsdl/template/csharp/ modules/codegen/src/org/apache/axis2/wsdl/template/java/ modules/codegen/test/org/...

Author: dims
Date: Thu Nov 17 13:58:06 2005
New Revision: 345338

URL: http://svn.apache.org/viewcvs?rev=345338&view=rev
Log:
This is the last chance we are gonna get to muck around with package names...so am taking it :)

clientapi->client [Why did we add the api tagged in there?]


Added:
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/
      - copied from r345327, webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/AbstractCallbackSupporter.java
      - copied, changed from r345337, webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/AbstractCallbackSupporter.java
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/AsyncResult.java
      - copied, changed from r345337, webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/AsyncResult.java
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/Call.java
      - copied, changed from r345337, webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/Call.java
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/Callback.java
      - copied, changed from r345337, webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/Callback.java
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/CallbackReceiver.java
      - copied, changed from r345337, webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/CallbackReceiver.java
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/InOnlyMEPClient.java
      - copied, changed from r345337, webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/InOnlyMEPClient.java
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/InOutMEPClient.java
      - copied, changed from r345337, webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/InOutMEPClient.java
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/ListenerManager.java
      - copied, changed from r345337, webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/ListenerManager.java
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/MEPClient.java
      - copied, changed from r345337, webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/MEPClient.java
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/MessageSender.java
      - copied, changed from r345337, webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/MessageSender.java
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/RESTCall.java
      - copied, changed from r345337, webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/RESTCall.java
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/StreamWrapper.java
      - copied, changed from r345337, webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/StreamWrapper.java
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/Stub.java
      - copied, changed from r345337, webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/Stub.java
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/StubSupporter.java
      - copied, changed from r345337, webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/StubSupporter.java
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/TwoWayTransportBasedSender.java
      - copied, changed from r345337, webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/TwoWayTransportBasedSender.java
Removed:
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/
Modified:
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/rpc/client/RPCCall.java
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/csharp/CallbackHandlerTemplate.xsl
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/csharp/InterfaceImplementationTemplate.xsl
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/ADBSupporterTemplate.xsl
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/InterfaceImplementationTemplate.xsl
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/JAXBSupporterTemplate.xsl
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/LocalTestClassTemplate.xsl
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/TestClassTemplate.xsl
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/XMLBeansSupporterTemplate.xsl
    webservices/axis2/trunk/java/modules/codegen/test/org/apache/axis2/rpc/SimpleTest.java
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/transport/tcp/TCPServer.java
    webservices/axis2/trunk/java/modules/integration/itest/test/interop/mtom/MTOMEchoTestMultipleTest.java
    webservices/axis2/trunk/java/modules/integration/itest/test/interop/mtom/MTOMEchoTestSingleTest.java
    webservices/axis2/trunk/java/modules/integration/src/test/interop/sun/round4/complex/EchoBlockingClient.java
    webservices/axis2/trunk/java/modules/integration/src/test/interop/sun/round4/simple/EchoBlockingClient.java
    webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round1/Round1Client.java
    webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/SunRound2Client.java
    webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/SunRound3Client.java
    webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round4/complex/EchoBlockingClient.java
    webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round4/simple/EchoBlockingClient.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/CallUnregisteredServiceTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/CharactersetEncodingTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/CommonsHTTPEchoRawXMLTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLChunckedTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLLoadTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLMultipleTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLOnTwoChannelsSyncTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLOnTwoChannelsTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/HandlerFailureTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/MessageContextInjectionTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/OneWayRawXMLTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/ServiceDispatchingTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/ServiceGroupContextTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/util/InvokerThread.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/util/MyInOutMEPClient.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/groovy/GroovyServiceTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/integration/UtilServer.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mail/MailCharSetEncodingTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mail/MailOneWayRawXMLTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mail/MailRequestResponseRawXMLTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mail/MailetRequestResponceRawXMLTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mtom/EchoRawMTOMCommonsChunkingTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mtom/EchoRawMTOMLoadTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mtom/EchoRawMTOMTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mtom/EchoRawMTOMToBase64Test.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/processingModel/SoapProcessingModelTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/rest/RESTBasedEchoRawXMLTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/tcp/TCPEchoRawXMLTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/tcp/TCPTwoChannelEchoRawXMLTest.java
    webservices/axis2/trunk/java/modules/saaj/src/org/apache/axis2/saaj/SOAPConnectionImpl.java
    webservices/axis2/trunk/java/modules/samples/src/sample/amazon/amazonSimpleQueueService/util/RunnableCreateQueue.java
    webservices/axis2/trunk/java/modules/samples/src/sample/amazon/amazonSimpleQueueService/util/RunnableDeleteQueue.java
    webservices/axis2/trunk/java/modules/samples/src/sample/amazon/amazonSimpleQueueService/util/RunnableListMyQueues.java
    webservices/axis2/trunk/java/modules/samples/src/sample/amazon/amazonSimpleQueueService/util/RunnableReadQueue.java
    webservices/axis2/trunk/java/modules/samples/src/sample/amazon/amazonSimpleQueueService/util/SimpleQueueCreateQueueCallbackHandler.java
    webservices/axis2/trunk/java/modules/samples/src/sample/amazon/amazonSimpleQueueService/util/SimpleQueueDeleteQueueCallbackHandler.java
    webservices/axis2/trunk/java/modules/samples/src/sample/amazon/amazonSimpleQueueService/util/SimpleQueueEnqueueCallbackHandler.java
    webservices/axis2/trunk/java/modules/samples/src/sample/amazon/amazonSimpleQueueService/util/SimpleQueueListMyQueuesCallbackHandler.java
    webservices/axis2/trunk/java/modules/samples/src/sample/amazon/amazonSimpleQueueService/util/SimpleQueueReadCallbackHandler.java
    webservices/axis2/trunk/java/modules/samples/src/sample/amazon/search/AsynchronousClient.java
    webservices/axis2/trunk/java/modules/samples/src/sample/amazon/search/ClientCallbackHandler.java
    webservices/axis2/trunk/java/modules/samples/src/sample/google/search/AsynchronousClient.java
    webservices/axis2/trunk/java/modules/samples/src/sample/google/search/ClientCallbackHandler.java
    webservices/axis2/trunk/java/modules/samples/src/sample/google/spellcheck/FormModel.java
    webservices/axis2/trunk/java/modules/samples/src/sample/mtom/imagetransfer/client/MTOMClientModel.java
    webservices/axis2/trunk/java/modules/samples/src/sample/mtom/interop/client/InteropClientModel.java
    webservices/axis2/trunk/java/modules/samples/src/sample/security/Client.java
    webservices/axis2/trunk/java/modules/samples/src/sample/sgccalculator/CalcClient.java
    webservices/axis2/trunk/java/modules/samples/src/sample/yahooservices/RESTSearch/RESTSearchClient.java
    webservices/axis2/trunk/java/modules/samples/src/userguide/clients/ClientForWebServiceWithModule.java
    webservices/axis2/trunk/java/modules/samples/src/userguide/clients/ClientSideModuleEngagement.java
    webservices/axis2/trunk/java/modules/samples/src/userguide/clients/EchoBlockingClient.java
    webservices/axis2/trunk/java/modules/samples/src/userguide/clients/EchoBlockingDualClient.java
    webservices/axis2/trunk/java/modules/samples/src/userguide/clients/EchoBlockingWsaBasedClient.java
    webservices/axis2/trunk/java/modules/samples/src/userguide/clients/EchoNonBlockingClient.java
    webservices/axis2/trunk/java/modules/samples/src/userguide/clients/EchoNonBlockingDualClient.java
    webservices/axis2/trunk/java/modules/samples/src/userguide/clients/MailClient.java
    webservices/axis2/trunk/java/modules/samples/src/userguide/clients/PingClient.java
    webservices/axis2/trunk/java/modules/samples/src/userguide/clients/RESTClient.java
    webservices/axis2/trunk/java/modules/samples/src/userguide/clients/TCPClient.java
    webservices/axis2/trunk/java/xdocs/faq.html

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/rpc/client/RPCCall.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/rpc/client/RPCCall.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/rpc/client/RPCCall.java (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/rpc/client/RPCCall.java Thu Nov 17 13:58:06 2005
@@ -19,9 +19,9 @@
 package org.apache.axis2.rpc.client;
 
 import org.apache.axis2.AxisFault;
-import org.apache.axis2.clientapi.Call;
-import org.apache.axis2.clientapi.Callback;
-import org.apache.axis2.clientapi.InOutMEPClient;
+import org.apache.axis2.client.Call;
+import org.apache.axis2.client.Callback;
+import org.apache.axis2.client.InOutMEPClient;
 import org.apache.axis2.context.MessageContext;
 import org.apache.axis2.context.ServiceContext;
 import org.apache.axis2.description.AxisOperation;

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/csharp/CallbackHandlerTemplate.xsl
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/csharp/CallbackHandlerTemplate.xsl?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/csharp/CallbackHandlerTemplate.xsl (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/csharp/CallbackHandlerTemplate.xsl Thu Nov 17 13:58:06 2005
@@ -18,7 +18,7 @@
         /// Auto generated Axis2 call back method
         ///</summary>
         ///
-        public void receiveResult<xsl:value-of select="@name"/>(org.apache.axis2.clientapi.AsyncResult result)
+        public void receiveResult<xsl:value-of select="@name"/>(org.apache.axis2.client.AsyncResult result)
         {
 			//Fill here with the code to handle the response
 			

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/csharp/InterfaceImplementationTemplate.xsl
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/csharp/InterfaceImplementationTemplate.xsl?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/csharp/InterfaceImplementationTemplate.xsl (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/csharp/InterfaceImplementationTemplate.xsl Thu Nov 17 13:58:06 2005
@@ -13,7 +13,7 @@
     /// This is meant to be used with the IKVM converted Axis libraries
     ///&lt;/summary&gt;
 
-    public class <xsl:value-of select="@name"/> :org.apache.axis2.clientapi.Stub,<xsl:value-of select="$interfaceName"/>{
+    public class <xsl:value-of select="@name"/> :org.apache.axis2.client.Stub,<xsl:value-of select="$interfaceName"/>{
 
         private static org.apache.axis2.description.AxisGlobal  _axisGlobal = null;
         private static org.apache.axis2.engine.AxisSystemImpl   _axisSystem = null;
@@ -53,7 +53,7 @@
         public  <xsl:if test="$outputtype=''">void</xsl:if><xsl:if test="$outputtype!=''"><xsl:value-of select="$outputtype"/></xsl:if><xsl:text> </xsl:text><xsl:value-of select="@name"/>(<xsl:if test="$inputtype!=''"><xsl:value-of select="$inputtype"/><xsl:text> </xsl:text><xsl:value-of select="$inputparam"></xsl:value-of></xsl:if>)
         {
 
-		    org.apache.axis2.clientapi.Call _call = new org.apache.axis2.clientapi.Call(_systemContext.getServiceContext("<xsl:value-of select="generate-id()"/>"));<!-- this needs to change -->
+		    org.apache.axis2.client.Call _call = new org.apache.axis2.client.Call(_systemContext.getServiceContext("<xsl:value-of select="generate-id()"/>"));<!-- this needs to change -->
  		    org.apache.axis2.context.MessageContext _messageContext = getMessageContext();
              <xsl:if test="$outputtype=''">
              _call.invokeBlocking(_operations[<xsl:value-of select="position()-1"/>], _messageContext);
@@ -75,7 +75,7 @@
         public void start<xsl:value-of select="@name"/>(<xsl:if test="$inputtype!=''"><xsl:value-of select="$inputtype"/><xsl:text> </xsl:text><xsl:value-of select="$inputparam"></xsl:value-of></xsl:if>)
         {
                 // we know its call because we have the mep at the time of the stub generation.
-		        org.apache.axis2.clientapi.Call _call = new org.apache.axis2.clientapi.Call(_systemContext.getServiceContext("<xsl:value-of select="generate-id()"/>"));<!-- this needs to change -->
+		        org.apache.axis2.client.Call _call = new org.apache.axis2.client.Call(_systemContext.getServiceContext("<xsl:value-of select="generate-id()"/>"));<!-- this needs to change -->
  		        org.apache.axis2.context.MessageContext _messageContext = getMessageContext();
 		        _call.invokeNonBlocking(_operations[<xsl:value-of select="position()-1"/>], _messageContext, new CallBack<xsl:value-of select="generate-id()"/>());
             <!-- this needs to be changed -->
@@ -84,9 +84,9 @@
         ///&lt;summary&gt;
         ///  C# does not support anoynmous inner classes
         ///&lt;/summary&gt;
-        private class CallBack<xsl:value-of select="generate-id()"/>:org.apache.axis2.clientapi.CallBack
+        private class CallBack<xsl:value-of select="generate-id()"/>:org.apache.axis2.client.CallBack
         {
-          public void onComplete(org.apache.axis2.clientapi.AsyncResult result)
+          public void onComplete(org.apache.axis2.client.AsyncResult result)
            {
                     new <xsl:value-of select="$package"/>.<xsl:value-of select="$callbackname"/>().receiveResult<xsl:value-of select="@name"/>(result);
            }

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/ADBSupporterTemplate.xsl
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/ADBSupporterTemplate.xsl?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/ADBSupporterTemplate.xsl (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/ADBSupporterTemplate.xsl Thu Nov 17 13:58:06 2005
@@ -7,7 +7,7 @@
         *  Auto generated supporter class for Axis2 own databinding by the Axis code generator
         */
 
-        public class <xsl:value-of select="@name"/> extends org.apache.axis2.clientapi.AbstractCallbackSupporter{
+        public class <xsl:value-of select="@name"/> extends org.apache.axis2.client.AbstractCallbackSupporter{
         <xsl:variable name="base64"><xsl:value-of select="base64Elements/name"/></xsl:variable>
         <xsl:if test="$base64">
             private static javax.xml.namespace.QName[] qNameArray = {

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/InterfaceImplementationTemplate.xsl
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/InterfaceImplementationTemplate.xsl?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/InterfaceImplementationTemplate.xsl (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/InterfaceImplementationTemplate.xsl Thu Nov 17 13:58:06 2005
@@ -17,7 +17,7 @@
      *  Auto generated java implementation by the Axis code generator
     */
 
-    public class <xsl:value-of select="@name"/> extends org.apache.axis2.clientapi.Stub implements <xsl:value-of select="$interfaceName"/>{
+    public class <xsl:value-of select="@name"/> extends org.apache.axis2.client.Stub implements <xsl:value-of select="$interfaceName"/>{
         //default axis home being null forces the system to pick up the mars from the axis2 library
         public static final String AXIS2_HOME = null;
         protected static org.apache.axis2.description.AxisOperation[] _operations;
@@ -106,7 +106,7 @@
             <xsl:if test="position()>1">,</xsl:if><xsl:value-of select="@type"/><xsl:text> </xsl:text><xsl:value-of select="@name"/>
          </xsl:for-each>) throws java.rmi.RemoteException{
 
-		    org.apache.axis2.clientapi.Call _call = new org.apache.axis2.clientapi.Call(_serviceContext);
+		    org.apache.axis2.client.Call _call = new org.apache.axis2.client.Call(_serviceContext);
             _call.setTransportInfo(this.senderTransport,this.listenerTransport,this.useSeparateListener);
 
  		    org.apache.axis2.context.MessageContext _messageContext = getMessageContext();
@@ -204,7 +204,7 @@
             <xsl:if test="position()>1">,</xsl:if><xsl:value-of select="@type"/><xsl:text> </xsl:text><xsl:value-of select="@name"></xsl:value-of></xsl:for-each>
             <xsl:if test="$paramCount>0">,</xsl:if>final <xsl:value-of select="$package"/>.<xsl:value-of select="$callbackname"/> callback) throws java.rmi.RemoteException{
 
-             org.apache.axis2.clientapi.Call _call = new org.apache.axis2.clientapi.Call(_serviceContext);
+             org.apache.axis2.client.Call _call = new org.apache.axis2.client.Call(_serviceContext);
              _call.setTransportInfo(this.senderTransport,this.listenerTransport,this.useSeparateListener);
  		     org.apache.axis2.context.MessageContext _messageContext = getMessageContext();
             _call.setTo(this.toEPR);
@@ -268,8 +268,8 @@
               _call.invokeNonBlocking(_operations[<xsl:value-of select="position()-1"/>], _messageContext,null);
               </xsl:when>
               <xsl:otherwise>
-               _call.invokeNonBlocking(_operations[<xsl:value-of select="position()-1"/>], _messageContext, new org.apache.axis2.clientapi.Callback(){
-                public void onComplete(org.apache.axis2.clientapi.AsyncResult result){
+               _call.invokeNonBlocking(_operations[<xsl:value-of select="position()-1"/>], _messageContext, new org.apache.axis2.client.Callback(){
+                public void onComplete(org.apache.axis2.client.AsyncResult result){
 
 			    java.lang.Object object = <xsl:value-of select="$fullsupporterclassname"/>.fromOM(getElement(result.getResponseEnvelope(),"<xsl:value-of select="$style"/>"),<xsl:value-of select="$outputtype"/>.class);
                              callback.receiveResult<xsl:value-of select="@name"/>((<xsl:value-of select="$outputtype"/>)object);
@@ -292,7 +292,7 @@
          <xsl:for-each select="input/param[@type!='']">
             <xsl:if test="position()>1">,</xsl:if><xsl:value-of select="@type"/><xsl:text> </xsl:text><xsl:value-of select="@name"/>
          </xsl:for-each>) throws java.rmi.RemoteException{
-         org.apache.axis2.clientapi.MessageSender _msgSender = new org.apache.axis2.clientapi.MessageSender(_serviceContext);
+         org.apache.axis2.client.MessageSender _msgSender = new org.apache.axis2.client.MessageSender(_serviceContext);
             
  		    org.apache.axis2.context.MessageContext _messageContext = getMessageContext();
             _msgSender.setTo(this.toEPR);

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/JAXBSupporterTemplate.xsl
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/JAXBSupporterTemplate.xsl?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/JAXBSupporterTemplate.xsl (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/JAXBSupporterTemplate.xsl Thu Nov 17 13:58:06 2005
@@ -92,7 +92,7 @@
         	XMLStreamReader reader = XMLInputFactory.newInstance().
      			createXMLStreamReader(new FileInputStream("_temp_"));
 		org.apache.axis2.om.impl.llom.builder.StAXOMBuilder builder = new org.apache.axis2.om.impl.llom.builder.StAXOMBuilder
-			(org.apache.axis2.om.OMAbstractFactory.getOMFactory(),new org.apache.axis2.clientapi.StreamWrapper(reader)) ;
+			(org.apache.axis2.om.OMAbstractFactory.getOMFactory(),new org.apache.axis2.client.StreamWrapper(reader)) ;
 		org.apache.axis2.om.OMElement documentElement = builder.getDocumentElement();
 		//Building the element is needed to avoid certain stream errors!
 		documentElement.build();

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/LocalTestClassTemplate.xsl
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/LocalTestClassTemplate.xsl?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/LocalTestClassTemplate.xsl (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/LocalTestClassTemplate.xsl Thu Nov 17 13:58:06 2005
@@ -137,7 +137,7 @@
         private class <xsl:value-of select="$tempCallbackName"/>  extends <xsl:value-of select="$implpackage"/>.<xsl:value-of select="$callbackname"/>{
             public <xsl:value-of select="$tempCallbackName"/>(){ super(null);}
 
-            public void receiveResult<xsl:value-of select="@name"/>(org.apache.axis2.clientapi.AsyncResult result) {
+            public void receiveResult<xsl:value-of select="@name"/>(org.apache.axis2.client.AsyncResult result) {
 			    assertNotNull(result.getResponseEnvelope().getBody().getFirstChild());
             }
 

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/TestClassTemplate.xsl
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/TestClassTemplate.xsl?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/TestClassTemplate.xsl (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/TestClassTemplate.xsl Thu Nov 17 13:58:06 2005
@@ -122,7 +122,7 @@
         private class <xsl:value-of select="$tempCallbackName"/>  extends <xsl:value-of select="$package"/>.<xsl:value-of select="$callbackname"/>{
             public <xsl:value-of select="$tempCallbackName"/>(){ super(null);}
 
-            public void receiveResult<xsl:value-of select="@name"/>(org.apache.axis2.clientapi.AsyncResult result) {
+            public void receiveResult<xsl:value-of select="@name"/>(org.apache.axis2.client.AsyncResult result) {
 			    assertNotNull(result.getResponseEnvelope().getBody().getFirstChild());
             }
 

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/XMLBeansSupporterTemplate.xsl
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/XMLBeansSupporterTemplate.xsl?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/XMLBeansSupporterTemplate.xsl (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/XMLBeansSupporterTemplate.xsl Thu Nov 17 13:58:06 2005
@@ -7,7 +7,7 @@
         *  Auto generated supporter class for XML beans by the Axis code generator
         */
 
-        public class <xsl:value-of select="@name"/> extends org.apache.axis2.clientapi.AbstractCallbackSupporter{
+        public class <xsl:value-of select="@name"/> extends org.apache.axis2.client.AbstractCallbackSupporter{
         <xsl:variable name="base64"><xsl:value-of select="base64Elements/name"/></xsl:variable>
         <xsl:if test="$base64">
             private static javax.xml.namespace.QName[] qNameArray = {
@@ -21,7 +21,7 @@
             <xsl:if test="@type!=''">
         public  static org.apache.axis2.om.OMElement  toOM(<xsl:value-of select="@type"/> param){
         org.apache.axis2.om.impl.llom.builder.StAXOMBuilder builder = new org.apache.axis2.om.impl.llom.builder.StAXOMBuilder
-        (org.apache.axis2.om.OMAbstractFactory.getOMFactory(),new org.apache.axis2.clientapi.StreamWrapper(param.newXMLStreamReader())) ;
+        (org.apache.axis2.om.OMAbstractFactory.getOMFactory(),new org.apache.axis2.client.StreamWrapper(param.newXMLStreamReader())) ;
         org.apache.axis2.om.OMElement documentElement = builder.getDocumentElement();
         ///////Building the element is needed to avoid certain stream errors!
         documentElement.build();

Modified: webservices/axis2/trunk/java/modules/codegen/test/org/apache/axis2/rpc/SimpleTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/codegen/test/org/apache/axis2/rpc/SimpleTest.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/test/org/apache/axis2/rpc/SimpleTest.java (original)
+++ webservices/axis2/trunk/java/modules/codegen/test/org/apache/axis2/rpc/SimpleTest.java Thu Nov 17 13:58:06 2005
@@ -18,7 +18,7 @@
 import junit.framework.TestCase;
 import org.apache.axis2.Constants;
 import org.apache.axis2.addressing.EndpointReference;
-import org.apache.axis2.clientapi.Call;
+import org.apache.axis2.client.Call;
 import org.apache.axis2.context.ConfigurationContext;
 import org.apache.axis2.databinding.DeserializationContext;
 import org.apache.axis2.databinding.deserializers.SimpleDeserializerFactory;

Copied: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/AbstractCallbackSupporter.java (from r345337, webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/AbstractCallbackSupporter.java)
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/AbstractCallbackSupporter.java?p2=webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/AbstractCallbackSupporter.java&p1=webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/AbstractCallbackSupporter.java&r1=345337&r2=345338&rev=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/AbstractCallbackSupporter.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/AbstractCallbackSupporter.java Thu Nov 17 13:58:06 2005
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.axis2.clientapi;
+package org.apache.axis2.client;
 
 import org.apache.axis2.om.OMElement;
 import org.apache.axis2.om.OMNode;

Copied: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/AsyncResult.java (from r345337, webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/AsyncResult.java)
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/AsyncResult.java?p2=webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/AsyncResult.java&p1=webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/AsyncResult.java&r1=345337&r2=345338&rev=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/AsyncResult.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/AsyncResult.java Thu Nov 17 13:58:06 2005
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.axis2.clientapi;
+package org.apache.axis2.client;
 
 import org.apache.axis2.context.MessageContext;
 import org.apache.axis2.soap.SOAPEnvelope;

Copied: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/Call.java (from r345337, webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/Call.java)
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/Call.java?p2=webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/Call.java&p1=webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/Call.java&r1=345337&r2=345338&rev=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/Call.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/Call.java Thu Nov 17 13:58:06 2005
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.axis2.clientapi;
+package org.apache.axis2.client;
 
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.context.ConfigurationContext;

Copied: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/Callback.java (from r345337, webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/Callback.java)
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/Callback.java?p2=webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/Callback.java&p1=webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/Callback.java&r1=345337&r2=345338&rev=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/Callback.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/Callback.java Thu Nov 17 13:58:06 2005
@@ -1,4 +1,4 @@
-package org.apache.axis2.clientapi;
+package org.apache.axis2.client;
 
 
 /**

Copied: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/CallbackReceiver.java (from r345337, webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/CallbackReceiver.java)
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/CallbackReceiver.java?p2=webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/CallbackReceiver.java&p1=webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/CallbackReceiver.java&r1=345337&r2=345338&rev=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/CallbackReceiver.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/CallbackReceiver.java Thu Nov 17 13:58:06 2005
@@ -1,4 +1,4 @@
-package org.apache.axis2.clientapi;
+package org.apache.axis2.client;
 
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.addressing.RelatesTo;

Copied: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/InOnlyMEPClient.java (from r345337, webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/InOnlyMEPClient.java)
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/InOnlyMEPClient.java?p2=webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/InOnlyMEPClient.java&p1=webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/InOnlyMEPClient.java&r1=345337&r2=345338&rev=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/InOnlyMEPClient.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/InOnlyMEPClient.java Thu Nov 17 13:58:06 2005
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.axis2.clientapi;
+package org.apache.axis2.client;
 
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.addressing.MessageInformationHeaders;

Copied: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/InOutMEPClient.java (from r345337, webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/InOutMEPClient.java)
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/InOutMEPClient.java?p2=webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/InOutMEPClient.java&p1=webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/InOutMEPClient.java&r1=345337&r2=345338&rev=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/InOutMEPClient.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/InOutMEPClient.java Thu Nov 17 13:58:06 2005
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.axis2.clientapi;
+package org.apache.axis2.client;
 
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.Constants;

Copied: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/ListenerManager.java (from r345337, webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/ListenerManager.java)
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/ListenerManager.java?p2=webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/ListenerManager.java&p1=webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/ListenerManager.java&r1=345337&r2=345338&rev=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/ListenerManager.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/ListenerManager.java Thu Nov 17 13:58:06 2005
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.axis2.clientapi;
+package org.apache.axis2.client;
 
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.addressing.EndpointReference;

Copied: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/MEPClient.java (from r345337, webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/MEPClient.java)
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/MEPClient.java?p2=webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/MEPClient.java&p1=webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/MEPClient.java&r1=345337&r2=345338&rev=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/MEPClient.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/MEPClient.java Thu Nov 17 13:58:06 2005
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.axis2.clientapi;
+package org.apache.axis2.client;
 
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.addressing.EndpointReference;

Copied: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/MessageSender.java (from r345337, webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/MessageSender.java)
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/MessageSender.java?p2=webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/MessageSender.java&p1=webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/MessageSender.java&r1=345337&r2=345338&rev=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/MessageSender.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/MessageSender.java Thu Nov 17 13:58:06 2005
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.axis2.clientapi;
+package org.apache.axis2.client;
 
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.context.ConfigurationContext;

Copied: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/RESTCall.java (from r345337, webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/RESTCall.java)
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/RESTCall.java?p2=webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/RESTCall.java&p1=webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/RESTCall.java&r1=345337&r2=345338&rev=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/RESTCall.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/RESTCall.java Thu Nov 17 13:58:06 2005
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.axis2.clientapi;
+package org.apache.axis2.client;
 
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.context.ServiceContext;

Copied: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/StreamWrapper.java (from r345337, webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/StreamWrapper.java)
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/StreamWrapper.java?p2=webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/StreamWrapper.java&p1=webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/StreamWrapper.java&r1=345337&r2=345338&rev=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/StreamWrapper.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/StreamWrapper.java Thu Nov 17 13:58:06 2005
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.axis2.clientapi;
+package org.apache.axis2.client;
 
 import javax.xml.namespace.NamespaceContext;
 import javax.xml.namespace.QName;

Copied: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/Stub.java (from r345337, webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/Stub.java)
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/Stub.java?p2=webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/Stub.java&p1=webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/Stub.java&r1=345337&r2=345338&rev=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/Stub.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/Stub.java Thu Nov 17 13:58:06 2005
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.axis2.clientapi;
+package org.apache.axis2.client;
 
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.Constants;

Copied: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/StubSupporter.java (from r345337, webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/StubSupporter.java)
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/StubSupporter.java?p2=webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/StubSupporter.java&p1=webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/StubSupporter.java&r1=345337&r2=345338&rev=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/StubSupporter.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/StubSupporter.java Thu Nov 17 13:58:06 2005
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.axis2.clientapi;
+package org.apache.axis2.client;
 
 import org.apache.axis2.om.OMElement;
 import org.apache.axis2.om.OMFactory;

Copied: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/TwoWayTransportBasedSender.java (from r345337, webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/TwoWayTransportBasedSender.java)
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/TwoWayTransportBasedSender.java?p2=webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/TwoWayTransportBasedSender.java&p1=webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/TwoWayTransportBasedSender.java&r1=345337&r2=345338&rev=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/TwoWayTransportBasedSender.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/TwoWayTransportBasedSender.java Thu Nov 17 13:58:06 2005
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.axis2.clientapi;
+package org.apache.axis2.client;
 
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.context.MessageContext;

Modified: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/transport/tcp/TCPServer.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/transport/tcp/TCPServer.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/transport/tcp/TCPServer.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/transport/tcp/TCPServer.java Thu Nov 17 13:58:06 2005
@@ -18,7 +18,7 @@
 
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.addressing.EndpointReference;
-import org.apache.axis2.clientapi.ListenerManager;
+import org.apache.axis2.client.ListenerManager;
 import org.apache.axis2.context.ConfigurationContext;
 import org.apache.axis2.context.ConfigurationContextFactory;
 import org.apache.axis2.deployment.DeploymentException;

Modified: webservices/axis2/trunk/java/modules/integration/itest/test/interop/mtom/MTOMEchoTestMultipleTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest/test/interop/mtom/MTOMEchoTestMultipleTest.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest/test/interop/mtom/MTOMEchoTestMultipleTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/itest/test/interop/mtom/MTOMEchoTestMultipleTest.java Thu Nov 17 13:58:06 2005
@@ -19,7 +19,7 @@
 import junit.framework.TestCase;
 import org.apache.axis2.Constants;
 import org.apache.axis2.addressing.EndpointReference;
-import org.apache.axis2.clientapi.Call;
+import org.apache.axis2.client.Call;
 import test.interop.util.BodyElements;
 import org.apache.axis2.om.OMElement;
 import org.apache.axis2.soap.SOAP12Constants;

Modified: webservices/axis2/trunk/java/modules/integration/itest/test/interop/mtom/MTOMEchoTestSingleTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest/test/interop/mtom/MTOMEchoTestSingleTest.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest/test/interop/mtom/MTOMEchoTestSingleTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/itest/test/interop/mtom/MTOMEchoTestSingleTest.java Thu Nov 17 13:58:06 2005
@@ -18,7 +18,7 @@
 import junit.framework.TestCase;
 import org.apache.axis2.Constants;
 import org.apache.axis2.addressing.EndpointReference;
-import org.apache.axis2.clientapi.Call;
+import org.apache.axis2.client.Call;
 import test.interop.util.BodyElements;
 import org.apache.axis2.om.OMElement;
 import org.apache.axis2.soap.SOAP12Constants;

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/sun/round4/complex/EchoBlockingClient.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/sun/round4/complex/EchoBlockingClient.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/sun/round4/complex/EchoBlockingClient.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/sun/round4/complex/EchoBlockingClient.java Thu Nov 17 13:58:06 2005
@@ -19,7 +19,7 @@
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.Constants;
 import org.apache.axis2.addressing.EndpointReference;
-import org.apache.axis2.clientapi.Call;
+import org.apache.axis2.client.Call;
 import org.apache.axis2.om.OMElement;
 
 public class EchoBlockingClient {

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/sun/round4/simple/EchoBlockingClient.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/sun/round4/simple/EchoBlockingClient.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/sun/round4/simple/EchoBlockingClient.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/sun/round4/simple/EchoBlockingClient.java Thu Nov 17 13:58:06 2005
@@ -19,7 +19,7 @@
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.Constants;
 import org.apache.axis2.addressing.EndpointReference;
-import org.apache.axis2.clientapi.Call;
+import org.apache.axis2.client.Call;
 import test.interop.sun.round4.simple.util.SunGroupHClientUtil;
 import org.apache.axis2.om.OMElement;
 

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round1/Round1Client.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round1/Round1Client.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round1/Round1Client.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round1/Round1Client.java Thu Nov 17 13:58:06 2005
@@ -19,7 +19,7 @@
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.Constants;
 import org.apache.axis2.addressing.EndpointReference;
-import org.apache.axis2.clientapi.Call;
+import org.apache.axis2.client.Call;
 import org.apache.axis2.context.ConfigurationContext;
 import org.apache.axis2.context.MessageContext;
 import org.apache.axis2.description.AxisOperation;

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/SunRound2Client.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/SunRound2Client.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/SunRound2Client.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/SunRound2Client.java Thu Nov 17 13:58:06 2005
@@ -19,7 +19,7 @@
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.Constants;
 import org.apache.axis2.addressing.EndpointReference;
-import org.apache.axis2.clientapi.Call;
+import org.apache.axis2.client.Call;
 import org.apache.axis2.context.ConfigurationContext;
 import org.apache.axis2.context.MessageContext;
 import org.apache.axis2.description.AxisOperation;

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/SunRound3Client.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/SunRound3Client.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/SunRound3Client.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/SunRound3Client.java Thu Nov 17 13:58:06 2005
@@ -19,7 +19,7 @@
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.Constants;
 import org.apache.axis2.addressing.EndpointReference;
-import org.apache.axis2.clientapi.Call;
+import org.apache.axis2.client.Call;
 import org.apache.axis2.context.ConfigurationContext;
 import org.apache.axis2.context.MessageContext;
 import org.apache.axis2.description.AxisOperation;

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round4/complex/EchoBlockingClient.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round4/complex/EchoBlockingClient.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round4/complex/EchoBlockingClient.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round4/complex/EchoBlockingClient.java Thu Nov 17 13:58:06 2005
@@ -19,7 +19,7 @@
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.Constants;
 import org.apache.axis2.addressing.EndpointReference;
-import org.apache.axis2.clientapi.Call;
+import org.apache.axis2.client.Call;
 import test.interop.whitemesa.round4.complex.utils.WhitemesaR4ClientUtil;
 import org.apache.axis2.om.OMElement;
 

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round4/simple/EchoBlockingClient.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round4/simple/EchoBlockingClient.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round4/simple/EchoBlockingClient.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round4/simple/EchoBlockingClient.java Thu Nov 17 13:58:06 2005
@@ -19,7 +19,7 @@
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.Constants;
 import org.apache.axis2.addressing.EndpointReference;
-import org.apache.axis2.clientapi.Call;
+import org.apache.axis2.client.Call;
 import test.interop.whitemesa.round4.simple.utils.WhitemesaR4ClientUtil;
 import org.apache.axis2.om.OMElement;
 

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/CallUnregisteredServiceTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/CallUnregisteredServiceTest.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/CallUnregisteredServiceTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/CallUnregisteredServiceTest.java Thu Nov 17 13:58:06 2005
@@ -22,7 +22,7 @@
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.Constants;
 import org.apache.axis2.addressing.EndpointReference;
-import org.apache.axis2.clientapi.Call;
+import org.apache.axis2.client.Call;
 import org.apache.axis2.integration.UtilServer;
 import org.apache.axis2.om.OMAbstractFactory;
 import org.apache.axis2.om.OMElement;

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/CharactersetEncodingTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/CharactersetEncodingTest.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/CharactersetEncodingTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/CharactersetEncodingTest.java Thu Nov 17 13:58:06 2005
@@ -18,7 +18,7 @@
 import junit.framework.TestCase;
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.Constants;
-import org.apache.axis2.clientapi.Call;
+import org.apache.axis2.client.Call;
 import org.apache.axis2.context.MessageContext;
 import org.apache.axis2.description.AxisService;
 import org.apache.axis2.engine.util.TestConstants;

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/CommonsHTTPEchoRawXMLTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/CommonsHTTPEchoRawXMLTest.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/CommonsHTTPEchoRawXMLTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/CommonsHTTPEchoRawXMLTest.java Thu Nov 17 13:58:06 2005
@@ -21,8 +21,8 @@
 import junit.framework.TestCase;
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.Constants;
-import org.apache.axis2.clientapi.AsyncResult;
-import org.apache.axis2.clientapi.Callback;
+import org.apache.axis2.client.AsyncResult;
+import org.apache.axis2.client.Callback;
 import org.apache.axis2.description.AxisService;
 import org.apache.axis2.engine.util.TestConstants;
 import org.apache.axis2.integration.TestingUtils;
@@ -68,7 +68,7 @@
     public void testEchoXMLASync() throws Exception {
         OMElement payload = TestingUtils.createDummyOMElement();
 
-        org.apache.axis2.clientapi.Call call = new org.apache.axis2.clientapi.Call(
+        org.apache.axis2.client.Call call = new org.apache.axis2.client.Call(
                 Constants.TESTING_PATH + "commons-http-enabledRepository");
 
 
@@ -113,7 +113,7 @@
         SOAPFactory fac = OMAbstractFactory.getSOAP11Factory();
         OMElement payload = TestingUtils.createDummyOMElement();
 
-        org.apache.axis2.clientapi.Call call = new org.apache.axis2.clientapi.Call(
+        org.apache.axis2.client.Call call = new org.apache.axis2.client.Call(
                 Constants.TESTING_PATH + "commons-http-enabledRepository");
 
         call.setTo(targetEPR);

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLChunckedTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLChunckedTest.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLChunckedTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLChunckedTest.java Thu Nov 17 13:58:06 2005
@@ -69,7 +69,7 @@
 //    public void testEchoXMLASync() throws Exception {
 //                OMElement payload = createEnvelope();
 //
-//        org.apache.axis2.clientapi.Call call = new org.apache.axis2.clientapi.Call(Constants.TESTING_PATH + "chuncked-enabledRepository");
+//        org.apache.axis2.client.Call call = new org.apache.axis2.client.Call(Constants.TESTING_PATH + "chuncked-enabledRepository");
 //
 //        call.setTo(targetEPR);
 //        call.setTransportInfo(Constants.TRANSPORT_HTTP, Constants.TRANSPORT_HTTP, false);
@@ -110,7 +110,7 @@
 
         OMElement payload = TestingUtils.createDummyOMElement();
 
-        org.apache.axis2.clientapi.Call call = new org.apache.axis2.clientapi.Call(
+        org.apache.axis2.client.Call call = new org.apache.axis2.client.Call(
                 Constants.TESTING_PATH + "chuncked-enabledRepository");
 
         call.setTo(targetEPR);

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLLoadTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLLoadTest.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLLoadTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLLoadTest.java Thu Nov 17 13:58:06 2005
@@ -74,7 +74,7 @@
 //    public void testEchoXMLASync() throws Exception {
 //                OMElement payload = createEnvelope();
 //
-//        org.apache.axis2.clientapi.Call call = new org.apache.axis2.clientapi.Call();
+//        org.apache.axis2.client.Call call = new org.apache.axis2.client.Call();
 //
 //        call.setTo(targetEPR);
 //        call.setTransportInfo(Constants.TRANSPORT_HTTP, Constants.TRANSPORT_HTTP, false);
@@ -114,8 +114,8 @@
 
         OMElement payload = TestingUtils.createDummyOMElement();
 
-        org.apache.axis2.clientapi.Call call =
-                new org.apache.axis2.clientapi.Call("target/test-resources/intregrationRepo");
+        org.apache.axis2.client.Call call =
+                new org.apache.axis2.client.Call("target/test-resources/intregrationRepo");
 
         call.setTo(targetEPR);
         call.setTransportInfo(Constants.TRANSPORT_HTTP,

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLMultipleTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLMultipleTest.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLMultipleTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLMultipleTest.java Thu Nov 17 13:58:06 2005
@@ -18,8 +18,8 @@
 import junit.framework.TestCase;
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.Constants;
-import org.apache.axis2.clientapi.AsyncResult;
-import org.apache.axis2.clientapi.Callback;
+import org.apache.axis2.client.AsyncResult;
+import org.apache.axis2.client.Callback;
 import org.apache.axis2.context.MessageContext;
 import org.apache.axis2.context.ServiceContext;
 import org.apache.axis2.description.AxisService;
@@ -77,8 +77,8 @@
         OMElement payload = TestingUtils.createDummyOMElement();
 
         for (int i = 0; i < 5; i++) {
-            org.apache.axis2.clientapi.Call call =
-                    new org.apache.axis2.clientapi.Call(
+            org.apache.axis2.client.Call call =
+                    new org.apache.axis2.client.Call(
                             "target/test-resources/intregrationRepo");
 
             call.setTo(targetEPR);
@@ -123,8 +123,8 @@
         OMElement payload = TestingUtils.createDummyOMElement();
 
         for (int i = 0; i < 5; i++) {
-            org.apache.axis2.clientapi.Call call =
-                    new org.apache.axis2.clientapi.Call(
+            org.apache.axis2.client.Call call =
+                    new org.apache.axis2.client.Call(
                             "target/test-resources/intregrationRepo");
 
             call.setTo(targetEPR);
@@ -170,8 +170,8 @@
 
         OMElement payload = TestingUtils.createDummyOMElement();
         for (int i = 0; i < 5; i++) {
-            org.apache.axis2.clientapi.Call call =
-                    new org.apache.axis2.clientapi.Call(
+            org.apache.axis2.client.Call call =
+                    new org.apache.axis2.client.Call(
                             "target/test-resources/intregrationRepo");
 
             call.setTo(targetEPR);
@@ -191,8 +191,8 @@
 
         OMElement payload = TestingUtils.createDummyOMElement();
         for (int i = 0; i < 5; i++) {
-            org.apache.axis2.clientapi.Call call =
-                    new org.apache.axis2.clientapi.Call(
+            org.apache.axis2.client.Call call =
+                    new org.apache.axis2.client.Call(
                             "target/test-resources/intregrationRepo");
 
             call.setTo(targetEPR);

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLOnTwoChannelsSyncTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLOnTwoChannelsSyncTest.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLOnTwoChannelsSyncTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLOnTwoChannelsSyncTest.java Thu Nov 17 13:58:06 2005
@@ -84,7 +84,7 @@
         value.setText("Isaac Assimov, the foundation Sega");
         method.addChild(value);
 
-        org.apache.axis2.clientapi.Call call = new org.apache.axis2.clientapi.Call(
+        org.apache.axis2.client.Call call = new org.apache.axis2.client.Call(
                 serviceContext);
         call.setTo(targetEPR);
         call.engageModule(new QName(Constants.MODULE_ADDRESSING));

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLOnTwoChannelsTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLOnTwoChannelsTest.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLOnTwoChannelsTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLOnTwoChannelsTest.java Thu Nov 17 13:58:06 2005
@@ -19,9 +19,9 @@
 import junit.framework.TestCase;
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.Constants;
-import org.apache.axis2.clientapi.AsyncResult;
-import org.apache.axis2.clientapi.Call;
-import org.apache.axis2.clientapi.Callback;
+import org.apache.axis2.client.AsyncResult;
+import org.apache.axis2.client.Call;
+import org.apache.axis2.client.Callback;
 import org.apache.axis2.context.ServiceContext;
 import org.apache.axis2.description.AxisService;
 import org.apache.axis2.engine.util.TestConstants;

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLTest.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLTest.java Thu Nov 17 13:58:06 2005
@@ -21,9 +21,9 @@
 import junit.framework.TestCase;
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.Constants;
-import org.apache.axis2.clientapi.AsyncResult;
-import org.apache.axis2.clientapi.Call;
-import org.apache.axis2.clientapi.Callback;
+import org.apache.axis2.client.AsyncResult;
+import org.apache.axis2.client.Call;
+import org.apache.axis2.client.Callback;
 import org.apache.axis2.context.MessageContext;
 import org.apache.axis2.context.ServiceContext;
 import org.apache.axis2.description.AxisService;
@@ -79,8 +79,8 @@
     public void testEchoXMLASync() throws Exception {
         OMElement payload = TestingUtils.createDummyOMElement();
 
-        org.apache.axis2.clientapi.Call call =
-                new org.apache.axis2.clientapi.Call("target/test-resources/intregrationRepo");
+        org.apache.axis2.client.Call call =
+                new org.apache.axis2.client.Call("target/test-resources/intregrationRepo");
 
         call.setTo(targetEPR);
         call.setTransportInfo(Constants.TRANSPORT_HTTP,
@@ -123,8 +123,8 @@
 
         OMElement payload = TestingUtils.createDummyOMElement();
 
-        org.apache.axis2.clientapi.Call call =
-                new org.apache.axis2.clientapi.Call("target/test-resources/intregrationRepo");
+        org.apache.axis2.client.Call call =
+                new org.apache.axis2.client.Call("target/test-resources/intregrationRepo");
 
         call.setTo(targetEPR);
         call.setTransportInfo(Constants.TRANSPORT_HTTP,

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/HandlerFailureTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/HandlerFailureTest.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/HandlerFailureTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/HandlerFailureTest.java Thu Nov 17 13:58:06 2005
@@ -142,8 +142,8 @@
             value.setText("Isaac Assimov, the foundation Sega");
             method.addChild(value);
 
-            org.apache.axis2.clientapi.Call call =
-                    new      org.apache.axis2.clientapi.Call("target/test-resources/intregrationRepo");
+            org.apache.axis2.client.Call call =
+                    new      org.apache.axis2.client.Call("target/test-resources/intregrationRepo");
             //EndpointReference targetEPR = new EndpointReference(AddressingConstants.WSA_TO, "http://127.0.0.1:" + Utils.TESTING_PORT + "/axis/services/EchoXMLService");
             
             call.setTransportInfo(Constants.TRANSPORT_HTTP,

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/MessageContextInjectionTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/MessageContextInjectionTest.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/MessageContextInjectionTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/MessageContextInjectionTest.java Thu Nov 17 13:58:06 2005
@@ -18,7 +18,7 @@
 
 import junit.framework.TestCase;
 import org.apache.axis2.Constants;
-import org.apache.axis2.clientapi.MessageSender;
+import org.apache.axis2.client.MessageSender;
 import org.apache.axis2.context.ConfigurationContext;
 import org.apache.axis2.context.MessageContext;
 import org.apache.axis2.description.AxisOperation;

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/OneWayRawXMLTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/OneWayRawXMLTest.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/OneWayRawXMLTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/OneWayRawXMLTest.java Thu Nov 17 13:58:06 2005
@@ -21,7 +21,7 @@
 import junit.framework.TestCase;
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.Constants;
-import org.apache.axis2.clientapi.MessageSender;
+import org.apache.axis2.client.MessageSender;
 import org.apache.axis2.context.MessageContext;
 import org.apache.axis2.description.AxisOperation;
 import org.apache.axis2.description.AxisService;

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/ServiceDispatchingTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/ServiceDispatchingTest.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/ServiceDispatchingTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/ServiceDispatchingTest.java Thu Nov 17 13:58:06 2005
@@ -69,8 +69,8 @@
     public void testDispatchWithURLOnly() throws Exception {
         SOAPFactory fac = OMAbstractFactory.getSOAP11Factory();
         OMElement payload = TestingUtils.createDummyOMElement();
-        org.apache.axis2.clientapi.Call call =
-                new org.apache.axis2.clientapi.Call("target/test-resources/intregrationRepo");
+        org.apache.axis2.client.Call call =
+                new org.apache.axis2.client.Call("target/test-resources/intregrationRepo");
         call.setTo(
                 new EndpointReference("http://127.0.0.1:5555/axis/services/EchoXMLService/echoOMElement"));
         call.setTransportInfo(Constants.TRANSPORT_HTTP,
@@ -90,8 +90,8 @@
         value.addChild(
                 fac.createText(value, "Isaac Assimov, the foundation Sega"));
         payload.addChild(value);
-        org.apache.axis2.clientapi.Call call =
-                new org.apache.axis2.clientapi.Call("target/test-resources/intregrationRepo");
+        org.apache.axis2.client.Call call =
+                new org.apache.axis2.client.Call("target/test-resources/intregrationRepo");
         call.setTo(
                 new EndpointReference("http://127.0.0.1:5555/axis/services/EchoXMLService/"));
         call.setTransportInfo(Constants.TRANSPORT_HTTP,
@@ -116,8 +116,8 @@
         payload.addChild(value);
 
 
-        org.apache.axis2.clientapi.Call call =
-                new org.apache.axis2.clientapi.Call("target/test-resources/intregrationRepo");
+        org.apache.axis2.client.Call call =
+                new org.apache.axis2.client.Call("target/test-resources/intregrationRepo");
         call.setTo(
                 new EndpointReference("http://127.0.0.1:5555/axis/services/"));
         call.setTransportInfo(Constants.TRANSPORT_HTTP,

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/ServiceGroupContextTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/ServiceGroupContextTest.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/ServiceGroupContextTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/ServiceGroupContextTest.java Thu Nov 17 13:58:06 2005
@@ -78,7 +78,7 @@
 
         SOAPEnvelope payload = fac.getDefaultEnvelope();
 
-        org.apache.axis2.clientapi.Call call = new org.apache.axis2.clientapi.Call("target/test-resources/intregrationRepo");
+        org.apache.axis2.client.Call call = new org.apache.axis2.client.Call("target/test-resources/intregrationRepo");
 
         call.setTo(targetEPR);
         call.setTransportInfo(Constants.TRANSPORT_HTTP, Constants.TRANSPORT_HTTP, false);

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/util/InvokerThread.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/util/InvokerThread.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/util/InvokerThread.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/util/InvokerThread.java Thu Nov 17 13:58:06 2005
@@ -3,7 +3,7 @@
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.Constants;
 import org.apache.axis2.addressing.EndpointReference;
-import org.apache.axis2.clientapi.Call;
+import org.apache.axis2.client.Call;
 import org.apache.axis2.integration.TestingUtils;
 import org.apache.axis2.integration.UtilServer;
 import org.apache.axis2.om.OMElement;

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/util/MyInOutMEPClient.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/util/MyInOutMEPClient.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/util/MyInOutMEPClient.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/util/MyInOutMEPClient.java Thu Nov 17 13:58:06 2005
@@ -17,7 +17,7 @@
 package org.apache.axis2.engine.util;
 
 import org.apache.axis2.AxisFault;
-import org.apache.axis2.clientapi.Call;
+import org.apache.axis2.client.Call;
 import org.apache.axis2.context.MessageContext;
 import org.apache.axis2.description.AxisOperation;
 import org.apache.axis2.description.OutInAxisOperation;

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/groovy/GroovyServiceTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/groovy/GroovyServiceTest.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/groovy/GroovyServiceTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/groovy/GroovyServiceTest.java Thu Nov 17 13:58:06 2005
@@ -81,8 +81,8 @@
         //OMElement payload = createPayLoad();
         OMElement payload = getpayLoad();
 
-        org.apache.axis2.clientapi.Call call =
-                new org.apache.axis2.clientapi.Call("target/test-resources/intregrationRepo");
+        org.apache.axis2.client.Call call =
+                new org.apache.axis2.client.Call("target/test-resources/intregrationRepo");
 
         call.setTo(targetEPR);
         call.setTransportInfo(Constants.TRANSPORT_HTTP,

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/integration/UtilServer.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/integration/UtilServer.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/integration/UtilServer.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/integration/UtilServer.java Thu Nov 17 13:58:06 2005
@@ -18,7 +18,7 @@
 
 import junit.framework.TestCase;
 import org.apache.axis2.AxisFault;
-import org.apache.axis2.clientapi.ListenerManager;
+import org.apache.axis2.client.ListenerManager;
 import org.apache.axis2.context.ConfigurationContext;
 import org.apache.axis2.context.ConfigurationContextFactory;
 import org.apache.axis2.context.ServiceContext;

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mail/MailCharSetEncodingTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mail/MailCharSetEncodingTest.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mail/MailCharSetEncodingTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mail/MailCharSetEncodingTest.java Thu Nov 17 13:58:06 2005
@@ -20,8 +20,8 @@
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.Constants;
 import org.apache.axis2.addressing.EndpointReference;
-import org.apache.axis2.clientapi.AsyncResult;
-import org.apache.axis2.clientapi.Callback;
+import org.apache.axis2.client.AsyncResult;
+import org.apache.axis2.client.Callback;
 import org.apache.axis2.context.ConfigurationContext;
 import org.apache.axis2.context.MessageContext;
 import org.apache.axis2.context.ServiceContext;
@@ -123,7 +123,7 @@
             Utils.resolvePhases(engineRegistry, clientService);
             clientServiceContext = Utils.fillContextInformation(clientOperation,  clientService, clientConfigContext);
 
-            org.apache.axis2.clientapi.Call call = new org.apache.axis2.clientapi.Call(
+            org.apache.axis2.client.Call call = new org.apache.axis2.client.Call(
                     clientServiceContext);
 
             call.setTo(targetEPR);

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mail/MailOneWayRawXMLTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mail/MailOneWayRawXMLTest.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mail/MailOneWayRawXMLTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mail/MailOneWayRawXMLTest.java Thu Nov 17 13:58:06 2005
@@ -22,7 +22,7 @@
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.Constants;
 import org.apache.axis2.addressing.EndpointReference;
-import org.apache.axis2.clientapi.MessageSender;
+import org.apache.axis2.client.MessageSender;
 import org.apache.axis2.context.ConfigurationContext;
 import org.apache.axis2.context.MessageContext;
 import org.apache.axis2.context.ServiceContext;

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mail/MailRequestResponseRawXMLTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mail/MailRequestResponseRawXMLTest.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mail/MailRequestResponseRawXMLTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mail/MailRequestResponseRawXMLTest.java Thu Nov 17 13:58:06 2005
@@ -22,8 +22,8 @@
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.Constants;
 import org.apache.axis2.addressing.EndpointReference;
-import org.apache.axis2.clientapi.AsyncResult;
-import org.apache.axis2.clientapi.Callback;
+import org.apache.axis2.client.AsyncResult;
+import org.apache.axis2.client.Callback;
 import org.apache.axis2.context.ConfigurationContext;
 import org.apache.axis2.context.MessageContext;
 import org.apache.axis2.context.ServiceContext;
@@ -126,7 +126,7 @@
         Utils.resolvePhases(configContext.getAxisConfiguration(), service);
         ServiceContext serviceContext = service.getParent().getServiceGroupContext(configContext).getServiceContext(service.getName().getLocalPart());
 
-        org.apache.axis2.clientapi.Call call = new org.apache.axis2.clientapi.Call(
+        org.apache.axis2.client.Call call = new org.apache.axis2.client.Call(
                 serviceContext);
 //        call.engageModule(new QName(Constants.MODULE_ADDRESSING));
 

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mail/MailetRequestResponceRawXMLTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mail/MailetRequestResponceRawXMLTest.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mail/MailetRequestResponceRawXMLTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mail/MailetRequestResponceRawXMLTest.java Thu Nov 17 13:58:06 2005
@@ -21,8 +21,8 @@
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.Constants;
 import org.apache.axis2.addressing.EndpointReference;
-import org.apache.axis2.clientapi.AsyncResult;
-import org.apache.axis2.clientapi.Callback;
+import org.apache.axis2.client.AsyncResult;
+import org.apache.axis2.client.Callback;
 import org.apache.axis2.context.ConfigurationContext;
 import org.apache.axis2.context.MessageContext;
 import org.apache.axis2.context.ServiceContext;
@@ -123,7 +123,7 @@
 
         ServiceContext serviceContext = Utils.fillContextInformation(axisOperation,  service, configContext);
 
-        org.apache.axis2.clientapi.Call call = new org.apache.axis2.clientapi.Call(
+        org.apache.axis2.client.Call call = new org.apache.axis2.client.Call(
                 serviceContext);
 //        call.engageModule(new QName(Constants.MODULE_ADDRESSING));
 

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mtom/EchoRawMTOMCommonsChunkingTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mtom/EchoRawMTOMCommonsChunkingTest.java?rev=345338&r1=345337&r2=345338&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mtom/EchoRawMTOMCommonsChunkingTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mtom/EchoRawMTOMCommonsChunkingTest.java Thu Nov 17 13:58:06 2005
@@ -97,7 +97,7 @@
 
         OMElement payload = createEnvelope();
 
-        org.apache.axis2.clientapi.Call call = new org.apache.axis2.clientapi.Call(
+        org.apache.axis2.client.Call call = new org.apache.axis2.client.Call(
                 Constants.TESTING_PATH + "commons-http-enabledRepository");
         call.setTo(targetEPR);
         call.set(Constants.Configuration.ENABLE_MTOM, Constants.VALUE_TRUE);



Re: Fwd: [Axis2] AxisFault

Posted by Steve Loughran <st...@apache.org>.
Eran Chinthaka wrote:
> Hi Steve,
> 
> Any plans of completing this ? Its been a long time you made these
> changes, but still they are in a transition stage.
> 
> Initialy I implemented AxisFault and included some stuff based on
> OMElements. But you have changed them and included a parallel
> hierarchy. Assuming its fine (but I can remember I and some others
> didn't agree for that), your changes are yet to be completed.
> So the fault handling in AxisEngine is not happening well due to those changes.
> 
> I had this problem in implementing some interop scenarios, but I made
> a workaround to make it working, without using details found in
> AxisFault.
> 
> Is possible, please be kind enough to take AxisFault couple to fault
> handling in Axis2.
> 

I havent been doing axis work for three months, and for the last couple 
of week's I've been trying to get my build back to where it was, i.e. 
running.

My goal for all this was to not just send axisfaults over the wire, but 
properly marshall things like WS-BaseFault faults, for which I need full 
access to the SOAPFault, and the ability to nest lots of stuff inside, 
at the app level, without having to care whether its a SOAP1.1 or 1.2 
connection. Maybe that latter thin is an unrealistic goal, because the 
faults are so different.


> -- Chinthaka
> 
> On 11/18/05, Steve Loughran <st...@apache.org> wrote:
>> Sanjiva Weerawarana wrote:
>>> On Thu, 2005-11-17 at 21:58 +0000, dims@apache.org wrote:
>>>
>>>> Author: dims
>>>> Date: Thu Nov 17 13:58:06 2005
>>>> New Revision: 345338
>>>>
>>>> URL: http://svn.apache.org/viewcvs?rev=345338&view=rev
>>>> Log:
>>>> This is the last chance we are gonna get to muck around with package names...so am taking it :)
>>>
>>> This breaks Sandesha, Kandula and Synapse .. pls send a note to those
>>> -dev lists to warn them! (We better remember to put this stuff in
>>> release notes .. I can see another message from SteveL otherwise :))
>> No, now its your turn to complain about what I've just checked in for
>> AxisFault
>>
>>
>> 1. a new package fault that contains
>>
>> 1. the various classes to model SOAPFault bits and bobs in a
>> SOAP-envelope-neutral format
>> 2. an interface to replace the one dims deleted, in which an exception
>> can be asked to provide a soap fault, and if so, it is given complete
>> control over marshalling,
>>
>> I'm not so sure about (2). it works well in  my alpine prototype,
>> because I dont care about soap1.1. compatibiity,
>>
>> I've also checked in a version of AxisFault that uses the new stuff.
>>
>> This is a first step towards soap fault handing. What is now needed is
>>
>> -extraction of stack traces and storage in the axisfault details
>> -extraction of http error codes and storage in the axisfault details
>> -lossless mapping two and from soapfaults.
>>
>> Again, the need to support multiple OMFactories complicates things; I
>> cant' just store details as elements in a list, they've got to be under
>> some node that is bound to a particular factory. Some assistance or
>> advice would help here.
>>
>> -steve
>>
> 
> 
> 
> From: Steve Loughran <st...@apache.org>
> Date: Nov 18, 2005 10:09 PM
> Subject: AxisFault
> To: Axis-Dev <ax...@ws.apache.org>
> 
> 
> Sanjiva Weerawarana wrote:
>> On Thu, 2005-11-17 at 21:58 +0000, dims@apache.org wrote:
>>
>>> Author: dims
>>> Date: Thu Nov 17 13:58:06 2005
>>> New Revision: 345338
>>>
>>> URL: http://svn.apache.org/viewcvs?rev=345338&view=rev
>>> Log:
>>> This is the last chance we are gonna get to muck around with package
> names...so am taking it :)
>>
>> This breaks Sandesha, Kandula and Synapse .. pls send a note to those
>> -dev lists to warn them! (We better remember to put this stuff in
>> release notes .. I can see another message from SteveL otherwise :))
> 
> No, now its your turn to complain about what I've just checked in for
> AxisFault
> 
> 
> 1. a new package fault that contains
> 
> 1. the various classes to model SOAPFault bits and bobs in a
> SOAP-envelope-neutral format
> 2. an interface to replace the one dims deleted, in which an exception
> can be asked to provide a soap fault, and if so, it is given complete
> control over marshalling,
> 
> I'm not so sure about (2). it works well in  my alpine prototype,
> because I dont care about soap1.1. compatibiity,
> 
> I've also checked in a version of AxisFault that uses the new stuff.
> 
> This is a first step towards soap fault handing. What is now needed is
> 
> -extraction of stack traces and storage in the axisfault details
> -extraction of http error codes and storage in the axisfault details
> -lossless mapping two and from soapfaults.
> 
> Again, the need to support multiple OMFactories complicates things; I
> cant' just store details as elements in a list, they've got to be under
> some node that is bound to a particular factory. Some assistance or
> advice would help here.
> 
> -steve
> 


Fwd: [Axis2] AxisFault

Posted by Eran Chinthaka <ch...@gmail.com>.
Hi Steve,

Any plans of completing this ? Its been a long time you made these
changes, but still they are in a transition stage.

Initialy I implemented AxisFault and included some stuff based on
OMElements. But you have changed them and included a parallel
hierarchy. Assuming its fine (but I can remember I and some others
didn't agree for that), your changes are yet to be completed.
So the fault handling in AxisEngine is not happening well due to those changes.

I had this problem in implementing some interop scenarios, but I made
a workaround to make it working, without using details found in
AxisFault.

Is possible, please be kind enough to take AxisFault couple to fault
handling in Axis2.

-- Chinthaka

On 11/18/05, Steve Loughran <st...@apache.org> wrote:
> Sanjiva Weerawarana wrote:
> > On Thu, 2005-11-17 at 21:58 +0000, dims@apache.org wrote:
> >
> >>Author: dims
> >>Date: Thu Nov 17 13:58:06 2005
> >>New Revision: 345338
> >>
> >>URL: http://svn.apache.org/viewcvs?rev=345338&view=rev
> >>Log:
> >>This is the last chance we are gonna get to muck around with package names...so am taking it :)
> >
> >
> > This breaks Sandesha, Kandula and Synapse .. pls send a note to those
> > -dev lists to warn them! (We better remember to put this stuff in
> > release notes .. I can see another message from SteveL otherwise :))
>
> No, now its your turn to complain about what I've just checked in for
> AxisFault
>
>
> 1. a new package fault that contains
>
> 1. the various classes to model SOAPFault bits and bobs in a
> SOAP-envelope-neutral format
> 2. an interface to replace the one dims deleted, in which an exception
> can be asked to provide a soap fault, and if so, it is given complete
> control over marshalling,
>
> I'm not so sure about (2). it works well in  my alpine prototype,
> because I dont care about soap1.1. compatibiity,
>
> I've also checked in a version of AxisFault that uses the new stuff.
>
> This is a first step towards soap fault handing. What is now needed is
>
> -extraction of stack traces and storage in the axisfault details
> -extraction of http error codes and storage in the axisfault details
> -lossless mapping two and from soapfaults.
>
> Again, the need to support multiple OMFactories complicates things; I
> cant' just store details as elements in a list, they've got to be under
> some node that is bound to a particular factory. Some assistance or
> advice would help here.
>
> -steve
>



From: Steve Loughran <st...@apache.org>
Date: Nov 18, 2005 10:09 PM
Subject: AxisFault
To: Axis-Dev <ax...@ws.apache.org>


Sanjiva Weerawarana wrote:
> On Thu, 2005-11-17 at 21:58 +0000, dims@apache.org wrote:
>
>>Author: dims
>>Date: Thu Nov 17 13:58:06 2005
>>New Revision: 345338
>>
>>URL: http://svn.apache.org/viewcvs?rev=345338&view=rev
>>Log:
>>This is the last chance we are gonna get to muck around with package
names...so am taking it :)
>
>
> This breaks Sandesha, Kandula and Synapse .. pls send a note to those
> -dev lists to warn them! (We better remember to put this stuff in
> release notes .. I can see another message from SteveL otherwise :))

No, now its your turn to complain about what I've just checked in for
AxisFault


1. a new package fault that contains

1. the various classes to model SOAPFault bits and bobs in a
SOAP-envelope-neutral format
2. an interface to replace the one dims deleted, in which an exception
can be asked to provide a soap fault, and if so, it is given complete
control over marshalling,

I'm not so sure about (2). it works well in  my alpine prototype,
because I dont care about soap1.1. compatibiity,

I've also checked in a version of AxisFault that uses the new stuff.

This is a first step towards soap fault handing. What is now needed is

-extraction of stack traces and storage in the axisfault details
-extraction of http error codes and storage in the axisfault details
-lossless mapping two and from soapfaults.

Again, the need to support multiple OMFactories complicates things; I
cant' just store details as elements in a list, they've got to be under
some node that is bound to a particular factory. Some assistance or
advice would help here.

-steve

AxisFault

Posted by Steve Loughran <st...@apache.org>.
Sanjiva Weerawarana wrote:
> On Thu, 2005-11-17 at 21:58 +0000, dims@apache.org wrote:
> 
>>Author: dims
>>Date: Thu Nov 17 13:58:06 2005
>>New Revision: 345338
>>
>>URL: http://svn.apache.org/viewcvs?rev=345338&view=rev
>>Log:
>>This is the last chance we are gonna get to muck around with package names...so am taking it :)
> 
> 
> This breaks Sandesha, Kandula and Synapse .. pls send a note to those
> -dev lists to warn them! (We better remember to put this stuff in
> release notes .. I can see another message from SteveL otherwise :))

No, now its your turn to complain about what I've just checked in for 
AxisFault


1. a new package fault that contains

1. the various classes to model SOAPFault bits and bobs in a 
SOAP-envelope-neutral format
2. an interface to replace the one dims deleted, in which an exception 
can be asked to provide a soap fault, and if so, it is given complete 
control over marshalling,

I'm not so sure about (2). it works well in  my alpine prototype, 
because I dont care about soap1.1. compatibiity,

I've also checked in a version of AxisFault that uses the new stuff.

This is a first step towards soap fault handing. What is now needed is

-extraction of stack traces and storage in the axisfault details
-extraction of http error codes and storage in the axisfault details
-lossless mapping two and from soapfaults.

Again, the need to support multiple OMFactories complicates things; I 
cant' just store details as elements in a list, they've got to be under 
some node that is bound to a particular factory. Some assistance or 
advice would help here.

-steve

Re: svn commit: r345338 [1/2] - in /webservices/axis2/trunk/java: modules/codegen/src/org/apache/axis2/rpc/client/ modules/codegen/src/org/apache/axis2/wsdl/template/csharp/ modules/codegen/src/org/apache/axis2/wsdl/template/java/ modules/codegen/test/org/...

Posted by Sanjiva Weerawarana <sa...@opensource.lk>.
On Thu, 2005-11-17 at 21:58 +0000, dims@apache.org wrote:
> Author: dims
> Date: Thu Nov 17 13:58:06 2005
> New Revision: 345338
> 
> URL: http://svn.apache.org/viewcvs?rev=345338&view=rev
> Log:
> This is the last chance we are gonna get to muck around with package names...so am taking it :)

This breaks Sandesha, Kandula and Synapse .. pls send a note to those
-dev lists to warn them! (We better remember to put this stuff in
release notes .. I can see another message from SteveL otherwise :))

> clientapi->client [Why did we add the api tagged in there?]

I remember some discussion about this a while back; did u look in the
archives? I don't recall the reasoning for the particular name we had.

Sanjiva.



Re: svn commit: r345338 [1/2] - in /webservices/axis2/trunk/java: modules/codegen/src/org/apache/axis2/rpc/client/ modules/codegen/src/org/apache/axis2/wsdl/template/csharp/ modules/codegen/src/org/apache/axis2/wsdl/template/java/ modules/codegen/test/org/...

Posted by Sanjiva Weerawarana <sa...@opensource.lk>.
On Thu, 2005-11-17 at 21:58 +0000, dims@apache.org wrote:
> Author: dims
> Date: Thu Nov 17 13:58:06 2005
> New Revision: 345338
> 
> URL: http://svn.apache.org/viewcvs?rev=345338&view=rev
> Log:
> This is the last chance we are gonna get to muck around with package names...so am taking it :)

This breaks Sandesha, Kandula and Synapse .. pls send a note to those
-dev lists to warn them! (We better remember to put this stuff in
release notes .. I can see another message from SteveL otherwise :))

> clientapi->client [Why did we add the api tagged in there?]

I remember some discussion about this a while back; did u look in the
archives? I don't recall the reasoning for the particular name we had.

Sanjiva.