Added: webservices/muse/trunk/src/examples/client/.classpath URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/.classpath?rev=232376&view=auto ============================================================================== --- webservices/muse/trunk/src/examples/client/.classpath (added) +++ webservices/muse/trunk/src/examples/client/.classpath Fri Aug 12 13:38:04 2005 @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<classpath> + <classpathentry kind="src" path="src/java"/> + <classpathentry kind="src" path="src/test"/> + <classpathentry kind="var" path="MAVEN_REPO/addressing/jars/addressing-SNAPSHOT.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/ant/jars/ant-1.6.2.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/axis/jars/axis-saaj-1.2-RC2.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/commons-discovery/jars/commons-discovery-0.2.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/commons-httpclient/jars/commons-httpclient-2.0.2.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/commons-lang/jars/commons-lang-2.0.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/commons-logging/jars/commons-logging-1.0.4.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/concurrent/jars/concurrent-1.3.4.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/jaxen/jars/jaxen-1.1-beta-4.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/junit/jars/junit-3.8.1.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/log4j/jars/log4j-1.2.8.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/muse/jars/incubating-muse-0.5-SNAPSHOT.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/muse/jars/muse-disk-types-SNAPSHOT.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/servletapi/jars/servletapi-2.3.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/wsdl4j/jars/wsdl4j-1.5-SNAPSHOT.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/ws-fx/jars/wsfx-axis-types-SNAPSHOT.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/ws-fx/jars/wsfx-xmlbeans-SNAPSHOT.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/xalan/jars/xalan-2.4.1.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/xmlbeans/jars/xbean_xpath-v1HEAD-SNAPSHOT-20041129.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/xmlbeans/jars/xbean-v1HEAD-SNAPSHOT-20041129.jar"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="var" path="MAVEN_REPO/axis/jars/axis-jaxrpc-1.2-RC2.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/axis/jars/axis-1.2-RC2.jar"/> + <classpathentry kind="output" path="target/classes"/> +</classpath> Added: webservices/muse/trunk/src/examples/client/.project URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/.project?rev=232376&view=auto ============================================================================== --- webservices/muse/trunk/src/examples/client/.project (added) +++ webservices/muse/trunk/src/examples/client/.project Fri Aug 12 13:38:04 2005 @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>client</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> Added: webservices/muse/trunk/src/examples/client/bin/WsdmExplorer.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/WsdmExplorer.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/WsdmExplorer.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/WsdmSwingExplorer.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/WsdmSwingExplorer.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/WsdmSwingExplorer.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/axis/com/xyz/DiskWsdmServiceWSResource.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/axis/com/xyz/DiskWsdmServiceWSResource.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/axis/com/xyz/DiskWsdmServiceWSResource.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/client-config.wsdd URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/client-config.wsdd?rev=232376&view=auto ============================================================================== --- webservices/muse/trunk/src/examples/client/bin/client-config.wsdd (added) +++ webservices/muse/trunk/src/examples/client/bin/client-config.wsdd Fri Aug 12 13:38:04 2005 @@ -0,0 +1,29 @@ +<?xml version="1.0"?> + +<deployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java"> + <handler name="LogHandler" type="java:org.apache.axis.handlers.LogHandler"> + <parameter name="LogHandler.fileName" value="C:/Projects/ws-rp/src/test/client.log"/> + </handler> + <handler name="AddressingHandler" type="java:org.apache.axis.message.addressing.handler.AddressingHandler" /> + <handler name="AxisClientSideAddressingHandler" type="java:org.apache.axis.message.addressing.handler.AxisClientSideAddressingHandler" /> + <globalConfiguration> + <requestFlow> + <!-- + <handler type="java:org.apache.axis.handlers.JAXRPCHandler"> + <parameter name="className" value="org.apache.axis.message.addressing.handler.AxisClientSideAddressingHandler"/> + <parameter name="referencePropertyNames" value="*"/> + </handler> + --> + </requestFlow> + <responseFlow> + <!-- + <handler type="java:org.apache.axis.handlers.JAXRPCHandler"> + <parameter name="className" value="org.apache.axis.message.addressing.handler.AxisClientSideAddressingHandler"/> + <parameter name="referencePropertyNames" value="*"/> + </handler> + --> + </responseFlow> + </globalConfiguration> + <transport name="http" pivot="java:org.apache.axis.transport.http.HTTPSender"/> + <transport name="local" pivot="java:org.apache.axis.transport.local.LocalSender"/> +</deployment> Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/DynamicSchemaClassBuilder.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/DynamicSchemaClassBuilder.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/DynamicSchemaClassBuilder.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/DynamicSchemaClassBuilderTestCase.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/DynamicSchemaClassBuilderTestCase.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/DynamicSchemaClassBuilderTestCase.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/DynamicSoapClient.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/DynamicSoapClient.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/DynamicSoapClient.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/DynamicSoapClientTestCase.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/DynamicSoapClientTestCase.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/DynamicSoapClientTestCase.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/async/AsyncCallProvider.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/async/AsyncCallProvider.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/async/AsyncCallProvider.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/async/AsyncCallProviderTestCase.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/async/AsyncCallProviderTestCase.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/async/AsyncCallProviderTestCase.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/async/AsyncEvent.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/async/AsyncEvent.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/async/AsyncEvent.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/async/AsyncListener.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/async/AsyncListener.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/async/AsyncListener.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/async/AsyncThreadContext.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/async/AsyncThreadContext.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/async/AsyncThreadContext.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/async/AsyncUnitTestImpl.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/async/AsyncUnitTestImpl.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/async/AsyncUnitTestImpl.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/WsdmClient.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/WsdmClient.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/WsdmClient.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/WsdmClientFactory.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/WsdmClientFactory.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/WsdmClientFactory.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/WsdmClientTestCase.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/WsdmClientTestCase.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/WsdmClientTestCase.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/WsdmInstance.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/WsdmInstance.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/WsdmInstance.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/WsdmInstanceTestCase.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/WsdmInstanceTestCase.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/WsdmInstanceTestCase.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/WsdmOperation.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/WsdmOperation.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/WsdmOperation.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/WsdmOperationTestCase.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/WsdmOperationTestCase.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/WsdmOperationTestCase.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/WsdmResource.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/WsdmResource.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/WsdmResource.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/WsdmResourceTestCase.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/WsdmResourceTestCase.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/WsdmResourceTestCase.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/impl/WsdmClientImpl.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/impl/WsdmClientImpl.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/impl/WsdmClientImpl.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/impl/WsdmInstanceImpl.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/impl/WsdmInstanceImpl.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/impl/WsdmInstanceImpl.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/impl/WsdmOperationImpl.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/impl/WsdmOperationImpl.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/impl/WsdmOperationImpl.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/impl/WsdmResourceImpl.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/impl/WsdmResourceImpl.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/impl/WsdmResourceImpl.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/swing/GetServerFrame$1.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/swing/GetServerFrame%241.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/swing/GetServerFrame$1.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/swing/GetServerFrame$2.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/swing/GetServerFrame%242.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/swing/GetServerFrame$2.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/swing/GetServerFrame$3.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/swing/GetServerFrame%243.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/swing/GetServerFrame$3.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/swing/GetServerFrame.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/swing/GetServerFrame.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/swing/GetServerFrame.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/swing/OperationsTableModel.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/swing/OperationsTableModel.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/swing/OperationsTableModel.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/swing/PropertiesTableModel.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/swing/PropertiesTableModel.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/swing/PropertiesTableModel.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/swing/Registry.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/swing/Registry.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/swing/Registry.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/swing/WsdmTreeModel.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/swing/WsdmTreeModel.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/model/swing/WsdmTreeModel.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/util/BodyWrapper.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/util/BodyWrapper.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/util/BodyWrapper.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/util/Consumer.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/util/Consumer.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/util/Consumer.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/util/EnvelopeWrapper.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/util/EnvelopeWrapper.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/util/EnvelopeWrapper.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/util/HeaderWrapper.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/util/HeaderWrapper.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/util/HeaderWrapper.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/util/SimpleHttpPortListener.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/util/SimpleHttpPortListener.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/util/SimpleHttpPortListener.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/util/SimplePortListener$1.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/util/SimplePortListener%241.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/util/SimplePortListener$1.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/util/SimplePortListener.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/util/SimplePortListener.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/util/SimplePortListener.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/util/Subscriber$Subscription.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/util/Subscriber%24Subscription.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/util/Subscriber$Subscription.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/util/Subscriber.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/util/Subscriber.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/util/Subscriber.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/util/SubscriberTest.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/util/SubscriberTest.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/client/util/SubscriberTest.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/http/NotSoSimpleAxisServer.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/http/NotSoSimpleAxisServer.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/http/NotSoSimpleAxisServer.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/http/NotSoSimpleAxisWorker.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/http/NotSoSimpleAxisWorker.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/http/NotSoSimpleAxisWorker.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/test/AbstractAxisTestCase.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/test/AbstractAxisTestCase.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/test/AbstractAxisTestCase.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/test/AbstractMultipleAxisTestCase.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/test/AbstractMultipleAxisTestCase.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/test/AbstractMultipleAxisTestCase.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/test/AbstractNoAxisTestCase.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/test/AbstractNoAxisTestCase.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/test/AbstractNoAxisTestCase.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/test/AbstractOneAxisTestCase.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/test/AbstractOneAxisTestCase.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/test/AbstractOneAxisTestCase.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/test/AbstractSerializationTestCase.class URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/bin/org/apache/ws/test/AbstractSerializationTestCase.class?rev=232376&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/muse/trunk/src/examples/client/bin/org/apache/ws/test/AbstractSerializationTestCase.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
