org.apache.axis.Constants
org.jboss.axis.Constants
org.alfresco.example.webservice.authoring.AuthoringServiceSoapBindingStub
org.alfresco.example.webservice.repository.RepositoryServiceSoapBindingStub
org.jboss.xb.binding.Constants @author <a HREF="mailto:alex@jboss.org">Alexey Loubyansky</a> @version <tt>$Revision: 1.1.2.1 $</tt> org.alfresco.example.webservice.content.ContentServiceSoapBindingStub
org.apache.axis.deployment.wsdd.WSDDConstants org.jboss.axis.deployment.wsdd.WSDDConstants org.apache.axis.client.Call Axis' JAXRPC Dynamic Invocation Interface implementation of the Call interface. This class should be used to actually invoke the Web Service. It can be prefilled by a WSDL document (on the constructor to the Service object) or you can fill in the data yourself. <pre> Standard properties def ...org.apache.wsif.compiler.schema.tools.Schema2Java Convert XML schema file into Java class files. @author: Tian Zhao (tzhao@cs.purdue.edu) @author Owen Burroughs <owenb@apache.org> org.jboss.axis.client.Call Axis' JAXRPC Dynamic Invocation Interface implementation of the Call interface. This class should be used to actually invoke the Web Service. It can be prefilled by a WSDL document (on the constructor to the Service object) or you can fill in the data yourself. <pre> Standard properties def ...org.apache.geronimo.axis.builder.HeavyweightOperationDescBuilder @version $Rev$ $Date$ org.apache.axis.wsdl.symbolTable.SymbolTable This class represents a table of all of the top-level symbols from a set of WSDL Definitions and DOM Documents: XML types; WSDL messages, portTypes, bindings, and services. <p/> This symbolTable contains entries of the form <key, value> where key is of type QName and value is of type ...org.apache.axis.wsdl.fromJava.Types <p>Description: </p> This class is used to recursively serializes a Java Class into an XML Schema representation. <p/> It has utility methods to create a schema node, assosiate namespaces to the various types @author unascribed org.apache.axis.wsdl.symbolTable.SchemaUtils This class contains static utility methods specifically for schema type queries. @author Rich Scheuerle (scheu@us.ibm.com) org.apache.wsif.schema.Parser A class used for parsing the schema(s) defined in a Definition object. It does not provide full schema parsing. Its main purpose is to help in determining a list off all the types that are defined in schemas either inline in the wsdl document or imported xsd files. @author Owen Burroughs <owen ...org.jboss.axis.wsdl.fromJava.Types <p>Description: </p> This class is used to recursively serializes a Java Class into an XML Schema representation. <p/> It has utility methods to create a schema node, assosiate namespaces to the various types @author unascribed com.capeclear.www.GlobalWeather_wsdl.StationInfoStub
org.apache.axis.wsdl.fromJava.Emitter This class emits WSDL from Java classes. It is used by the ?WSDL Axis browser function and Java2WSDL commandline utility. See Java2WSDL and Java2WSDLFactory for more information. @author Glen Daniels (gdaniels@apache.org) @author Rich Scheuerle (scheu@us.ibm.com) org.apache.wsif.providers.soap.apacheaxis.WSIFOperation_ApacheAxis The WSIFOperation class for invoking WSDL operations using Apache AXIS. @author Mark Whitlock <whitlock@apache.org> @author Ant Elder <ant.elder@uk.ibm.com> org.apache.axis.message.MessageElement MessageElement is the base type of nodes of the SOAP message parse tree. Note: it was made Serializable to help users of Apache SOAP who had exploited the serializability of the DOM tree to migrate to Axis. @todo implement the NodeList methods properly, with tests. org.jboss.webservice.deployment.OperationDescription Abstracts an Axis service description @author thomas.diesler@jboss.org @since 08-June-2004 org.jboss.axis.wsdl.symbolTable.SchemaUtils This class contains static utility methods specifically for schema type queries. @author Rich Scheuerle (scheu@us.ibm.com) org.jboss.axis.wsdl.fromJava.Emitter This class emits WSDL from Java classes. It is used by the ?WSDL Axis browser function and Java2WSDL commandline utility. See Java2WSDL and Java2WSDLFactory for more information. @author Glen Daniels (gdaniels@macromedia.com) @author Rich Scheuerle (scheu@us.ibm.com) org.jboss.axis.encoding.SerializationContextImpl Manage a serialization, including keeping track of namespace mappings and element stacks. @author Glen Daniels (gdaniels@macromedia.com) @author Rich Scheuerle <scheu@us.ibm.com> org.jboss.xb.binding.metadata.unmarshalling.impl.DocumentBindingFactoryImpl @author <a HREF="mailto:alex@jboss.org">Alexey Loubyansky</a> @version <tt>$Revision: 1.1.2.1 $</tt> org.jboss.axis.client.Service Axis' JAXRPC Dynamic Invoation Interface implementation of the Service interface. <p/> The Service class should be used a the starting point for access SOAP Web Services. Typically, a Service will be created with a WSDL document and along with a serviceName you can then ask for a Call objec ...org.objectweb.wssample.genbean.google.GoogleSearchResult
interop.InteropDocWrappedTest Junit test to test out the AXIS provider docstyle support using wrapped parts This test is part of the SOAP Builders interoperability testing effort described at http://www.whitemesa.net/. The WSDL is available online at http://www.whitemesa.net/wsdl/interopdoc.wsdl @author Ant Elder <ant.eld ...interop.wsifservice.Doc_Test_BindingStub
org.apache.axis.description.ParameterDesc A Parameter descriptor, collecting the interesting info about an operation parameter. (mostly taken from org.apache.axis.wsdl.toJava.Parameter right now) @author Glen Daniels (gdaniels@apache.org) org.jboss.xb.binding.sunday.unmarshalling.XsdBinder @author <a HREF="mailto:alex@jboss.org">Alexey Loubyansky</a> @version <tt>$Revision: 1.1.2.6 $</tt> serialization.SerializationTest Test the serializing and deserializing of WSIF objects @author Owen Burroughs <owenb@apache.org> org.apache.axis.wsdl.toJava.JavaDeployWriter This is Wsdl2java's deploy Writer. It writes the deploy.wsdd file. org.apache.geronimo.axis.builder.ServiceReferenceTest @version $Rev: $ $Date: $ org.alfresco.example.webservice.types.ClassDefinition
org.jboss.axis.description.OperationDesc An OperationDesc is an abstract description of an operation on a service. @author Glen Daniels (gdaniels@apache.org) org.alfresco.example.webservice.types.CMLAddChild
org.apache.wsif.providers.jms.JMSMessage JMSMessage @author <a HREF="mailto:seto@ca.ibm.com">Norman Seto</a> @author <a HREF="mailto:antelder@apache.org">Ant Elder</a> org.alfresco.example.webservice.types.CMLRemoveAssociation
interop.InteropDocTest Junit test to test out the AXIS provider docstyle support This test is part of the SOAP Builders interoperability testing effort described at http://www.whitemesa.net/. The WSDL is available online at http://www.whitemesa.net/wsdl/interopdoc.wsdl TODO: tests using stubs (see bugzilla 15780) TODO ...org.apache.axis.deployment.wsdd.WSDDDeployableItem WSDD DeployableItem complexType samples.stock.GetQuote1 This version of the ever so popular GetQuote shows how to use the Axis client APIs with and without WSDL. The first flavor (getQuote1) will use WSDL to prefill all of the data about the remote service. The second one (getQuote2) will do it all manually. Either way the service is invoked it shoul ...mime.MimeTest Junit test for Mime attachments There should be tests here for... DataHandler, DataSource and other datatypes (not sure of the list) Sync and async rpc-style and doc-style Other mime types Axis and Soap 2.3 Soap Http and Jms Does this function make sense for NativeJms, Java, EJB, etc? Sending att ...org.apache.ws.jaxme.impl.JMUnmarshallerHandlerImpl <p>Implementation of a JMUnmarshallerHandler; the UnmarshallerHandler receives SAX events which he silently discards, as long as the first <code>startElement</code> event is seen. Depending on namespace URI and local name, the Unmarshallerhandler creates a new instance of JMHandle ...org.alfresco.example.webservice.repository.Association
org.alfresco.example.webservice.authoring.AuthoringServiceLocator
org.alfresco.repo.webservice.types.VersionHistory
org.apache.axis.schema.SchemaVersion2001 2001 Schema characteristics. @author Glen Daniels (gdaniels@apache.org) org.apache.wsif.providers.jca.toolplugin.Import This class is a default implementation proxy for the Operations of the Import Service. Tooling environments can extend this class and customize its behaviour. It is provided as a default implementation of how to invoke the various operations that are defined in the Import Service archictecture. @ ... | Popular Tags |