Free Download - Stylus Studio, The World's Best XML IDE!

A B C D E F G H I J K L M N O P Q R S T U V W X Y _

A

AbstractCompiler - class org.apache.axis.components.compiler.AbstractCompiler.
This class implements the functionality common to all Java compilers.
AbstractCompiler() - Constructor for class org.apache.axis.components.compiler.AbstractCompiler
 
ACCEPTMISSINGPARAMS - Static variable in class org.apache.axis.MessageContext
A boolean param, to control whether we accept missing parameters as nulls or refuse to acknowledge them.
ACKNOWLEDGE_MODE - Static variable in interface org.apache.axis.transport.jms.JMSConstants
Key for properties used in the registerListener method.
actor - Variable in class org.apache.axis.message.SOAPHeaderElement
 
add(Object) - Method in class org.apache.axis.utils.IdentityHashMap
adds an object to the Map.
add(String, Definition, Document) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Add the given Definition and Document information to the symbol table (including imported symbols), populating it with SymTabEntries for each of the top-level symbols.
add(String, QName[], ParameterMode[], String, String, String) - Method in class org.apache.axis.wsdl.SkeletonImpl
Add operation name and vector containing return and parameter names.
add(String, String) - Method in class org.apache.axis.utils.NSStack
Add a mapping for a namespaceURI to the specified prefix to the top frame in the stack.
add(String, String[], ParameterMode[], String, String, String) - Method in class org.apache.axis.wsdl.SkeletonImpl
Convenience method which allows passing an array of Strings which will be converted into QNames with no namespace.
add(String, String, String) - Method in class org.apache.axis.wsdl.toJava.GeneratedFileInfo
Add an entry
add(URL) - Method in class org.apache.axis.utils.URLHashSet
Adds the specified URL to this set if it is not already present.
addActorURI(String) - Method in class org.apache.axis.AxisEngine
 
addArgument(String) - Method in class org.apache.axis.utils.CLOption
Mutator of Argument property.
addAttachment(Object) - Method in class org.apache.axis.client.Stub
Add an attachment
addAttachmentPart(AttachmentPart) - Method in class javax.xml.soap.SOAPMessage
Adds the given AttachmentPart object to this SOAPMessage object.
addAttachmentPart(AttachmentPart) - Method in class org.apache.axis.Message
Adds the given AttachmentPart object to this SOAPMessage object.
addAttachmentPart(Object) - Method in class org.apache.axis.client.Call
This method adds an attachment.
addAttachmentPart(Part) - Method in class org.apache.axis.attachments.AttachmentsImpl
Adds an existing attachment to this list.
addAttachmentPart(Part) - Method in interface org.apache.axis.attachments.Attachments
Adds an existing attachment to this list.
addAttribute(Name, String) - Method in interface javax.xml.soap.SOAPElement
Adds an attribute with the specified name and value to this SOAPElement object.
addAttribute(Name, String) - Method in class org.apache.axis.message.MessageElement
 
addAttribute(String, String, QName) - Method in class org.apache.axis.message.MessageElement
 
addAttribute(String, String, String) - Method in class org.apache.axis.message.MessageElement
 
addAttribute(String, String, String, String) - Method in class org.apache.axis.message.MessageElement
 
addBindingGenerators() - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
addBody() - Method in interface javax.xml.soap.SOAPEnvelope
Creates a SOAPBody object and sets it as the SOAPBody object for this SOAPEnvelope object.
addBody() - Method in class org.apache.axis.message.SOAPEnvelope
Add a soap body if one does not exist
addBodyElement(Name) - Method in interface javax.xml.soap.SOAPBody
Creates a new SOAPBodyElement object with the specified name and adds it to this SOAPBody object.
addBodyElement(Name) - Method in class org.apache.axis.message.SOAPBody
 
addBodyElement(SOAPBodyElement) - Method in class org.apache.axis.message.SOAPEnvelope
Add a SOAP Body Element
addBodyPart(DimeBodyPart) - Method in class org.apache.axis.attachments.DimeMultiPart
 
addChain(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDUndeployment
 
addChild(MessageElement) - Method in class org.apache.axis.message.SOAPHeader
 
addChild(MessageElement) - Method in class org.apache.axis.message.SOAPBody
 
addChild(MessageElement) - Method in class org.apache.axis.message.MessageElement
Note that this method will log a error and no-op if there is a value (set using setObjectValue) in the MessageElement.
addChildDeserializer(Deserializer) - Method in class org.apache.axis.encoding.DeserializerImpl
 
addChildElement(Name) - Method in interface javax.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the given Name object and adds the new element to this SOAPElement object.
addChildElement(Name) - Method in class org.apache.axis.message.SOAPHeader
 
addChildElement(Name) - Method in class org.apache.axis.message.MessageElement
 
addChildElement(SOAPElement) - Method in interface javax.xml.soap.SOAPElement
Add a SOAPElement as a child of this SOAPElement instance.
addChildElement(SOAPElement) - Method in class org.apache.axis.message.SOAPHeader
we have to override this to enforce that SOAPHeader immediate children are exclusively of type SOAPHeaderElement (otherwise we'll get mysterious ClassCastExceptions down the road...
addChildElement(SOAPElement) - Method in class org.apache.axis.message.SOAPBody
we have to override this to enforce that SOAPHeader immediate children are exclusively of type SOAPHeaderElement (otherwise we'll get mysterious ClassCastExceptions down the road...)
addChildElement(SOAPElement) - Method in class org.apache.axis.message.MessageElement
The added child must be an instance of MessageElement rather than an abitrary SOAPElement otherwise a (wrapped) ClassCastException will be thrown.
addChildElement(String) - Method in interface javax.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the given String object and adds the new element to this SOAPElement object.
addChildElement(String) - Method in class org.apache.axis.message.SOAPHeader
 
addChildElement(String) - Method in class org.apache.axis.message.MessageElement
 
addChildElement(String, String) - Method in interface javax.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the specified local name and prefix and adds the new element to this SOAPElement object.
addChildElement(String, String) - Method in class org.apache.axis.message.SOAPHeader
 
addChildElement(String, String) - Method in class org.apache.axis.message.MessageElement
 
addChildElement(String, String, String) - Method in interface javax.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the specified local name, prefix, and URI and adds the new element to this SOAPElement object.
addChildElement(String, String, String) - Method in class org.apache.axis.message.SOAPHeader
 
addChildElement(String, String, String) - Method in class org.apache.axis.message.MessageElement
 
addDefinitionGenerators() - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
addDetail() - Method in interface javax.xml.soap.SOAPFault
Creates a Detail object and sets it as the Detail object for this SOAPFault object.
addDetail() - Method in class org.apache.axis.message.SOAPFault
Creates a Detail object and sets it as the Detail object for this SOAPFaultException object.
addDetailEntry(Name) - Method in interface javax.xml.soap.Detail
Creates a new DetailEntry object with the given name and adds it to this Detail object.
addDetailEntry(Name) - Method in class org.apache.axis.message.Detail
Creates a new DetailEntry object with the given name and adds it to this Detail object.
addFault() - Method in interface javax.xml.soap.SOAPBody
Creates a new SOAPFault object and adds it to this SOAPBody object.
addFault() - Method in class org.apache.axis.message.SOAPBody
 
addFault(FaultDesc) - Method in class org.apache.axis.description.OperationDesc
 
addFault(QName, Class, QName, boolean) - Method in class org.apache.axis.client.Call
Add a fault for this operation Note: Not part of JAX-RPC specificaion
addFaultDetail(Element) - Method in class org.apache.axis.AxisFault
append an element to the fault detail list
addFaultDetail(QName, String) - Method in class org.apache.axis.AxisFault
create an element of the given qname and add it to the details
addFaultDetailString(String) - Method in class org.apache.axis.AxisFault
add a string tag to the fault details.
addFaultSubCode(QName) - Method in class org.apache.axis.AxisFault
This is new in SOAP 1.2, ignored in SOAP 1.1
addFaultSubCodeAsString(String) - Method in class org.apache.axis.AxisFault
This is new in SOAP 1.2, ignored in SOAP 1.1
addFieldDesc(FieldDesc) - Method in class org.apache.axis.description.TypeDesc
Add a new FieldDesc, keeping the convenience fields in sync.
addFile(String) - Method in interface org.apache.axis.components.compiler.Compiler
Set the name of the file containing the source program
addFile(String) - Method in class org.apache.axis.components.compiler.AbstractCompiler
Add the name of the file containing the source program to the file list
addGenerator(Class) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory.Writers
 
addGenerator(Class, Class) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
addHandler(Handler) - Method in class org.apache.axis.SimpleChain
 
addHandler(Handler) - Method in interface org.apache.axis.Chain
Adds a handler to the end of the chain.
addHandler(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDUndeployment
 
addHandler(WSDDHandler) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
addHandler(WSDDHandler) - Method in class org.apache.axis.deployment.wsdd.WSDDChain
Add a Handler to the chain (at the end)
addHeader() - Method in interface javax.xml.soap.SOAPEnvelope
Creates a SOAPHeader object and sets it as the SOAPHeader object for this SOAPEnvelope object.
addHeader() - Method in class org.apache.axis.message.SOAPEnvelope
Add a soap header if one does not exist
addHeader(SOAPHeaderElement) - Method in class org.apache.axis.AxisFault
Add a SOAP header which should be serialized along with the fault.
addHeader(SOAPHeaderElement) - Method in class org.apache.axis.client.Call
Add a header which should be inserted into each outgoing message we generate.
addHeader(SOAPHeaderElement) - Method in class org.apache.axis.message.SOAPEnvelope
Add a HeaderElement
addHeader(String, String) - Method in class javax.xml.soap.MimeHeaders
Adds a MimeHeader object with the specified name and value to this MimeHeaders object's list of headers.
addHeaderElement(Name) - Method in interface javax.xml.soap.SOAPHeader
Creates a new SOAPHeaderElement object initialized with the specified name and adds it to this SOAPHeader object.
addHeaderElement(Name) - Method in class org.apache.axis.message.SOAPHeader
 
addMapping(Mapping) - Method in class org.apache.axis.message.MessageElement
 
addMessageGenerators() - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
These addXXXGenerators are called by the constructor.
addMimeHeader(String, String) - Method in class javax.xml.soap.SOAPPart
Creates a MimeHeader object with the specified name and value and adds it to this SOAPPart object.
addMimeHeader(String, String) - Method in class javax.xml.soap.AttachmentPart
Adds a MIME header with the specified name and value to this AttachmentPart object.
addMimeHeader(String, String) - Method in class org.apache.axis.SOAPPart
Add the specified MIME header, as per JAXM.
addMimeHeader(String, String) - Method in interface org.apache.axis.Part
Add the specified MIME header, as per JAXM.
addMimeHeader(String, String) - Method in class org.apache.axis.attachments.AttachmentPart
Add the specified MIME header, as per JAXM.
addNamespaceDeclaration(String, String) - Method in interface javax.xml.soap.SOAPElement
Adds a namespace declaration with the specified prefix and URI to this SOAPElement object.
addNamespaceDeclaration(String, String) - Method in class org.apache.axis.message.MessageElement
 
addNewHandler(String, Map) - Method in class org.apache.axis.handlers.HandlerChainImpl
 
addObjectById(String, Object) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Add the object associated with this id (where id is the value of an id= attribute, i.e.
addObjectById(String, Object) - Method in interface org.apache.axis.encoding.DeserializationContext
Add the object associated with this id (where id is the value of an id= attribute, i.e.
addOperation(String, QName) - Method in class org.apache.axis.providers.BasicProvider
 
addOperation(WSDDOperation) - Method in class org.apache.axis.deployment.wsdd.WSDDService
Add a WSDDOperation to the Service.
addOperationDesc(OperationDesc) - Method in class org.apache.axis.description.ServiceDesc
 
addOptions(CLOptionDescriptor[]) - Method in class org.apache.axis.wsdl.Java2WSDL
addOptions Add option descriptions to the tool.
addOptions(CLOptionDescriptor[]) - Method in class org.apache.axis.wsdl.gen.WSDL2
addOptions Add option descriptions to the tool.
addPackageName(String, String) - Static method in class org.apache.axis.wsdl.toJava.Utils
Add package to name
addParam(RPCParam) - Method in class org.apache.axis.message.RPCElement
 
addParameter(ParameterDesc) - Method in class org.apache.axis.description.OperationDesc
 
addParameter(QName, QName, Class, byte, boolean, boolean) - Method in class org.apache.axis.description.OperationDesc
 
addParameter(QName, QName, Class, ParameterMode) - Method in class org.apache.axis.client.Call
Adds the specified parameter to the list of parameters for the operation associated with this Call object.
addParameter(QName, QName, ParameterMode) - Method in class org.apache.axis.client.Call
Adds the specified parameter to the list of parameters for the operation associated with this Call object.
addParameter(String, QName, Class, ParameterMode) - Method in interface javax.xml.rpc.Call
Adds a parameter type and mode for a specific operation.
addParameter(String, QName, Class, ParameterMode) - Method in class org.apache.axis.client.Call
Adds a parameter type and mode for a specific operation.
addParameter(String, QName, ParameterMode) - Method in interface javax.xml.rpc.Call
Adds a parameter type and mode for a specific operation.
addParameter(String, QName, ParameterMode) - Method in class org.apache.axis.client.Call
Adds the specified parameter to the list of parameters for the operation associated with this Call object.
addParameterAsHeader(QName, QName, Class, ParameterMode, ParameterMode) - Method in class org.apache.axis.client.Call
Adds a parameter type as a soap:header.
addPart(String, String, AttachmentPart) - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
Method addPart
addPart(String, String, AttachmentPart) - Method in class org.apache.axis.attachments.MultiPartDimeInputStream
 
addPortTypeGenerators() - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
addReferencedObject(String, Object) - Method in interface org.apache.axis.message.IDResolver
Store the object associated with id
addService(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDUndeployment
 
addService(WSDDService) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
addServiceGenerators() - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
addStuff(Generator, Definition, SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory.Writers
 
addStuff(Generator, SymTabEntry, SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory.Writers
 
addTextNode(String) - Method in interface javax.xml.soap.SOAPElement
Creates a new Text object initialized with the given String and adds it to this SOAPElement object.
addTextNode(String) - Method in class org.apache.axis.message.MessageElement
Text nodes are not supported.
addTextNode(String) - Method in class org.apache.axis.message.DetailEntry
 
addTrailer(MessageElement) - Method in class org.apache.axis.message.SOAPEnvelope
Add an element to the trailer
addTransport(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDUndeployment
 
addTransport(WSDDTransport) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
addTransportPackage(String) - Static method in class org.apache.axis.client.Call
Add a package to the system protocol handler search path.
addTypeGenerators() - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
addTypeMapping(WSDDTypeMapping) - Method in class org.apache.axis.deployment.wsdd.WSDDService
Add a WSDDTypeMapping to the Service.
addUnderscore(String) - Static method in class org.apache.axis.wsdl.toJava.Utils
Prepend an underscore to the name
addWorker(Runnable) - Method in class org.apache.axis.components.threadpool.ThreadPool
Adds a new worker to the pool
Admin - class org.apache.axis.utils.Admin.
Handy static utility functions for turning XML into Axis deployment operations.
Admin() - Constructor for class org.apache.axis.utils.Admin
 
AdminClient - class org.apache.axis.client.AdminClient.
An admin client object that can be used both from the command line and programmatically.
AdminClient() - Constructor for class org.apache.axis.client.AdminClient
Construct an admin client w/o a logger
AdminService(Element[]) - Method in class org.apache.axis.utils.Admin
Process a given XML document - needs cleanup.
AdminServlet - class org.apache.axis.transport.http.AdminServlet.
Proof-of-concept "management" servlet for Axis.
AdminServlet() - Constructor for class org.apache.axis.transport.http.AdminServlet
 
algorithm - Static variable in class org.apache.axis.utils.SessionUtils
The message digest algorithm to be used when generating session identifiers.
ALL_OPT - Static variable in class org.apache.axis.wsdl.WSDL2Java
 
ANON_TOKEN - Static variable in class org.apache.axis.wsdl.symbolTable.SymbolTable
 
ANYCONTENT - Static variable in class org.apache.axis.Constants
The name of the field which accepts xsd:any content in Beans
appendPath(String) - Method in class org.apache.axis.types.URI
Append to the end of the path of this URI.
APPLICATION - Static variable in class org.apache.axis.enum.Scope
 
APPLICATION_STR - Static variable in class org.apache.axis.enum.Scope
 
ARGUMENT_DISALLOWED - Static variable in class org.apache.axis.utils.CLOptionDescriptor
Flag to say this option does not take arguments
ARGUMENT_OPTIONAL - Static variable in class org.apache.axis.utils.CLOptionDescriptor
Flag to say that the argument is optional
ARGUMENT_REQUIRED - Static variable in class org.apache.axis.utils.CLOptionDescriptor
Flag to say that one argument is required
ARGUMENTS_REQUIRED_2 - Static variable in class org.apache.axis.utils.CLOptionDescriptor
Flag to say this option requires 2 arguments
ArrayDeserializer - class org.apache.axis.encoding.ser.ArrayDeserializer.
An ArrayDeserializer handles deserializing SOAP arrays.
ArrayDeserializer.ArrayListExtension - class org.apache.axis.encoding.ser.ArrayDeserializer.ArrayListExtension.
During processing, the Array Deserializer stores the array in an ArrayListExtension class.
ArrayDeserializer() - Constructor for class org.apache.axis.encoding.ser.ArrayDeserializer
 
ArrayDeserializerFactory - class org.apache.axis.encoding.ser.ArrayDeserializerFactory.
DeserializerFactory for arrays
ArrayDeserializerFactory() - Constructor for class org.apache.axis.encoding.ser.ArrayDeserializerFactory
 
ArraySerializer - class org.apache.axis.encoding.ser.ArraySerializer.
An ArraySerializer handles serializing of arrays.
ArraySerializer() - Constructor for class org.apache.axis.encoding.ser.ArraySerializer
 
ArraySerializerFactory - class org.apache.axis.encoding.ser.ArraySerializerFactory.
SerializerFactory for arrays
ArraySerializerFactory() - Constructor for class org.apache.axis.encoding.ser.ArraySerializerFactory
 
arrayType - Variable in class org.apache.axis.encoding.ser.ArrayDeserializer
 
ATTACHMENT_ENCAPSULATION_FORMAT - Static variable in class org.apache.axis.client.Call
Property for setting attachment format.
ATTACHMENT_ENCAPSULATION_FORMAT_DIME - Static variable in class org.apache.axis.client.Call
Property value for setting attachment format as DIME.
ATTACHMENT_ENCAPSULATION_FORMAT_MIME - Static variable in class org.apache.axis.client.Call
Property value for setting attachment format as MIME.
AttachmentPart - class javax.xml.soap.AttachmentPart.
A single attachment to a SOAPMessage object.
AttachmentPart - class org.apache.axis.attachments.AttachmentPart.
Class AttachmentPart
AttachmentPart() - Constructor for class javax.xml.soap.AttachmentPart
 
AttachmentPart() - Constructor for class org.apache.axis.attachments.AttachmentPart
Constructor AttachmentPart
AttachmentPart(DataHandler) - Constructor for class org.apache.axis.attachments.AttachmentPart
Constructor AttachmentPart
attachmentParts - Variable in class org.apache.axis.client.Call
 
Attachments - interface org.apache.axis.attachments.Attachments.
Access the Attachments of a Message.
ATTACHMENTS_DIR - Static variable in class org.apache.axis.MessageContext
The directory where in coming attachments are created.
AttachmentsImpl - class org.apache.axis.attachments.AttachmentsImpl.
Implements the Attachment interface, via an actual Hashmap of actual AttachmentParts.
AttachmentsImpl(Object, String, String) - Constructor for class org.apache.axis.attachments.AttachmentsImpl
Construct one of these on a parent Message.
AttachmentUtils - class org.apache.axis.attachments.AttachmentUtils.
This class allow access to the Jaf data handler in AttachmentPart.
ATTR_ACTOR - Static variable in class org.apache.axis.Constants
 
ATTR_ARRAY_SIZE - Static variable in class org.apache.axis.Constants
 
ATTR_ARRAY_TYPE - Static variable in class org.apache.axis.Constants
 
ATTR_ATTACHMENT_FORMAT - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_AXIS_ENGINE - Static variable in class org.apache.axis.transport.http.AxisServletBase
name of the axis engine to use in the servlet context
ATTR_CLASS - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_CLASSNAME - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_DESERIALIZER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_ENCODING_STYLE - Static variable in class org.apache.axis.Constants
 
ATTR_ENCSTYLE - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_HANDLERINFOCHAIN - Static variable in class org.apache.axis.Constants
 
ATTR_HREF - Static variable in class org.apache.axis.Constants
 
ATTR_ID - Static variable in class org.apache.axis.Constants
 
ATTR_INHEADER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_ITEM_TYPE - Static variable in class org.apache.axis.Constants
 
ATTR_LANG_SPEC_TYPE - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_LOCKED - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_MODE - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_MUST_UNDERSTAND - Static variable in class org.apache.axis.Constants
 
ATTR_NAME - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_OFFSET - Static variable in class org.apache.axis.Constants
 
ATTR_OUTHEADER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_PIVOT - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_POSITION - Static variable in class org.apache.axis.Constants
 
ATTR_PROVIDER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_QNAME - Static variable in class org.apache.axis.Constants
 
ATTR_QNAME - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_REF - Static variable in class org.apache.axis.Constants
 
ATTR_RELAY - Static variable in class org.apache.axis.Constants
 
ATTR_RETHEADER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_RETQNAME - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_RETTYPE - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_ROLE - Static variable in class org.apache.axis.Constants
 
ATTR_ROOT - Static variable in class org.apache.axis.Constants
 
ATTR_SERIALIZER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_SOAPACTORNAME - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_STREAMING - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_STYLE - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_TYPE - Static variable in class org.apache.axis.Constants
 
ATTR_TYPE - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_USE - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_VALUE - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
AttributeDesc - class org.apache.axis.description.AttributeDesc.
An AttributeDesc is a FieldDesc for an Java field mapping to an XML attribute
AttributeDesc() - Constructor for class org.apache.axis.description.AttributeDesc
 
attributeQName2String(QName) - Method in class org.apache.axis.encoding.SerializationContextImpl
Convert attribute QName to a string of the form : There are slightly different rules for attributes: - There is no default namespace - any attribute in a namespace must have a prefix
attributeQName2String(QName) - Method in interface org.apache.axis.encoding.SerializationContext
Convert attribute QName to a string of the form : There are some special rules for attributes
attributes - Variable in class org.apache.axis.components.net.DefaultSocketFactory
attributes
attributes - Variable in class org.apache.axis.message.MessageElement
 
attributes - Variable in class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
 
AttributeSerializationContextImpl - class org.apache.axis.encoding.AttributeSerializationContextImpl.
Used to suppress element tag serialization when serializing simple types into attributes.
AttributeSerializationContextImpl(Writer, SerializationContext) - Constructor for class org.apache.axis.encoding.AttributeSerializationContextImpl
 
authenticate(MessageContext) - Method in interface org.apache.axis.security.SecurityProvider
Authenticate a user from a username/password pair.
authenticate(MessageContext) - Method in class org.apache.axis.security.servlet.ServletSecurityProvider
Authenticate a user from a username/password pair.
authenticate(MessageContext) - Method in class org.apache.axis.security.simple.SimpleSecurityProvider
Authenticate a user from a username/password pair.
AuthenticatedUser - interface org.apache.axis.security.AuthenticatedUser.
A small (mostly marker) interface for wrapping provider-specific user classes.
AUTHUSER - Static variable in class org.apache.axis.MessageContext
Place to store an AuthenticatedUser
available() - Method in class org.apache.axis.attachments.DimeDelimitedInputStream
 
available() - Method in class org.apache.axis.attachments.BoundaryDelimitedStream
Method available
available() - Method in class org.apache.axis.transport.http.NonBlockingBufferedInputStream
return the number of bytes available to be read without blocking
available() - Method in class org.apache.axis.transport.http.ChunkedInputStream
 
availableFromTransport(String) - Method in class org.apache.axis.handlers.soap.SOAPService
 
awaitShutdown() - Method in class org.apache.axis.components.threadpool.ThreadPool
Await shutdown of the worker
awaitShutdown() - Method in interface org.apache.axis.ime.MessageExchangeLifecycle
Block indefinitely until shutdown is complete.
awaitShutdown() - Method in class org.apache.axis.ime.internal.MessageExchangeProvider
 
awaitShutdown() - Method in class org.apache.axis.ime.internal.MessageExchangeImpl
 
awaitShutdown(long) - Method in class org.apache.axis.components.threadpool.ThreadPool
Await shutdown of the worker
awaitShutdown(long) - Method in interface org.apache.axis.ime.MessageExchangeLifecycle
Block for the specified amount of time or until shutdown is complete
awaitShutdown(long) - Method in class org.apache.axis.ime.internal.MessageExchangeProvider
 
awaitShutdown(long) - Method in class org.apache.axis.ime.internal.MessageExchangeImpl
 
AXIS_SAX - Static variable in class org.apache.axis.Constants
 
AXIS_VOID - Static variable in class org.apache.axis.encoding.XMLType
A "marker" XML type QName we use to indicate a void type.
AxisClient - class org.apache.axis.client.AxisClient.
Provides the equivalent of an "Axis engine" on the client side.
AxisClient() - Constructor for class org.apache.axis.client.AxisClient
 
AxisClient(EngineConfiguration) - Constructor for class org.apache.axis.client.AxisClient
 
AxisClientProxy - class org.apache.axis.client.AxisClientProxy.
Very simple dynamic proxy InvocationHandler class.
AxisEngine - class org.apache.axis.AxisEngine.
An AxisEngine is the base class for AxisClient and AxisServer.
AxisEngine(EngineConfiguration) - Constructor for class org.apache.axis.AxisEngine
Construct an AxisEngine using the specified engine configuration.
AxisFault - exception org.apache.axis.AxisFault.
An exception which maps cleanly to a SOAP fault.
AxisFault() - Constructor for class org.apache.axis.AxisFault
No-arg constructor for building one from an XML stream.
AxisFault(Exception) - Constructor for class org.apache.axis.AxisFault
Wrap an AxisFault around an existing Exception - this is private to force everyone to use makeFault() above, which sanity-checks us.
AxisFault(QName, QName[], String, String, String, Element[]) - Constructor for class org.apache.axis.AxisFault
make a fault in any namespace
AxisFault(QName, String, String, Element[]) - Constructor for class org.apache.axis.AxisFault
make a fault in any namespace
AxisFault(String) - Constructor for class org.apache.axis.AxisFault
create a simple axis fault from the message.
AxisFault(String, String, String, Element[]) - Constructor for class org.apache.axis.AxisFault
make a fault
AxisFault(String, Throwable) - Constructor for class org.apache.axis.AxisFault
create a fault from any throwable; When faulting a throwable (as opposed to an exception), stack trace information does not go into the fault.
AxisHttpSession - class org.apache.axis.transport.http.AxisHttpSession.
An HTTP/Servlet implementation of Axis sessions.
AxisHttpSession(HttpServletRequest) - Constructor for class org.apache.axis.transport.http.AxisHttpSession
 
AxisHttpSession(HttpSession) - Constructor for class org.apache.axis.transport.http.AxisHttpSession
 
AxisProperties - class org.apache.axis.AxisProperties.
Configuration properties for AXIS.
AxisProperties() - Constructor for class org.apache.axis.AxisProperties
 
axisServer - Variable in class org.apache.axis.transport.http.AxisServletBase
per-instance cache of the axis server
AxisServer - class org.apache.axis.server.AxisServer.
 
AxisServer() - Constructor for class org.apache.axis.server.AxisServer
 
AxisServer(EngineConfiguration) - Constructor for class org.apache.axis.server.AxisServer
 
AxisServerFactory - interface org.apache.axis.server.AxisServerFactory.
 
AxisServiceConfig - interface org.apache.axis.AxisServiceConfig.
If a Java class which acts as the target for an Axis service implements this interface, it may convey metadata about its configuration to the Axis engine.
AxisServiceConfigImpl - class org.apache.axis.AxisServiceConfigImpl.
A simple implementation of AxisServiceConfig.
AxisServiceConfigImpl() - Constructor for class org.apache.axis.AxisServiceConfigImpl
 
AxisServlet - class org.apache.axis.transport.http.AxisServlet.
 
AxisServlet() - Constructor for class org.apache.axis.transport.http.AxisServlet
create a new servlet instance
AxisServletBase - class org.apache.axis.transport.http.AxisServletBase.
Base class for servlets used in axis, has common methods to get and save the engine to a common location, currently the webapp's context, though some alternate persistence mechanism is always possible.
AxisServletBase() - Constructor for class org.apache.axis.transport.http.AxisServletBase
 
AxisTestBase - class org.apache.axis.test.AxisTestBase.
base test class for Axis test cases.
AxisTestBase(String) - Constructor for class org.apache.axis.test.AxisTestBase
 

B

BASE_NAME - Static variable in class org.apache.axis.i18n.RB
 
Base64 - class org.apache.axis.encoding.Base64.
 
Base64() - Constructor for class org.apache.axis.encoding.Base64
 
Base64Deserializer - class org.apache.axis.encoding.ser.Base64Deserializer.
Deserializer for Base64
Base64Deserializer(Class, QName) - Constructor for class org.apache.axis.encoding.ser.Base64Deserializer
 
Base64DeserializerFactory - class org.apache.axis.encoding.ser.Base64DeserializerFactory.
DeserializerFactory for hexBinary.
Base64DeserializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.Base64DeserializerFactory
 
base64encode(byte[]) - Static method in class org.apache.axis.utils.XMLUtils
 
Base64Serializer - class org.apache.axis.encoding.ser.Base64Serializer.
Serializer for Base64
Base64Serializer(Class, QName) - Constructor for class org.apache.axis.encoding.ser.Base64Serializer
 
Base64SerializerFactory - class org.apache.axis.encoding.ser.Base64SerializerFactory.
SerializerFactory for hexBinary.
Base64SerializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.Base64SerializerFactory
 
BaseDeserializerFactory - class org.apache.axis.encoding.ser.BaseDeserializerFactory.
Base class for Axis Deserialization Factory classes for code reuse
BaseDeserializerFactory(Class) - Constructor for class org.apache.axis.encoding.ser.BaseDeserializerFactory
Constructor
BaseDeserializerFactory(Class, QName, Class) - Constructor for class org.apache.axis.encoding.ser.BaseDeserializerFactory
 
BaseFactory - class org.apache.axis.encoding.ser.BaseFactory.
Base Factory for BaseDeserializerFactory and BaseSerializerFactory.
BaseFactory() - Constructor for class org.apache.axis.encoding.ser.BaseFactory
 
basePropertyFileName - Variable in class org.apache.axis.i18n.RB
 
BaseSerializerFactory - class org.apache.axis.encoding.ser.BaseSerializerFactory.
Base class for Axis Serialization Factory classes for code reuse
BaseSerializerFactory(Class) - Constructor for class org.apache.axis.encoding.ser.BaseSerializerFactory
Constructor
BaseSerializerFactory(Class, QName, Class) - Constructor for class org.apache.axis.encoding.ser.BaseSerializerFactory
 
BaseType - class org.apache.axis.wsdl.symbolTable.BaseType.
This Type is for a QName represents a Base Type (i.e.
BaseType(QName) - Constructor for class org.apache.axis.wsdl.symbolTable.BaseType
 
baseTypeMapping - Variable in class org.apache.axis.wsdl.toJava.Emitter
 
BaseTypeMapping - class org.apache.axis.wsdl.symbolTable.BaseTypeMapping.
Get the base language name for a qname
BaseTypeMapping() - Constructor for class org.apache.axis.wsdl.symbolTable.BaseTypeMapping
 
BasicClientConfig - class org.apache.axis.configuration.BasicClientConfig.
A SimpleProvider set up with hardcoded basic configuration for a client (i.e.
BasicClientConfig() - Constructor for class org.apache.axis.configuration.BasicClientConfig
Constructor - deploy client-side basic transports.
BasicHandler - class org.apache.axis.handlers.BasicHandler.
BasicHandler is a utility class which implements simple property setting/getting behavior, and stubs out a lot of the Handler methods.
BasicHandler() - Constructor for class org.apache.axis.handlers.BasicHandler
 
BasicProvider - class org.apache.axis.providers.BasicProvider.
This class has one way of keeping track of the operations declared for a particular service provider.
BasicProvider() - Constructor for class org.apache.axis.providers.BasicProvider
 
BasicServerConfig - class org.apache.axis.configuration.BasicServerConfig.
A SimpleProvider set up with hardcoded basic configuration for a server (i.e.
BasicServerConfig() - Constructor for class org.apache.axis.configuration.BasicServerConfig
Constructor - deploy a hardcoded basic server-side configuration.
BEAN_DESERIALIZER_FACTORY - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
BEAN_SERIALIZER_FACTORY - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
BeanDeserializer - class org.apache.axis.encoding.ser.BeanDeserializer.
General purpose deserializer for an arbitrary java bean.
BeanDeserializer(Class, QName) - Constructor for class org.apache.axis.encoding.ser.BeanDeserializer
 
BeanDeserializer(Class, QName, TypeDesc) - Constructor for class org.apache.axis.encoding.ser.BeanDeserializer
 
BeanDeserializer(Class, QName, TypeDesc, Map) - Constructor for class org.apache.axis.encoding.ser.BeanDeserializer
 
BeanDeserializerFactory - class org.apache.axis.encoding.ser.BeanDeserializerFactory.
DeserializerFactory for Bean
BeanDeserializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.BeanDeserializerFactory
 
BeanPropertyDescriptor - class org.apache.axis.utils.BeanPropertyDescriptor.
This class represents a field/property in a value type (a class with either bean-style getters/setters or public fields).
BeanPropertyDescriptor() - Constructor for class org.apache.axis.utils.BeanPropertyDescriptor
Protected constructor for use by our children
BeanPropertyDescriptor(PropertyDescriptor) - Constructor for class org.apache.axis.utils.BeanPropertyDescriptor
Constructor (takes a PropertyDescriptor)
BeanPropertyTarget - class org.apache.axis.encoding.ser.BeanPropertyTarget.
Class which knows how to update a bean property
BeanPropertyTarget(Object, BeanPropertyDescriptor) - Constructor for class org.apache.axis.encoding.ser.BeanPropertyTarget
This constructor is used for a normal property.
BeanPropertyTarget(Object, BeanPropertyDescriptor, int) - Constructor for class org.apache.axis.encoding.ser.BeanPropertyTarget
This constructor is used for an indexed property.
BeanSerializer - class org.apache.axis.encoding.ser.BeanSerializer.
General purpose serializer/deserializerFactory for an arbitrary java bean.
BeanSerializer(Class, QName) - Constructor for class org.apache.axis.encoding.ser.BeanSerializer
 
BeanSerializer(Class, QName, TypeDesc) - Constructor for class org.apache.axis.encoding.ser.BeanSerializer
 
BeanSerializer(Class, QName, TypeDesc, BeanPropertyDescriptor[]) - Constructor for class org.apache.axis.encoding.ser.BeanSerializer
 
BeanSerializerFactory - class org.apache.axis.encoding.ser.BeanSerializerFactory.
SerializerFactory for Bean
BeanSerializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.BeanSerializerFactory
 
BeanUtils - class org.apache.axis.utils.BeanUtils.
 
BeanUtils() - Constructor for class org.apache.axis.utils.BeanUtils
 
BeanVendorAdapter - class org.apache.axis.components.jms.BeanVendorAdapter.
Uses ClassUtils.forName and reflection to configure ConnectionFactory.
BeanVendorAdapter() - Constructor for class org.apache.axis.components.jms.BeanVendorAdapter
 
bEntry - Variable in class org.apache.axis.wsdl.toJava.JavaInterfaceWriter
 
bEntry - Variable in class org.apache.axis.wsdl.toJava.JavaImplWriter
 
BigDecimalHolder - class javax.xml.rpc.holders.BigDecimalHolder.
Class BigDecimalHolder
BigDecimalHolder() - Constructor for class javax.xml.rpc.holders.BigDecimalHolder
Constructor BigDecimalHolder
BigDecimalHolder(BigDecimal) - Constructor for class javax.xml.rpc.holders.BigDecimalHolder
Constructor BigDecimalHolder
BigIntegerHolder - class javax.xml.rpc.holders.BigIntegerHolder.
Class BigIntegerHolder
BigIntegerHolder() - Constructor for class javax.xml.rpc.holders.BigIntegerHolder
Constructor BigIntegerHolder
BigIntegerHolder(BigInteger) - Constructor for class javax.xml.rpc.holders.BigIntegerHolder
Constructor BigIntegerHolder
binding - Variable in class org.apache.axis.wsdl.toJava.JavaImplWriter
 
binding - Variable in class org.apache.axis.wsdl.toJava.JavaBindingWriter
 
BINDING_NAME_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
BindingEntry - class org.apache.axis.wsdl.symbolTable.BindingEntry.
This class represents a WSDL binding.
BindingEntry.OperationAttr - class org.apache.axis.wsdl.symbolTable.BindingEntry.OperationAttr.
Contains attributes for Operations - Body type: encoded or literal
BindingEntry.OperationAttr() - Constructor for class org.apache.axis.wsdl.symbolTable.BindingEntry.OperationAttr
 
BindingEntry.OperationAttr(Use, Use, HashMap) - Constructor for class org.apache.axis.wsdl.symbolTable.BindingEntry.OperationAttr
 
BindingEntry(Binding) - Constructor for class org.apache.axis.wsdl.symbolTable.BindingEntry
This is a minimal constructor.
BindingEntry(Binding, int, Style, boolean, HashMap, Map, Map) - Constructor for class org.apache.axis.wsdl.symbolTable.BindingEntry
Construct a BindingEntry from a WSDL4J Binding object and the additional binding info: binding type, binding style, whether there is any literal binding, and the attributes which contain the input/output/fault body type information.
bindingWriters - Variable in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
Return Wsdl2java's JavaBindingWriter object.
BodyBuilder - class org.apache.axis.message.BodyBuilder.
 
BooleanHolder - class javax.xml.rpc.holders.BooleanHolder.
Class BooleanHolder
BooleanHolder - class org.apache.axis.components.net.BooleanHolder.
hold a boolean value.
BooleanHolder() - Constructor for class javax.xml.rpc.holders.BooleanHolder
Constructor BooleanHolder
BooleanHolder(boolean) - Constructor for class javax.xml.rpc.holders.BooleanHolder
Constructor BooleanHolder
BooleanHolder(boolean) - Constructor for class org.apache.axis.components.net.BooleanHolder
Constructor BooleanHolder
BooleanWrapperHolder - class javax.xml.rpc.holders.BooleanWrapperHolder.
Class BooleanWrapperHolder
BooleanWrapperHolder() - Constructor for class javax.xml.rpc.holders.BooleanWrapperHolder
Constructor BooleanWrapperHolder
BooleanWrapperHolder(Boolean) - Constructor for class javax.xml.rpc.holders.BooleanWrapperHolder
Constructor BooleanWrapperHolder
boundary - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
Field boundary
boundary - Variable in class org.apache.axis.attachments.MultiPartDimeInputStream
 
boundary - Variable in class org.apache.axis.attachments.BoundaryDelimitedStream
Field boundary
BOUNDARY_NOT_FOUND - Static variable in class org.apache.axis.attachments.BoundaryDelimitedStream
Field BOUNDARY_NOT_FOUND
boundaryDelimitedStream - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
Field boundaryDelimitedStream
BoundaryDelimitedStream - class org.apache.axis.attachments.BoundaryDelimitedStream.
This class takes the input stream and turns it multiple streams.
BoundaryDelimitedStream(BoundaryDelimitedStream, int) - Constructor for class org.apache.axis.attachments.BoundaryDelimitedStream
Constructor to create the next stream from the previous one.
boundaryPosition(byte[], int, int) - Method in class org.apache.axis.attachments.BoundaryDelimitedStream
Read from the boundary delimited stream.
bPackageOpt - Variable in class org.apache.axis.wsdl.WSDL2Java
 
BROKER_URL - Static variable in class org.apache.axis.components.jms.SonicMQVendorAdapter
SonicConnectionFactory parameter valid for either domain.
BSF - class org.apache.axis.components.script.BSF.
 
BSF() - Constructor for class org.apache.axis.components.script.BSF
 
BSFProvider - class org.apache.axis.providers.BSFProvider.
 
BSFProvider() - Constructor for class org.apache.axis.providers.BSFProvider
 
builder - Variable in class org.apache.axis.message.SOAPFaultDetailsBuilder
 
ByteArrayHolder - class javax.xml.rpc.holders.ByteArrayHolder.
Class ByteArrayHolder
ByteArrayHolder() - Constructor for class javax.xml.rpc.holders.ByteArrayHolder
Constructor ByteArrayHolder
ByteArrayHolder(byte[]) - Constructor for class javax.xml.rpc.holders.ByteArrayHolder
Constructor ByteArrayHolder
ByteHolder - class javax.xml.rpc.holders.ByteHolder.
Class ByteHolder
ByteHolder() - Constructor for class javax.xml.rpc.holders.ByteHolder
Constructor ByteHolder
ByteHolder(byte) - Constructor for class javax.xml.rpc.holders.ByteHolder
Constructor ByteHolder
byteValue() - Method in class org.apache.axis.types.UnsignedLong
 
byteValue() - Method in class org.apache.axis.types.UnsignedInt
 
ByteWrapperHolder - class javax.xml.rpc.holders.ByteWrapperHolder.
Class ByteClassHolder
ByteWrapperHolder() - Constructor for class javax.xml.rpc.holders.ByteWrapperHolder
Constructor ByteWrapperHolder
ByteWrapperHolder(Byte) - Constructor for class javax.xml.rpc.holders.ByteWrapperHolder
Constructor ByteWrapperHolder

C

cachedEndpoint - Variable in class org.apache.axis.client.Stub
 
cachediskstream - Variable in class org.apache.axis.attachments.ManagedMemoryDataSource
Field cachediskstream
cachedPassword - Variable in class org.apache.axis.client.Stub
 
cachedPortName - Variable in class org.apache.axis.client.Stub
 
cachedProperties - Variable in class org.apache.axis.client.Stub
 
cachedSOAPEnvelope - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
Field cachedSOAPEnvelope
cachedSOAPEnvelope - Variable in class org.apache.axis.attachments.MultiPartDimeInputStream
 
cachedTimeout - Variable in class org.apache.axis.client.Stub
 
cachedUsername - Variable in class org.apache.axis.client.Stub
 
cacheStringDSer - Variable in class org.apache.axis.encoding.ser.SimpleDeserializer
 
cacheStringDSer - Variable in class org.apache.axis.encoding.ser.BeanDeserializer
 
cacheXMLType - Variable in class org.apache.axis.encoding.ser.SimpleDeserializer
 
cacheXMLType - Variable in class org.apache.axis.encoding.ser.BeanDeserializer
 
CalendarDeserializer - class org.apache.axis.encoding.ser.CalendarDeserializer.
The CalendarSerializer deserializes a dateTime.
CalendarDeserializer(Class, QName) - Constructor for class org.apache.axis.encoding.ser.CalendarDeserializer
The Deserializer is constructed with the xmlType and javaType
CalendarDeserializerFactory - class org.apache.axis.encoding.ser.CalendarDeserializerFactory.
A CalendarDeserializer Factory
CalendarDeserializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.CalendarDeserializerFactory
 
CalendarHolder - class javax.xml.rpc.holders.CalendarHolder.
Class CalendarHolder
CalendarHolder() - Constructor for class javax.xml.rpc.holders.CalendarHolder
Constructor CalendarHolder
CalendarHolder(Calendar) - Constructor for class javax.xml.rpc.holders.CalendarHolder
Constructor CalendarHolder
CalendarSerializer - class org.apache.axis.encoding.ser.CalendarSerializer.
Serializer for dateTime (Calendar).
CalendarSerializer() - Constructor for class org.apache.axis.encoding.ser.CalendarSerializer
 
CalendarSerializerFactory - class org.apache.axis.encoding.ser.CalendarSerializerFactory.
SerializerFactory for Calendar(dateTime) primitives
CalendarSerializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.CalendarSerializerFactory
 
call - Variable in class org.apache.axis.client.AdminClient
 
Call - interface javax.xml.rpc.Call.
The javax.xml.rpc.Call interface provides support for the dynamic invocation of a service endpoint.
Call - class org.apache.axis.client.Call.
Axis' JAXRPC Dynamic Invocation Interface implementation of the Call interface.
CALL - Static variable in class org.apache.axis.MessageContext
If on the client - this is the Call object
call(byte[], long) - Method in class org.apache.axis.transport.jms.JMSEndpoint
Send a message and wait for a response.
call(byte[], long, HashMap) - Method in class org.apache.axis.transport.jms.JMSEndpoint
Send a message and wait for a response.
Call(Service) - Constructor for class org.apache.axis.client.Call
Default constructor - not much else to say.
call(SOAPMessage, Object) - Method in class javax.xml.soap.SOAPConnection
Sends the given message to the specified endpoint and blocks until it has returned the response.
call(SOAPMessage, Object) - Method in class org.apache.axis.soap.SOAPConnectionImpl
Sends the given message to the specified endpoint and blocks until it has returned the response.
Call(String) - Constructor for class org.apache.axis.client.Call
Build a call from a URL string
Call(URL) - Constructor for class org.apache.axis.client.Call
Build a call from a URL
Callback - interface org.apache.axis.encoding.Callback.
 
CallbackTarget - class org.apache.axis.encoding.CallbackTarget.
 
CallbackTarget(Callback, Object) - Constructor for class org.apache.axis.encoding.CallbackTarget
 
cancel(Object) - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer
 
cancel(Object) - Method in interface org.apache.axis.ime.internal.util.KeyedBuffer
Cancel a message that has been put on the channel.
canHandleBlock(QName) - Method in class org.apache.axis.SimpleChain
 
canHandleBlock(QName) - Method in interface org.apache.axis.Handler
Can this Handler process this QName?
canHandleBlock(QName) - Method in class org.apache.axis.FaultableHandler
 
canHandleBlock(QName) - Method in class org.apache.axis.handlers.BasicHandler
 
capitalizeFirstChar(String) - Static method in class org.apache.axis.wsdl.toJava.Utils
Capitalize the first character of the name.
CastorDeserializer - class org.apache.axis.encoding.ser.castor.CastorDeserializer.
Castor deserializer
CastorDeserializer(Class, QName) - Constructor for class org.apache.axis.encoding.ser.castor.CastorDeserializer
 
CastorDeserializerFactory - class org.apache.axis.encoding.ser.castor.CastorDeserializerFactory.
A CastorDeserializer Factory
CastorDeserializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.castor.CastorDeserializerFactory
 
CastorSerializer - class org.apache.axis.encoding.ser.castor.CastorSerializer.
Castor serializer
CastorSerializer() - Constructor for class org.apache.axis.encoding.ser.castor.CastorSerializer
 
CastorSerializerFactory - class org.apache.axis.encoding.ser.castor.CastorSerializerFactory.
SerializerFactory for Castor objects
CastorSerializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.castor.CastorSerializerFactory
 
Chain - interface org.apache.axis.Chain.
 
channel - Variable in class org.apache.axis.ime.internal.MessageExchangeProvider.MessageReceiver
 
channel - Variable in class org.apache.axis.ime.internal.MessageExchangeProvider.MessageSender
 
characters(char[], int, int) - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
characters(char[], int, int) - Method in class org.apache.axis.encoding.ser.SimpleDeserializer
Append any characters received to the value.
characters(char[], int, int) - Method in class org.apache.axis.encoding.ser.HexDeserializer
Handle any characters found in the data
characters(char[], int, int) - Method in class org.apache.axis.encoding.ser.Base64Deserializer
Handle any characters found in the data
characters(char[], int, int) - Method in class org.apache.axis.encoding.ser.