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.ArrayDeserializer
 
characters(char[], int, int) - Method in class org.apache.axis.message.SAXOutputter
 
characters(char[], int, int) - Method in class org.apache.axis.message.SAX2EventRecorder
 
charEncoding - Static variable in class org.apache.axis.utils.XMLUtils
 
checkMethodName(MessageContext, String, String) - Method in class org.apache.axis.providers.java.RPCProvider
Throw an AxisFault if the requested method is not allowed.
ChunkedInputStream - class org.apache.axis.transport.http.ChunkedInputStream.
 
ChunkedInputStream(InputStream) - Constructor for class org.apache.axis.transport.http.ChunkedInputStream
 
ChunkedOutputStream - class org.apache.axis.transport.http.ChunkedOutputStream.
 
ChunkedOutputStream(OutputStream) - Constructor for class org.apache.axis.transport.http.ChunkedOutputStream
 
chunkSize - Variable in class org.apache.axis.transport.http.ChunkedInputStream
 
CIDprefix - Static variable in interface org.apache.axis.attachments.Attachments
The prefix used to assoc.
CLArgsParser - class org.apache.axis.utils.CLArgsParser.
Parser for command line arguments.
CLArgsParser(String[], CLOptionDescriptor[]) - Constructor for class org.apache.axis.utils.CLArgsParser
Create a parser that deals with options and parses certain args.
CLArgsParser(String[], CLOptionDescriptor[], ParserControl) - Constructor for class org.apache.axis.utils.CLArgsParser
Create a parser that can deal with options and parses certain args.
classCache - Variable in class org.apache.axis.AxisEngine
Java class cache
ClassCache - class org.apache.axis.utils.cache.ClassCache.
A cache class for JavaClass objects, which enables us to quickly reference methods.
ClassCache() - Constructor for class org.apache.axis.utils.cache.ClassCache
 
CLASSIC_CLASS - Static variable in class org.apache.axis.components.compiler.Javac
 
className - Variable in class org.apache.axis.wsdl.Java2WSDL
 
className - Variable in class org.apache.axis.wsdl.toJava.JavaClassWriter
 
className - Variable in class org.apache.axis.wsdl.toJava.GeneratedFileInfo.Entry
 
classpath - Variable in class org.apache.axis.components.compiler.AbstractCompiler
The classpath to be used for compilation
ClassReader - class org.apache.axis.utils.bytecode.ClassReader.
This is the class file reader for obtaining the parameter names for declared methods in a class.
ClassReader(byte[], Map) - Constructor for class org.apache.axis.utils.bytecode.ClassReader
 
ClassUtils - class org.apache.axis.utils.ClassUtils.
Utility methods for Class Loading.
ClassUtils() - Constructor for class org.apache.axis.utils.ClassUtils
 
cleanup() - Method in class org.apache.axis.SimpleChain
 
cleanup() - Method in interface org.apache.axis.Handler
Cleanup is called when the chain containing this Handler object is done processing the chain.
cleanup() - Method in class org.apache.axis.FaultableHandler
 
cleanup() - Method in class org.apache.axis.AxisEngine
cleanup routine removes application scoped objects There is a small risk of this being called more than once so the cleanup should be designed to resist that event
cleanup() - Method in class org.apache.axis.components.threadpool.ThreadPool
 
cleanup() - Method in class org.apache.axis.handlers.JAXRPCHandler
 
cleanup() - Method in class org.apache.axis.handlers.BasicHandler
 
cleanup() - Method in interface org.apache.axis.ime.MessageExchangeLifecycle
Cleanup
cleanup() - Method in class org.apache.axis.ime.internal.MessageExchangeProvider
 
cleanup() - Method in class org.apache.axis.ime.internal.MessageExchangeImpl
 
clear() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Removes all registered TypeMappings and encodingStyleURIs from this TypeMappingRegistry.
clear() - Method in class org.apache.axis.encoding.TypeMappingRegistryImpl
Removes all TypeMappings and namespaceURIs from this TypeMappingRegistry.
clear() - Method in class org.apache.axis.message.SAX2EventRecorder
 
clearAttachments() - Method in class org.apache.axis.client.Stub
This method clears the request attachments.
clearBody() - Method in class org.apache.axis.message.SOAPEnvelope
clear the elements in the soap body
clearCache() - Static method in class org.apache.axis.i18n.RB
Clears the internal cache
clearCache() - Static method in class org.apache.axis.i18n.ProjectResourceBundle
Clears the internal cache
clearContent() - Method in class javax.xml.soap.AttachmentPart
Clears out the content of this AttachmentPart object.
clearContent() - Method in class org.apache.axis.attachments.AttachmentPart
Clears out the content of this AttachmentPart object.
clearFaultDetails() - Method in class org.apache.axis.AxisFault
clear the fault details list
clearFaultSubCodes() - Method in class org.apache.axis.AxisFault
This is new in SOAP 1.2, ignored in SOAP 1.1
clearHeaders() - Method in class org.apache.axis.AxisFault
clear all fault headers
clearHeaders() - Method in class org.apache.axis.client.Stub
This method clears both requestHeaders and responseHeaders hashtables.
clearHeaders() - Method in class org.apache.axis.client.Call
Clear the list of headers which we insert into each message Note: Not part of JAX-RPC specification.
clearOperation() - Method in class org.apache.axis.client.Call
 
clearOptions() - Method in interface org.apache.axis.ime.MessageExchange
 
clearOptions() - Method in class org.apache.axis.ime.internal.MessageExchangeProvider
Unsupported for now
clearOptions() - Method in class org.apache.axis.ime.internal.MessageExchangeImpl
Unsupported for now
clearOptions() - Method in class org.apache.axis.ime.internal.util.handler.HandlerMessageExchange
 
CLIENT_CONFIG_FILE - Static variable in class org.apache.axis.configuration.EngineConfigurationFactoryDefault
 
CLIENT_ID - Static variable in interface org.apache.axis.transport.jms.JMSConstants
JMSConnectorFactory parameter valid for either domain.
clone() - Method in class org.apache.axis.wsdl.toJava.Namespaces
Instantiate a clone of this Namespaces object.
cloneFrame() - Method in class org.apache.axis.utils.NSStack
Return a copy of the current frame.
CLOption - class org.apache.axis.utils.CLOption.
Basic class describing an instance of option.
CLOption(int) - Constructor for class org.apache.axis.utils.CLOption
Constructor taking an id (that must be a proper character code)
CLOption(String) - Constructor for class org.apache.axis.utils.CLOption
Constructor taking argument for option.
CLOptionDescriptor - class org.apache.axis.utils.CLOptionDescriptor.
Basic class describing an type of option.
CLOptionDescriptor(String, int, int, String) - Constructor for class org.apache.axis.utils.CLOptionDescriptor
Constructor.
CLOptionDescriptor(String, int, int, String, int[]) - Constructor for class org.apache.axis.utils.CLOptionDescriptor
Constructor.
close() - Method in class javax.xml.soap.SOAPConnection
Closes this SOAPConnection object.
close() - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
Method close
close() - Method in class org.apache.axis.attachments.MultiPartDimeInputStream
 
close() - Method in class org.apache.axis.attachments.ManagedMemoryDataSource
This method is a low level write.
close() - Method in class org.apache.axis.attachments.DimeDelimitedInputStream
Closes the stream.
close() - Method in class org.apache.axis.attachments.BoundaryDelimitedStream
Closes the stream.
close() - Method in class org.apache.axis.soap.SOAPConnectionImpl
Closes this SOAPConnection object.
close() - Method in class org.apache.axis.transport.http.SocketInputStream
 
close() - Method in class org.apache.axis.transport.http.NonBlockingBufferedInputStream
disassociate from the underlying input stream
close() - Method in class org.apache.axis.transport.http.ChunkedOutputStream
 
close() - Method in class org.apache.axis.transport.http.ChunkedInputStream
 
closed - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
Field closed
closed - Variable in class org.apache.axis.attachments.MultiPartDimeInputStream
 
closed - Variable in class org.apache.axis.attachments.ManagedMemoryDataSource
Field closed
closed - Variable in class org.apache.axis.transport.http.SocketInputStream
 
closed - Variable in class org.apache.axis.transport.http.ChunkedInputStream
 
closePrintWriter(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaWriter
Close the print writer.
closePrintWriter(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
Only close the PrintWriter if the PrintWriter belongs to this class.
CLUtil - class org.apache.axis.utils.CLUtil.
CLUtil offers basic utility operations for use both internal and external to package.
code - Variable in class org.apache.axis.message.SOAPFaultBuilder
 
CollectionElement - class org.apache.axis.wsdl.symbolTable.CollectionElement.
This Element is for a QName that is a 'collection'.
CollectionElement(QName, TypeEntry, Node, String) - Constructor for class org.apache.axis.wsdl.symbolTable.CollectionElement
 
collectionIndex - Variable in class org.apache.axis.encoding.ser.BeanDeserializer
 
CollectionTE - interface org.apache.axis.wsdl.symbolTable.CollectionTE.
 
CollectionType - class org.apache.axis.wsdl.symbolTable.CollectionType.
This Type is for a QName that is a 'collection'.
CollectionType(QName, TypeEntry, Node, String) - Constructor for class org.apache.axis.wsdl.symbolTable.CollectionType
 
comment(char[], int, int) - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
comment(char[], int, int) - Method in class org.apache.axis.message.SAXOutputter
 
comment(char[], int, int) - Method in class org.apache.axis.message.SAX2EventRecorder
 
CommonsHTTPSender - class org.apache.axis.transport.http.CommonsHTTPSender.
This class uses Jakarta Commons's HttpClient to call a SOAP server.
CommonsHTTPSender() - Constructor for class org.apache.axis.transport.http.CommonsHTTPSender
 
compareTo(Object) - Method in class org.apache.axis.types.UnsignedLong
 
compareTo(Object) - Method in class org.apache.axis.types.UnsignedInt
 
compile() - Method in class org.apache.axis.components.compiler.Jikes
Execute the compiler
compile() - Method in class org.apache.axis.components.compiler.Javac
Compile a source file yielding a loadable class file.
compile() - Method in interface org.apache.axis.components.compiler.Compiler
Compile a source file yielding a loadable program file.
Compiler - interface org.apache.axis.components.compiler.Compiler.
This interface defines a compiler's functionality for all (Java-based) compiled languages
CompilerError - class org.apache.axis.components.compiler.CompilerError.
This class encapsulates an error message produced by a programming language processor (whether interpreted or compiled)
CompilerError(String) - Constructor for class org.apache.axis.components.compiler.CompilerError
The error message constructor.
CompilerError(String, boolean, int, int, int, int, String) - Constructor for class org.apache.axis.components.compiler.CompilerError
The error message constructor.
CompilerFactory - class org.apache.axis.components.compiler.CompilerFactory.
This class implements a factory to instantiate a Compiler.
CompilerFactory() - Constructor for class org.apache.axis.components.compiler.CompilerFactory
 
COMPLEX_TYPE_FAULT - Static variable in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
componentsReady() - Method in class org.apache.axis.encoding.DeserializerImpl
Some deserializers (ArrayDeserializer) require all of the component values to be known before the value is complete.
componentsReady() - Method in interface org.apache.axis.encoding.Deserializer
Some deserializers (ArrayDeserializer) require all of the component values to be known before the value is complete.
ComProvider - class org.apache.axis.providers.ComProvider.
 
ComProvider() - Constructor for class org.apache.axis.providers.ComProvider
 
config - Variable in class org.apache.axis.AxisEngine
Our go-to guy for configuration...
ConfigurationException - exception org.apache.axis.ConfigurationException.
ConfigurationException is thrown when an error occurs trying to use an EngineConfiguration.
ConfigurationException(Exception) - Constructor for class org.apache.axis.ConfigurationException
Construct a ConfigurationException from an Exception.
ConfigurationException(Exception, boolean) - Constructor for class org.apache.axis.ConfigurationException
Construct a ConfigurationException from an Exception.
ConfigurationException(String) - Constructor for class org.apache.axis.ConfigurationException
Construct a ConfigurationException from a String.
configureEngine(AxisEngine) - Method in interface org.apache.axis.EngineConfiguration
Configure this AxisEngine using whatever data source we have.
configureEngine(AxisEngine) - Method in class org.apache.axis.configuration.XMLStringProvider
 
configureEngine(AxisEngine) - Method in class org.apache.axis.configuration.SimpleProvider
Configure an AxisEngine.
configureEngine(AxisEngine) - Method in class org.apache.axis.configuration.NullProvider
 
configureEngine(AxisEngine) - Method in class org.apache.axis.configuration.FileProvider
 
configureEngine(AxisEngine) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
CONNECT_ACTION - Static variable in class org.apache.axis.components.jms.JMSVendorAdapter
 
CONNECT_ID - Static variable in class org.apache.axis.components.jms.SonicMQVendorAdapter
SonicConnectionFactory parameter valid for either domain.
CONNECT_RETRY_INTERVAL - Static variable in interface org.apache.axis.transport.jms.JMSConstants
Key for properties used in the createConnector method.
CONNECTION_FACTORY_CLASS - Static variable in class org.apache.axis.components.jms.BeanVendorAdapter
 
CONNECTION_FACTORY_JNDI_NAME - Static variable in class org.apache.axis.components.jms.JNDIVendorAdapter
 
CONNECTION_URLS - Static variable in class org.apache.axis.components.jms.SonicMQVendorAdapter
SonicConnectionFactory parameter valid for either domain.
CONNECTOR - Static variable in interface org.apache.axis.transport.jms.JMSConstants
 
Constants - class org.apache.axis.Constants.
 
Constants() - Constructor for class org.apache.axis.Constants
 
constructSignatures(SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
contains(Handler) - Method in class org.apache.axis.SimpleChain
 
contains(Handler) - Method in interface org.apache.axis.Chain
Is this handler in the chain?
contains(URL) - Method in class org.apache.axis.utils.URLHashSet
Returns true if this set contains the specified element.
containsKey(Object) - Method in class org.apache.axis.utils.IdentityHashMap
 
containsProperty(String) - Method in interface javax.xml.rpc.handler.MessageContext
Returns true if the MessageContext contains a property with the specified name.
containsProperty(String) - Method in class org.apache.axis.MessageContext
Returns true if the MessageContext contains a property with the specified name.
CONTENT_TYPE - Static variable in class org.apache.axis.attachments.SourceDataSource
 
CONTENT_TYPE - Static variable in class org.apache.axis.attachments.PlainTextDataSource
 
CONTENT_TYPE - Static variable in class org.apache.axis.attachments.OctetStreamDataSource
 
CONTENT_TYPE - Static variable in class org.apache.axis.attachments.MimeMultipartDataSource
 
CONTENT_TYPE - Static variable in class org.apache.axis.attachments.ImageDataSource
 
contentId - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
Field contentId
contentId - Variable in class org.apache.axis.attachments.MultiPartDimeInputStream
 
contentLocation - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
Field contentLocation
contentLocation - Variable in class org.apache.axis.attachments.AttachmentsImpl
This is the content location as specified in SOAP with Attachments.
contentType - Variable in class org.apache.axis.attachments.ManagedMemoryDataSource
Field contentType
context - Variable in class org.apache.axis.ime.event.MessageCorrelatedEvent
 
context - Variable in class org.apache.axis.ime.internal.MessageExchangeSendContext
 
context - Variable in class org.apache.axis.message.SOAPFaultBuilder
 
context - Variable in class org.apache.axis.message.MessageElement
 
convert(Object, Class) - Static method in class org.apache.axis.utils.JavaUtils
Utility function to convert an Object to some desired Class.
convert2Int(byte[]) - Static method in class org.apache.axis.types.HexBinary
Convert 4 hex digits to an int, and return the number of converted bytes.
copyStackByDefault - Static variable in class org.apache.axis.ConfigurationException
Copy the orginal exception by default
CORBAProvider - class org.apache.axis.providers.java.CORBAProvider.
A basic CORBA Provider
CORBAProvider() - Constructor for class org.apache.axis.providers.java.CORBAProvider
 
correlator - Variable in class org.apache.axis.ime.event.MessageCorrelatedEvent
 
correlator - Variable in class org.apache.axis.ime.internal.MessageExchangeReceiveContext
 
countAttachments() - Method in class javax.xml.soap.SOAPMessage
Gets a count of the number of attachments in this message.
countAttachments() - Method in class org.apache.axis.Message
Gets a count of the number of attachments in this message.
CR - Static variable in class org.apache.axis.utils.JavaUtils
 
create() - Static method in class org.apache.axis.encoding.DefaultSOAPEncodingTypeMappingImpl
Construct TypeMapping
create(Name) - Method in class javax.xml.soap.SOAPElementFactory
Deprecated. Use javax.xml.soap.SOAPFactory.createElement(javax.xml.soap.Name) instead
create(String) - Method in class javax.xml.soap.SOAPElementFactory
Deprecated. Use javax.xml.soap.SOAPFactory.createElement(String localName) instead
create(String) - Static method in class org.apache.axis.components.net.TransportClientPropertiesFactory
 
create(String, int, StringBuffer, BooleanHolder) - Method in interface org.apache.axis.components.net.SocketFactory
Create a socket
create(String, int, StringBuffer, BooleanHolder) - Method in class org.apache.axis.components.net.JSSESocketFactory
creates a secure socket
create(String, int, StringBuffer, BooleanHolder) - Method in class org.apache.axis.components.net.DefaultSocketFactory
Creates a socket.
create(String, String, String) - Method in class javax.xml.soap.SOAPElementFactory
Deprecated. Use javax.xml.soap.SOAPFactory.createElement(String localName, String prefix, String uri) instead
createArrayElement(String) - Method in class org.apache.axis.wsdl.fromJava.Types
 
createAsyncConnection(ConnectionFactory, Connection, String, String, String, String) - Method in class org.apache.axis.transport.jms.TopicConnector
 
createAsyncConnection(ConnectionFactory, Connection, String, String, String, String) - Method in class org.apache.axis.transport.jms.QueueConnector
 
createAsyncConnection(ConnectionFactory, Connection, String, String, String, String) - Method in class org.apache.axis.transport.jms.JMSConnector
 
createAttachmentPart() - Method in class javax.xml.soap.SOAPMessage
Creates a new empty AttachmentPart object.
createAttachmentPart() - Method in class org.apache.axis.Message
Creates a new empty AttachmentPart object.
createAttachmentPart() - Method in class org.apache.axis.attachments.AttachmentsImpl
Create a new attachment Part in this Message.
createAttachmentPart() - Method in interface org.apache.axis.attachments.Attachments
Create a new attachment Part in this Message.
createAttachmentPart(DataHandler) - Method in class javax.xml.soap.SOAPMessage
Creates an AttachmentPart object and populates it using the given DataHandler object.
createAttachmentPart(Object) - Method in class org.apache.axis.attachments.AttachmentsImpl
Create an attachment part with a buried JAF data handler.
createAttachmentPart(Object) - Method in interface org.apache.axis.attachments.Attachments
Create a new attachment Part in this Message.
createAttachmentPart(Object, String) - Method in class javax.xml.soap.SOAPMessage
Creates an AttachmentPart object and populates it with the specified data of the specified content type.
createAttributeElement(String, Class, QName, boolean, Document) - Method in class org.apache.axis.wsdl.fromJava.Types
Create Attribute Element with a given name and type
createCall() - Method in interface javax.xml.rpc.Service
Creates a Call object not associated with specific operation or target service endpoint.
createCall() - Method in class org.apache.axis.client.Service
Creates a new Call object with no prefilled data.
createCall(QName) - Method in interface javax.xml.rpc.Service
Creates a Call instance.
createCall(QName) - Method in class org.apache.axis.client.Service
Creates a new Call object - will prefill as much info from the WSDL as it can.
createCall(QName, QName) - Method in interface javax.xml.rpc.Service
Creates a Call instance.
createCall(QName, QName) - Method in class org.apache.axis.client.Service
Creates a new Call object - will prefill as much info from the WSDL as it can.
createCall(QName, String) - Method in interface javax.xml.rpc.Service
Creates a Call instance.
createCall(QName, String) - Method in class org.apache.axis.client.Service
Creates a new Call object - will prefill as much info from the WSDL as it can.
createCFMap(Options) - Static method in class org.apache.axis.transport.jms.SimpleJMSListener
 
createClientConnector(HashMap, HashMap, String, String) - Static method in class org.apache.axis.transport.jms.JMSConnectorFactory
Static method to create a client connector.
createConnection() - Method in class javax.xml.soap.SOAPConnectionFactory
Create a new SOAPConnection.
createConnection() - Method in class org.apache.axis.soap.SOAPConnectionFactoryImpl
Create a new SOAPConnection.
createConnectionWithRetry(ConnectionFactory, String, String) - Method in class org.apache.axis.transport.jms.JMSConnector
 
createConnectorMap(Options) - Static method in class org.apache.axis.transport.jms.SimpleJMSListener
 
createConsumer(Destination) - Method in class org.apache.axis.transport.jms.JMSConnector.SyncConnection.SendSession
 
createDefinition() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Build a Definition from the input wsdl file or create a new Definition
createDetail() - Method in class javax.xml.soap.SOAPFactory
Creates a new Detail object which serves as a container for DetailEntry objects.
createDetail() - Method in class org.apache.axis.soap.SOAPFactoryImpl
 
createDimeMessage() - Method in class org.apache.axis.attachments.AttachmentsImpl
Creates the DIME message
createElement(Name) - Method in class javax.xml.soap.SOAPFactory
Create a SOAPElement object initialized with the given Name object.
createElement(Name) - Method in class org.apache.axis.soap.SOAPFactoryImpl
Create a SOAPElement object initialized with the given Name object.
createElement(String) - Method in class javax.xml.soap.SOAPFactory
Create a SOAPElement object initialized with the given local name.
createElement(String) - Method in class org.apache.axis.soap.SOAPFactoryImpl
Create a SOAPElement object initialized with the given local name.
createElement(String) - Method in class org.apache.axis.wsdl.fromJava.Types
Create a DOM Element in this context
createElement(String, String, boolean, boolean, Document) - Method in class org.apache.axis.wsdl.fromJava.Types
Create Element with a given name and type
createElement(String, String, String) - Method in class javax.xml.soap.SOAPFactory
Create a new SOAPElement object with the given local name, prefix and uri.
createElement(String, String, String) - Method in class org.apache.axis.soap.SOAPFactoryImpl
Create a new SOAPElement object with the given local name, prefix and uri.
createElementDecl(String, Class, QName, boolean, boolean) - Method in class org.apache.axis.wsdl.fromJava.Types
Create Element
createElementWithAnonymousType(String, Class, boolean, Document) - Method in class org.apache.axis.wsdl.fromJava.Types
Write an <element> with an anonymous internal ComplexType
createEmitter() - Method in class org.apache.axis.wsdl.Java2WSDL
Instantiate an Emitter
createEndpoint(Destination) - Method in class org.apache.axis.transport.jms.TopicConnector
Create an endpoint for a queue destination.
createEndpoint(Destination) - Method in class org.apache.axis.transport.jms.QueueConnector
Create an endpoint for a queue destination.
createEndpoint(Destination) - Method in class org.apache.axis.transport.jms.JMSConnector
 
createEndpoint(String) - Method in class org.apache.axis.transport.jms.TopicConnector
 
createEndpoint(String) - Method in class org.apache.axis.transport.jms.QueueConnector
 
createEndpoint(String) - Method in class org.apache.axis.transport.jms.JMSConnector
 
createFactory(Class, Class, QName) - Static method in class org.apache.axis.encoding.ser.BaseSerializerFactory
Utility method that intospects on a factory class to decide how to create the factory.
createFactory(Class, Class, QName) - Static method in class org.apache.axis.encoding.ser.BaseDeserializerFactory
Utility method that intospects on a factory class to decide how to create the factory.
createHandlerChain() - Method in class org.apache.axis.handlers.HandlerInfoChainFactory
 
createListenerSession(Connection, Subscription) - Method in class org.apache.axis.transport.jms.JMSConnector.AsyncConnection
 
createMessage() - Method in class javax.xml.soap.MessageFactory
Creates a new SOAPMessage object with the default SOAPPart, SOAPEnvelope, SOAPBody, and SOAPHeader objects.
createMessage() - Method in class org.apache.axis.soap.MessageFactoryImpl
Creates a new SOAPMessage object with the default SOAPPart, SOAPEnvelope, SOAPBody, and SOAPHeader objects.
createMessage(MimeHeaders, InputStream) - Method in class javax.xml.soap.MessageFactory
Internalizes the contents of the given InputStream object into a new SOAPMessage object and returns the SOAPMessage object.
createMessage(MimeHeaders, InputStream) - Method in class org.apache.axis.soap.MessageFactoryImpl
Internalizes the contents of the given InputStream object into a new SOAPMessage object and returns the SOAPMessage object.
createMessageExchange() - Method in interface org.apache.axis.ime.MessageExchangeFactory
 
createMessageExchange() - Method in class org.apache.axis.ime.internal.MessageExchangeProvider
 
createMessageExchange(Hashtable) - Method in interface org.apache.axis.ime.MessageExchangeFactory
 
createMessageExchange(Hashtable) - Method in class org.apache.axis.ime.internal.MessageExchangeProvider
 
createMessageName(Definition, String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
 
createMP(String, Collection) - Static method in class org.apache.axis.attachments.MimeUtils
This routine will create a multipart object from the parts and the SOAP content.
createName(String) - Method in class javax.xml.soap.SOAPFactory
Creates a new Name object initialized with the given local name.
createName(String) - Method in interface javax.xml.soap.SOAPEnvelope
Creates a new Name object initialized with the given local name.
createName(String) - Method in class org.apache.axis.message.SOAPEnvelope
create a Name given the local part
createName(String) - Method in class org.apache.axis.soap.SOAPFactoryImpl
 
createName(String, String, String) - Method in class javax.xml.soap.SOAPFactory
Creates a new Name object initialized with the given local name, namespace prefix, and namespace URI.
createName(String, String, String) - Method in interface javax.xml.soap.SOAPEnvelope
Creates a new Name object initialized with the given local name, namespace prefix, and namespace URI.
createName(String, String, String) - Method in class org.apache.axis.message.SOAPEnvelope
Create a name given local part, prefix and uri
createName(String, String, String) - Method in class org.apache.axis.soap.SOAPFactoryImpl
 
createParser() - Method in class org.apache.axis.wsdl.WSDL2Java
Instantiate an extension of the Parser
createParser() - Method in class org.apache.axis.wsdl.gen.WSDL2
createParser Used by extended classes to construct an instance of the Parser
createSendSession(Connection) - Method in class org.apache.axis.transport.jms.JMSConnector.SyncConnection
 
createServerConnector(HashMap, HashMap, String, String) - Static method in class org.apache.axis.transport.jms.JMSConnectorFactory
Static method to create a server connector.
createService(QName) - Method in class javax.xml.rpc.ServiceFactory
Create a Service instance.
createService(QName) - Method in class org.apache.axis.client.ServiceFactory
Create a Service instance.
createService(URL, QName) - Method in class javax.xml.rpc.ServiceFactory
Create a Service instance.
createService(URL, QName) - Method in class org.apache.axis.client.ServiceFactory
Create a Service instance.
createSession(String) - Method in class org.apache.axis.transport.http.SimpleAxisServer
 
createSubscription(MessageListener, HashMap) - Method in class org.apache.axis.transport.jms.JMSEndpoint
 
createSyncConnection(ConnectionFactory, Connection, int, String, String, String, String) - Method in class org.apache.axis.transport.jms.TopicConnector
 
createSyncConnection(ConnectionFactory, Connection, int, String, String, String, String) - Method in class org.apache.axis.transport.jms.QueueConnector
 
createSyncConnection(ConnectionFactory, Connection, int, String, String, String, String) - Method in class org.apache.axis.transport.jms.JMSConnector
 
createTemporaryDestination() - Method in class org.apache.axis.transport.jms.JMSConnector.SyncConnection.SendSession
 
createTypeMapping() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Creates a new empty TypeMapping object.
createTypeMapping() - Method in class org.apache.axis.encoding.TypeMappingRegistryImpl
Creates a new empty TypeMapping object for the specified encoding style or XML schema namespace.
createTypes(Definition) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Build a Types object and load the input wsdl types
curIndex - Variable in class org.apache.axis.encoding.ser.VectorDeserializer
 
curIndex - Variable in class org.apache.axis.encoding.ser.ArrayDeserializer
 
current - Variable in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedQueueIterator
 
currentMemoryBuf - Variable in class org.apache.axis.attachments.ManagedMemoryDataSource
Field currentMemoryBuf
currentMemoryBufSz - Variable in class org.apache.axis.attachments.ManagedMemoryDataSource
Field currentMemoryBufSz

D

data - Variable in class org.apache.axis.attachments.DimeBodyPart
 
DataHandlerHolder - class org.apache.axis.holders.DataHandlerHolder.
Class DataHandlerHolder
DataHandlerHolder() - Constructor for class org.apache.axis.holders.DataHandlerHolder
Constructor MimeMultipartHolder
DataHandlerHolder(DataHandler) - Constructor for class org.apache.axis.holders.DataHandlerHolder
Constructor MimeMultipartHolder
DateDeserializer - class org.apache.axis.encoding.ser.DateDeserializer.
The DateSerializer deserializes a Date.
DateDeserializer(Class, QName) - Constructor for class org.apache.axis.encoding.ser.DateDeserializer
The Deserializer is constructed with the xmlType and javaType
DateDeserializerFactory - class org.apache.axis.encoding.ser.DateDeserializerFactory.
A DateDeserializer Factory
DateDeserializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.DateDeserializerFactory
 
DateHolder - class org.apache.axis.holders.DateHolder.
Class DateHolder
DateHolder() - Constructor for class org.apache.axis.holders.DateHolder
Constructor DateHolder
DateHolder(Date) - Constructor for class org.apache.axis.holders.DateHolder
Constructor DateHolder
DateSerializer - class org.apache.axis.encoding.ser.DateSerializer.
Serializer for Dates.
DateSerializer() - Constructor for class org.apache.axis.encoding.ser.DateSerializer
 
DateSerializerFactory - class org.apache.axis.encoding.ser.DateSerializerFactory.
SerializerFactory for Date primitives
DateSerializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.DateSerializerFactory
 
Day - class org.apache.axis.types.Day.
Implementation of the XML Schema type gDay
Day(int) - Constructor for class org.apache.axis.types.Day
Constructs a Day with the given values No timezone is specified
Day(int, String) - Constructor for class org.apache.axis.types.Day
Constructs a Day with the given values, including a timezone string The timezone is validated but not used.
Day(String) - Constructor for class org.apache.axis.types.Day
Construct a Day from a String in the format ---DD[timezone]
DayHolder - class org.apache.axis.holders.DayHolder.
Class DayHolder
DayHolder() - Constructor for class org.apache.axis.holders.DayHolder
Constructor DayHolder
DayHolder(Day) - Constructor for class org.apache.axis.holders.DayHolder
Constructor DayHolder
debug - Variable in class org.apache.axis.wsdl.gen.Parser
 
DEBUG_OPT - Static variable in class org.apache.axis.wsdl.gen.WSDL2
 
debug(boolean) - Method in class org.apache.axis.wsdl.toJava.Emitter
Deprecated. Use setDebug(value)
debugEnabled - Variable in class org.apache.axis.attachments.ManagedMemoryDataSource
Field debugEnabled
DebugHandler - class org.apache.axis.handlers.DebugHandler.
 
DebugHandler() - Constructor for class org.apache.axis.handlers.DebugHandler
 
DEC - Static variable in class org.apache.axis.types.HexBinary
 
decLockCounter() - Static method in class org.apache.axis.transport.http.AxisServletBase
thread safe lock counter decrement
decode(char[], int, int) - Static method in class org.apache.axis.encoding.Base64
 
decode(char[], int, int, OutputStream) - Static method in class org.apache.axis.encoding.Base64
 
decode(String) - Static method in class org.apache.axis.encoding.Base64
 
decode(String) - Static method in class org.apache.axis.types.HexBinary
Convert a String of hexadecimal digits into the corresponding byte array by encoding each two hexadecimal digits as a byte.
decode(String, OutputStream) - Static method in class org.apache.axis.encoding.Base64
 
DEFAULT - Static variable in class org.apache.axis.enum.Use
 
DEFAULT - Static variable in class org.apache.axis.enum.Style
 
DEFAULT - Static variable in class org.apache.axis.enum.Scope
 
DEFAULT_ACKNOWLEDGE_MODE - Static variable in interface org.apache.axis.transport.jms.JMSConstants
value for ACKNOWLEDGE_MODE if left unset.
DEFAULT_ALGORITHM - Static variable in class org.apache.axis.utils.SessionUtils
The default message digest algorithm to use if we cannot use the requested one.
DEFAULT_ATTACHMENT_IMPL - Static variable in class org.apache.axis.AxisEngine
 
DEFAULT_ATTACHMNET_IMPL - Static variable in class org.apache.axis.Message
Default Attachments Implementation class
DEFAULT_CONNECT_RETRY_INTERVAL - Static variable in interface org.apache.axis.transport.jms.JMSConstants
 
DEFAULT_DELIVERY_MODE - Static variable in interface org.apache.axis.transport.jms.JMSConstants
 
DEFAULT_INTERACT_RETRY_INTERVAL - Static variable in interface org.apache.axis.transport.jms.JMSConstants
 
DEFAULT_JWS_FILE_EXTENSION - Variable in class org.apache.axis.handlers.JWSHandler
 
DEFAULT_MIN_TIMEOUT_TIME - Static variable in interface org.apache.axis.transport.jms.JMSConstants
 
DEFAULT_NO_LOCAL - Static variable in interface org.apache.axis.transport.jms.JMSConstants
 
DEFAULT_NSTOPKG_FILE - Static variable in class org.apache.axis.wsdl.toJava.Emitter
 
DEFAULT_NUM_RETRIES - Static variable in interface org.apache.axis.transport.jms.JMSConstants
 
DEFAULT_NUM_SESSIONS - Static variable in interface org.apache.axis.transport.jms.JMSConstants
 
DEFAULT_PASSWORD - Static variable in class org.apache.axis.components.jms.SonicMQVendorAdapter
SonicConnectionFactory parameter valid for either domain.
DEFAULT_PRIORITY - Static variable in interface org.apache.axis.transport.jms.JMSConstants
 
DEFAULT_SOAP_VERSION - Static variable in class org.apache.axis.Constants
 
DEFAULT_THREAD_COUNT - Static variable in class org.apache.axis.ime.internal.MessageExchangeProvider
 
DEFAULT_TIME_TO_LIVE - Static variable in interface org.apache.axis.transport.jms.JMSConstants
 
DEFAULT_TIMEOUT - Static variable in class org.apache.axis.ime.internal.MessageExchangeImpl
 
DEFAULT_TIMEOUT_TIME - Static variable in interface org.apache.axis.transport.jms.JMSConstants
 
DEFAULT_TRANSPORT_NAME - Static variable in class org.apache.axis.transport.http.HTTPTransport
 
DEFAULT_UNSUBSCRIBE - Static variable in interface org.apache.axis.transport.jms.JMSConstants
 
DEFAULT_USERNAME - Static variable in class org.apache.axis.components.jms.SonicMQVendorAdapter
SonicConnectionFactory parameter valid for either domains.
DefaultAuthenticator - class org.apache.axis.utils.DefaultAuthenticator.
This class is used by WSDL2javaAntTask and WSDL2.
DefaultAuthenticator(String, String) - Constructor for class org.apache.axis.utils.DefaultAuthenticator
 
DefaultAxisServerFactory - class org.apache.axis.server.DefaultAxisServerFactory.
Helper class for obtaining AxisServers.
DefaultAxisServerFactory() - Constructor for class org.apache.axis.server.DefaultAxisServerFactory
 
DefaultEngineConfigurationFactory - class org.apache.axis.configuration.DefaultEngineConfigurationFactory.
Deprecated.  
DefaultEngineConfigurationFactory() - Constructor for class org.apache.axis.configuration.DefaultEngineConfigurationFactory
Deprecated. Create the default engine configuration and detect whether the user has overridden this with their own.
DefaultEngineConfigurationFactory(EngineConfigurationFactory) - Constructor for class org.apache.axis.configuration.DefaultEngineConfigurationFactory
Deprecated.  
DefaultEntityResolver - class org.apache.axis.utils.DefaultEntityResolver.
 
DefaultEntityResolver() - Constructor for class org.apache.axis.utils.DefaultEntityResolver
 
DefaultHTTPSTransportClientProperties - class org.apache.axis.components.net.DefaultHTTPSTransportClientProperties.
 
DefaultHTTPSTransportClientProperties() - Constructor for class org.apache.axis.components.net.DefaultHTTPSTransportClientProperties
 
DefaultHTTPTransportClientProperties - class org.apache.axis.components.net.DefaultHTTPTransportClientProperties.
 
DefaultHTTPTransportClientProperties() - Constructor for class org.apache.axis.components.net.DefaultHTTPTransportClientProperties
 
DefaultSOAP12TypeMappingImpl - class org.apache.axis.encoding.DefaultSOAP12TypeMappingImpl.
Deprecated. Please use DefaultSOAPEncodingTypeMappingImpl.java
DefaultSOAP12TypeMappingImpl() - Constructor for class org.apache.axis.encoding.DefaultSOAP12TypeMappingImpl
Deprecated.  
DefaultSOAPEncodingTypeMappingImpl - class org.apache.axis.encoding.DefaultSOAPEncodingTypeMappingImpl.
 
DefaultSOAPEncodingTypeMappingImpl() - Constructor for class org.apache.axis.encoding.DefaultSOAPEncodingTypeMappingImpl
 
DefaultSocketFactory - class org.apache.axis.components.net.DefaultSocketFactory.
Default socket factory.
DefaultSocketFactory(Hashtable) - Constructor for class org.apache.axis.components.net.DefaultSocketFactory
Constructor is used only by subclasses.
defaultType - Variable in class org.apache.axis.encoding.DeserializerImpl
 
DefaultTypeMappingImpl - class org.apache.axis.encoding.DefaultTypeMappingImpl.
This is the implementation of the axis Default TypeMapping (which extends the JAX-RPC TypeMapping interface) for SOAP 1.1.
DefaultTypeMappingImpl() - Constructor for class org.apache.axis.encoding.DefaultTypeMappingImpl
 
DefaultTypeMappingImpl(boolean) - Constructor for class org.apache.axis.encoding.DefaultTypeMappingImpl
 
DefinedElement - class org.apache.axis.wsdl.symbolTable.DefinedElement.
This Type is for a QName that is an element, these types are only emitted if referenced by a ref= or an element=.
DefinedElement(QName, Node) - Constructor for class org.apache.axis.wsdl.symbolTable.DefinedElement
Create an element type defined directly.
DefinedElement(QName, TypeEntry, Node, String) - Constructor for class org.apache.axis.wsdl.symbolTable.DefinedElement
Create an element type defined by a ref/type attribute
DefinedType - class org.apache.axis.wsdl.symbolTable.DefinedType.
This Type is for a QName that is a complex or simple type, these types are always emitted.
DefinedType(QName, Node) - Constructor for class org.apache.axis.wsdl.symbolTable.DefinedType
 
DefinedType(QName, TypeEntry, Node, String) - Constructor for class org.apache.axis.wsdl.symbolTable.DefinedType
 
definition - Variable in class org.apache.axis.wsdl.toJava.JavaUndeployWriter
 
definition - Variable in class org.apache.axis.wsdl.toJava.JavaDeployWriter
 
definition - Variable in class org.apache.axis.wsdl.toJava.JavaDefinitionWriter
 
delegate - Variable in class org.apache.axis.encoding.TypeMappingImpl
 
delegate(TypeMappingRegistry) - Method in class org.apache.axis.encoding.TypeMappingRegistryImpl
delegate Changes the contained type mappings to delegate to their corresponding types in the secondary TMR.
delegate(TypeMappingRegistry) - Method in interface org.apache.axis.encoding.TypeMappingRegistry
delegate Changes the contained type mappings to delegate to their corresponding types in the secondary TMR.
delete() - Method in class org.apache.axis.attachments.ManagedMemoryDataSource
Method delete
deleted - Variable in class org.apache.axis.attachments.ManagedMemoryDataSource
Field deleted
deleteTemporaryDestination(Destination) - Method in class org.apache.axis.transport.jms.JMSConnector.SyncConnection.SendSession
 
DELIVERY_MODE - Static variable in interface org.apache.axis.transport.jms.JMSConstants
Key for properties used in the send and call methods.
deploy(WSDDDeployment) - Method in class org.apache.axis.deployment.wsdd.WSDDDocument
 
deployHandler(WSDDHandler) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
Put a WSDDHandler into this deployment, replacing any other WSDDHandler which might already be present with the same QName.
deployService(QName, SOAPService) - Method in class org.apache.axis.configuration.SimpleProvider
 
deployService(String, SOAPService) - Method in class org.apache.axis.configuration.SimpleProvider
 
deployService(WSDDService) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
Put a WSDDService into this deployment, replacing any other WSDDService which might already be present with the same QName.
deploySkeleton(boolean) - Method in class org.apache.axis.wsdl.toJava.Emitter
Deprecated. Use setSkeletonWanted(value)
deployToRegistry(WSDDDeployment) - Method in class org.apache.axis.deployment.wsdd.WSDDTransport
 
deployToRegistry(WSDDDeployment) - Method in class org.apache.axis.deployment.wsdd.WSDDTargetedChain
 
deployToRegistry(WSDDDeployment) - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
deployToRegistry(WSDDDeployment) - Method in class org.apache.axis.deployment.wsdd.WSDDHandler
 
deployToRegistry(WSDDDeployment) - Method in class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration
 
deployToRegistry(WSDDDeployment) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
deployToRegistry(WSDDDeployment) - Method in class org.apache.axis.deployment.wsdd.WSDDChain
 
deployTransport(QName, Handler) - Method in class org.apache.axis.configuration.SimpleProvider
 
deployTransport(String, Handler) - Method in class org.apache.axis.configuration.SimpleProvider
 
deployTransport(WSDDTransport) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
Put a WSDDTransport into this deployment, replacing any other WSDDTransport which might already be present with the same QName.
deployTypeMapping(WSDDTypeMapping) - Method in class org.apache.axis.deployment.wsdd.WSDDUndeployment
 
deployTypeMapping(WSDDTypeMapping) - Method in interface org.apache.axis.deployment.wsdd.WSDDTypeMappingContainer
 
deployTypeMapping(WSDDTypeMapping) - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
deployTypeMapping(WSDDTypeMapping) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
deregisterClass(String) - Method in class org.apache.axis.utils.cache.ClassCache
Remove an entry from the cache.
describeOptions(CLOptionDescriptor[]) - Static method in class org.apache.axis.utils.CLUtil
Format options into StringBuffer and return.
deserClass - Variable in class org.apache.axis.encoding.ser.BaseDeserializerFactory
 
deserClassConstructor - Variable in class org.apache.axis.encoding.ser.BaseDeserializerFactory
 
DeserializationContext - interface javax.xml.rpc.encoding.DeserializationContext.
The javax.xml.rpc.encoding.DeserializationContext interface is implemented by the JAX-RPC runtime system in an XML processing mechanism specific manner.
DeserializationContext - interface org.apache.axis.encoding.DeserializationContext.
This interface describes the AXIS DeserializationContext, note that an AXIS compliant DeserializationContext must extend the org.xml.sax.helpers.DefaultHandler.
DeserializationContextImpl - class org.apache.axis.encoding.DeserializationContextImpl.
 
DeserializationContextImpl(InputSource, MessageContext, String) - Constructor for class org.apache.axis.encoding.DeserializationContextImpl
Construct Deserializer
DeserializationContextImpl(InputSource, MessageContext, String, SOAPEnvelope) - Constructor for class org.apache.axis.encoding.DeserializationContextImpl
Construct Deserializer
DeserializationContextImpl(MessageContext, SOAPHandler) - Constructor for class org.apache.axis.encoding.DeserializationContextImpl
Construct Deserializer using MessageContext and EnvelopeBuilder handler
DESERIALIZE_CURRENT_ELEMENT - Static variable in class org.apache.axis.encoding.ser.ElementDeserializer
 
DESERIALIZE_CURRENT_ELEMENT - Static variable in class org.apache.axis.encoding.ser.DocumentDeserializer
 
deserialize() - Method in class org.apache.axis.message.RPCElement
 
deserializer - Variable in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
Deserializer - interface javax.xml.rpc.encoding.Deserializer.
The javax.xml.rpc.encoding.Deserializer interface defines a base interface for deserializers.
Deserializer - interface org.apache.axis.encoding.Deserializer.
This interface describes the AXIS Deserializer.
DeserializerFactory - interface javax.xml.rpc.encoding.DeserializerFactory.
The javax.xml.rpc.encoding.DeserializerFactory is a factory of deserializers.
DeserializerFactory - interface org.apache.axis.encoding.DeserializerFactory.
This interface describes the AXIS DeserializerFactory.
DeserializerImpl - class org.apache.axis.encoding.DeserializerImpl.
The Deserializer base class.
DeserializerImpl() - Constructor for class org.apache.axis.encoding.DeserializerImpl
 
DeserializerTarget - class org.apache.axis.encoding.DeserializerTarget.
 
DeserializerTarget(Deserializer, Object) - Constructor for class org.apache.axis.encoding.DeserializerTarget
 
deserializing(boolean) - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
destDir - Variable in class org.apache.axis.components.compiler.AbstractCompiler
The name of the directory to contain the resulting object program file
DESTINATION - Static variable in interface org.apache.axis.transport.jms.JMSConstants
 
destroy() - Method in interface javax.xml.rpc.handler.HandlerChain
Indicates the end of lifecycle for a HandlerChain.
destroy() - Method in interface javax.xml.rpc.handler.Handler
The destroy method indicates the end of lifecycle for a Handler instance.
destroy() - Method in class javax.xml.rpc.handler.GenericHandler
The destroy method indicates the end of lifecycle for a Handler instance.
destroy() - Method in interface javax.xml.rpc.server.ServiceLifecycle
JAX-RPC runtime system ends the lifecycle of a service endpoint instance by invoking the destroy method.
destroy() - Method in interface org.apache.axis.components.uuid.UUIDGen
 
destroy() - Method in class org.apache.axis.components.uuid.SimpleUUIDGen
 
destroy() - Method in class org.apache.axis.handlers.HandlerChainImpl
 
destroy() - Method in class org.apache.axis.monitor.SOAPMonitorService
Servlet termination
destroy() - Method in class org.apache.axis.transport.http.AxisServletBase
Destroy method is called when the servlet is going away.
destroyUUIDGen(UUIDGen) - Static method in class org.apache.axis.components.uuid.UUIDGenFactory
Release any aquired external resources and stop any background threads.
detachAttachmentFile() - Method in class org.apache.axis.attachments.AttachmentPart
detach the attachment file from this class, so it is not cleaned up
detachNode() - Method in interface javax.xml.soap.Node
Removes this Node object from the tree.
detachNode() - Method in class org.apache.axis.message.SOAPHeaderElement
 
detachNode() - Method in class org.apache.axis.message.SOAPHeader
 
detachNode() - Method in class org.apache.axis.message.SOAPBodyElement
 
detachNode() - Method in class org.apache.axis.message.SOAPBody
 
detachNode() - Method in class org.apache.axis.message.MessageElement
Break the relationship between this element and its parent, if any.
Detail - interface javax.xml.soap.Detail.
A container for DetailEntry objects.
Detail - class org.apache.axis.message.Detail.
Detail Container implementation
Detail() - Constructor for class org.apache.axis.message.Detail
 
Detail(AxisFault) - Constructor for class org.apache.axis.message.Detail
 
Detail(String, String, String, Attributes, DeserializationContext) - Constructor for class org.apache.axis.message.Detail
 
DetailEntry - interface javax.xml.soap.DetailEntry.
The content for a Detail object, giving details for a SOAPFault object.
DetailEntry - class org.apache.axis.message.DetailEntry.
Detail Entry implementation
DetailEntry(Name) - Constructor for class org.apache.axis.message.DetailEntry
 
determineIfHoldersNeeded(SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
Find all inout/out parameters and add a flag to the Type of that parameter saying a holder is needed.
determineInterfaceNames(SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
digest - Static variable in class org.apache.axis.utils.SessionUtils
Return the MessageDigest implementation to be used when creating session identifiers.
DimeBodyPart - class org.apache.axis.attachments.DimeBodyPart.
Holds one attachment DIME part.
DimeBodyPart() - Constructor for class org.apache.axis.attachments.DimeBodyPart
 
DimeBodyPart(byte[], DimeTypeNameFormat, String, String) - Constructor for class org.apache.axis.attachments.DimeBodyPart
Create a DIME Attachment Part.
DimeBodyPart(DataHandler, DimeTypeNameFormat, String, String) - Constructor for class org.apache.axis.attachments.DimeBodyPart
Create a DIME Attachment Part.
DimeBodyPart(DataHandler, String) - Constructor for class org.apache.axis.attachments.DimeBodyPart
Create a DIME Attachment Part.
DimeDelimitedInputStream - class org.apache.axis.attachments.DimeDelimitedInputStream.
This class takes the input stream and turns it multiple streams.
dimeDelimitedStream - Variable in class org.apache.axis.attachments.MultiPartDimeInputStream
 
DimeMultiPart - class org.apache.axis.attachments.DimeMultiPart.
This class hold all parts of a DIME multipart message.
DimeMultiPart() - Constructor for class org.apache.axis.attachments.DimeMultiPart
 
DimeTypeNameFormat - class org.apache.axis.attachments.DimeTypeNameFormat.
This class is a single part for DIME mulitpart message.
dims - Variable in class org.apache.axis.wsdl.symbolTable.TypeEntry
 
disableFeature(String) - Method in interface org.apache.axis.features.FeatureEnabled
 
disableFormatting() - Method in class org.apache.axis.message.SOAPBody
 
disableTransport(String) - Method in class org.apache.axis.handlers.soap.SOAPService
Disable access to this service from a particular transport
diskCacheFile - Variable in class org.apache.axis.attachments.ManagedMemoryDataSource
Field diskCacheFile
dispatch(MessageExchangeSendContext) - Method in interface org.apache.axis.ime.internal.ReceivedMessageDispatchPolicy
 
dispatch(MessageExchangeSendContext) - Method in class org.apache.axis.ime.internal.FirstComeFirstServeDispatchPolicy
 
dispose() - Method in class org.apache.axis.attachments.AttachmentPart
when an attachment part is disposed, any associated files are deleted
doClient(MessageContext) - Method in class org.apache.axis.handlers.SimpleSessionHandler
Client side of processing.
DOCUMENT - Static variable in class org.apache.axis.enum.Style
 
DOCUMENT_STR - Static variable in class org.apache.axis.enum.Style
 
DocumentDeserializer - class org.apache.axis.encoding.ser.DocumentDeserializer.
Deserializer for DOM Document
DocumentDeserializer() - Constructor for class org.apache.axis.encoding.ser.DocumentDeserializer
 
DocumentDeserializerFactory - class org.apache.axis.encoding.ser.DocumentDeserializerFactory.
DeserializerFactory for DOM Document.
DocumentDeserializerFactory() - Constructor for class org.apache.axis.encoding.ser.DocumentDeserializerFactory
 
DocumentSerializer - class org.apache.axis.encoding.ser.DocumentSerializer.
Serializer for DOM Document
DocumentSerializer() - Constructor for class org.apache.axis.encoding.ser.DocumentSerializer
 
DocumentSerializerFactory - class org.apache.axis.encoding.ser.DocumentSerializerFactory.
SerializerFactory for DOM Document
DocumentSerializerFactory() - Constructor for class org.apache.axis.encoding.ser.DocumentSerializerFactory
 
DocumentToStream(Document, OutputStream) - Static method in class org.apache.axis.utils.XMLUtils
 
DocumentToString(Document) - Static method in class org.apache.axis.utils.XMLUtils
turn a whole DOM document into XML
DocumentToWriter(Document, Writer) - Static method in class org.apache.axis.utils.XMLUtils
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.axis.monitor.SOAPMonitorService
HTTP GET request
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.axis.transport.http.AxisServlet
Process GET requests.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.axis.transport.http.AdminServlet
handle a GET request.
DOM2Writer - class org.apache.axis.utils.DOM2Writer.
This class is a utility to serialize a DOM node as XML.
DOM2Writer() - Constructor for class org.apache.axis.utils.DOM2Writer
 
DOMAIN - Static variable in interface org.apache.axis.transport.jms.JMSConstants
 
DOMAIN_DEFAULT - Static variable in interface org.apache.axis.transport.jms.JMSConstants
 
DOMAIN_QUEUE - Static variable in interface org.apache.axis.transport.jms.JMSConstants
 
DOMAIN_TOPIC - Static variable in interface org.apache.axis.transport.jms.JMSConstants
 
DOMSource - class javax.xml.transform.dom.DOMSource.
Acts as a holder for a transformation Source tree in the form of a Document Object Model (DOM) tree.
DOMSource() - Constructor for class javax.xml.transform.dom.DOMSource
Zero-argument default constructor.
DOMSource(Node) - Constructor for class javax.xml.transform.dom.DOMSource
Create a new input source with a DOM node.
DOMSource(Node, String) - Constructor for class javax.xml.transform.dom.DOMSource
Create a new input source with a DOM node, and with the system ID also passed in as the base URI.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.axis.transport.http.AxisServlet
Process a POST to the servlet by handing it off to the Axis Engine.
doServer(MessageContext) - Method in class org.apache.axis.handlers.SimpleSessionHandler
Server side of processing.
DoubleHolder - class javax.xml.rpc.holders.DoubleHolder.
Class DoubleHolder
DoubleHolder() - Constructor for class javax.xml.rpc.holders.DoubleHolder
Constructor DoubleHolder
DoubleHolder(double) - Constructor for class javax.xml.rpc.holders.DoubleHolder
Constructor DoubleHolder
doubleValue() - Method in class org.apache.axis.types.UnsignedLong
 
doubleValue() - Method in class org.apache.axis.types.UnsignedInt
 
DoubleWrapperHolder - class javax.xml.rpc.holders.DoubleWrapperHolder.
Class DoubleWrapperHolder
DoubleWrapperHolder() - Constructor for class javax.xml.rpc.holders.DoubleWrapperHolder
Constructor DoubleWrapperHolder
DoubleWrapperHolder(Double) - Constructor for class javax.xml.rpc.holders.DoubleWrapperHolder
Constructor DoubleWrapperHolder
dtnf - Variable in class org.apache.axis.attachments.DimeBodyPart
 
dump() - Method in class org.apache.axis.AxisFault
dump the fault info to the log at debug level
dump(PrintStream) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Dump the contents of the symbol table.
dump(String) - Method in class org.apache.axis.utils.NSStack
Produce a trace dump of the entire stack, starting from the top and including frame markers.
dumpToString() - Method in class org.apache.axis.AxisFault
turn the fault and details into a string, with XML escaping.
DuplicateFileException - exception org.apache.axis.wsdl.toJava.DuplicateFileException.
 
DuplicateFileException(String, String) - Constructor for class org.apache.axis.wsdl.toJava.DuplicateFileException
 
DUPLICATES_ALLOWED - Static variable in class org.apache.axis.utils.CLOptionDescriptor
Flag to say this option may be repeated on the command line
Duration - class org.apache.axis.types.Duration.
Implementation of the XML Schema type duration
Duration() - Constructor for class org.apache.axis.types.Duration
Default no-arg constructor
Duration(boolean, int, int, int, int, int, double) - Constructor for class org.apache.axis.types.Duration
 
Duration(String) - Constructor for class org.apache.axis.types.Duration
This method takes a string that represents an xsd:duration and parses it.
DurationHolder - class org.apache.axis.holders.DurationHolder.
Class DurationHolder
DurationHolder() - Constructor for class org.apache.axis.holders.DurationHolder
Constructor DurationHolder
DurationHolder(Duration) - Constructor for class org.apache.axis.holders.DurationHolder
Constructor DurationHolder

E

EchoHandler - class org.apache.axis.handlers.EchoHandler.
 
EchoHandler() - Constructor for class org.apache.axis.handlers.EchoHandler
 
EJBProvider - class org.apache.axis.providers.java.EJBProvider.
A basic EJB Provider
EJBProvider() - Constructor for class org.apache.axis.providers.java.EJBProvider
 
ELEM_BODY - Static variable in class org.apache.axis.Constants
 
ELEM_ENVELOPE - Static variable in class org.apache.axis.Constants
 
ELEM_FAULT - Static variable in class org.apache.axis.Constants
 
ELEM_FAULT_ACTOR - Static variable in class org.apache.axis.Constants
 
ELEM_FAULT_CODE - Static variable in class org.apache.axis.Constants
 
ELEM_FAULT_CODE_SOAP12 - Static variable in class org.apache.axis.Constants
 
ELEM_FAULT_DETAIL - Static variable in class org.apache.axis.Constants
 
ELEM_FAULT_DETAIL_SOAP12 - Static variable in class org.apache.axis.Constants
 
ELEM_FAULT_NODE_SOAP12 - Static variable in class org.apache.axis.Constants
 
ELEM_FAULT_REASON_SOAP12 - Static variable in class org.apache.axis.Constants
 
ELEM_FAULT_ROLE_SOAP12 - Static variable in class org.apache.axis.Constants
 
ELEM_FAULT_STRING - Static variable in class org.apache.axis.Constants
 
ELEM_FAULT_SUBCODE_SOAP12 - Static variable in class org.apache.axis.Constants
 
ELEM_FAULT_VALUE_SOAP12 - Static variable in class org.apache.axis.Constants
 
ELEM_HEADER - Static variable in class org.apache.axis.Constants
 
ELEM_NOTUNDERSTOOD - Static variable in class org.apache.axis.Constants
 
ELEM_SUPPORTEDENVELOPE - Static variable in class org.apache.axis.Constants
 
ELEM_TEXT_SOAP12 - Static variable in class org.apache.axis.Constants
 
ELEM_UPGRADE - Static variable in class org.apache.axis.Constants
 
ELEM_WSDD_BEANMAPPING - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_CHAIN - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_DEPLOY - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_DOC - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_ELEMENTMAPPING - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_ENDPOINTURL - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_FAULT - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_FAULTFLOW - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_GLOBAL - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_HANDLER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_JAXRPC_CHAIN - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_JAXRPC_HANDLERINFO - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_JAXRPC_HEADER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_JAXRPC_ROLE - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_NAMESPACE - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_OPERATION - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_PARAM - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_REQFLOW - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_RESPFLOW - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_SERVICE - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_TRANSPORT - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_TYPEMAPPING - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_UNDEPLOY - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_WSDLFILE - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
element - Variable in class org.apache.axis.message.SOAPFaultBuilder
 
Element - class org.apache.axis.wsdl.symbolTable.Element.
This class represents a TypeEntry that is a type (complexType, simpleType, etc.
Element(QName, Node) - Constructor for class org.apache.axis.wsdl.symbolTable.Element
Create a Element object for an xml construct that is not a base java type
Element(QName, TypeEntry, Node, String) - Constructor for class org.apache.axis.wsdl.symbolTable.Element
Create an Element object for an xml construct that references a type that has not been defined yet.
ElementDecl - class org.apache.axis.wsdl.symbolTable.ElementDecl.
Simple utility struct for holding element declarations.
ElementDecl() - Constructor for class org.apache.axis.wsdl.symbolTable.ElementDecl
 
ElementDecl(TypeEntry, QName) - Constructor for class org.apache.axis.wsdl.symbolTable.ElementDecl
 
ElementDesc - class org.apache.axis.description.ElementDesc.
An AttributeDesc is a FieldDesc for an Java field mapping to an XML element
ElementDesc() - Constructor for class org.apache.axis.description.ElementDesc
 
ElementDeserializer - class org.apache.axis.encoding.ser.ElementDeserializer.
Deserializer for DOM elements
ElementDeserializer() - Constructor for class org.apache.axis.encoding.ser.ElementDeserializer
 
ElementDeserializerFactory - class org.apache.axis.encoding.ser.ElementDeserializerFactory.
DeserializerFactory for Element.
ElementDeserializerFactory() - Constructor for class org.apache.axis.encoding.ser.ElementDeserializerFactory
 
elementMetaData - Variable in class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
 
elementRep - Variable in class org.apache.axis.message.MessageElement
 
elements - Variable in class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
 
ElementSerializer - class org.apache.axis.encoding.ser.ElementSerializer.
Serializer for DOM elements
ElementSerializer() - Constructor for class org.apache.axis.encoding.ser.ElementSerializer
 
ElementSerializerFactory - class org.apache.axis.encoding.ser.ElementSerializerFactory.
SerializerFactory for Element
ElementSerializerFactory() - Constructor for class org.apache.axis.encoding.ser.ElementSerializerFactory
 
ElementToStream(Element, OutputStream) - Static method in class org.apache.axis.utils.XMLUtils
 
ElementToString(Element) - Static method in class org.apache.axis.utils.XMLUtils
turn an element into an XML fragment
ElementToWriter(Element, Writer) - Static method in class org.apache.axis.utils.XMLUtils
 
emit(int) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Generates a WSDL document for a given Class.
emit(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Generates a complete WSDL document for a given Class
emit(String) - Method in class org.apache.axis.wsdl.toJava.Emitter
Deprecated. Call run(uri) instead.
emit(String, Document) - Method in class org.apache.axis.wsdl.toJava.Emitter
Deprecated. Call run(context, doc) instead.
emit(String, int) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Generates a WSDL document for a given Class.
emit(String, String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Generates WSDL documents for a given Class
emitter - Variable in class org.apache.axis.wsdl.Java2WSDL
 
emitter - Variable in class org.apache.axis.wsdl.toJava.JavaWriter
 
emitter - Variable in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
emitter - Variable in class org.apache.axis.wsdl.toJava.JavaDefinitionWriter
 
emitter - Variable in class org.apache.axis.wsdl.toJava.JavaBindingWriter
 
Emitter - class org.apache.axis.wsdl.fromJava.Emitter.
This class emits WSDL from Java classes.
Emitter - class org.apache.axis.wsdl.toJava.Emitter.
This class produces java files for stubs, skeletons, and types from a WSDL document.
Emitter() - Constructor for class org.apache.axis.wsdl.fromJava.Emitter
Construct Emitter.
Emitter() - Constructor for class org.apache.axis.wsdl.toJava.Emitter
Default constructor.
emitToString(int) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Generates a String containing the WSDL for a given Class.
empty_class_array - Static variable in class org.apache.axis.providers.java.EJBProvider
 
empty_object_array - Static variable in class org.apache.axis.providers.java.EJBProvider
 
ENABLE_CORRELATOR_SERVICE - Static variable in interface org.apache.axis.ime.MessageExchangeConstants
Boolean MessageContext property that indicates whether or not the MessageExchangeCorrelationService should be used.
ENABLE_CORRELATOR_SERVICE_DEFAULT - Static variable in interface org.apache.axis.ime.MessageExchangeConstants
Default value for the ENABLE_CORRELATOR_SERVICE MessageContext property
enableDefaultConstructor - Variable in class org.apache.axis.wsdl.toJava.JavaBeanWriter
 
enableEquals - Variable in class org.apache.axis.wsdl.toJava.JavaBeanWriter
 
enableFeature(String) - Method in interface org.apache.axis.features.FeatureEnabled
 
enableFullConstructor - Variable in class org.apache.axis.wsdl.toJava.JavaBeanWriter
 
enableGetters - Variable in class org.apache.axis.wsdl.toJava.JavaBeanWriter
 
enableHashCode - Variable in class org.apache.axis.wsdl.toJava.JavaBeanWriter
 
enableSetters - Variable in class org.apache.axis.wsdl.toJava.JavaBeanWriter
 
enableSimpleConstructors - Variable in class org.apache.axis.wsdl.toJava.JavaBeanWriter
 
enableToString - Variable in class org.apache.axis.wsdl.toJava.JavaBeanWriter
 
enableTransport(String) - Method in class org.apache.axis.handlers.soap.SOAPService
Make this service available on a particular transport
encode(byte[]) - Static method in class org.apache.axis.encoding.Base64
Returns base64 representation of specified byte array.
encode(byte[]) - Static method in class org.apache.axis.types.HexBinary
Convert a byte array into a printable format containing a String of hexadecimal digit characters (two per byte).
encode(byte[], int, int) - Static method in class org.apache.axis.encoding.Base64
Returns base64 representation of specified byte array.
encode(byte[], int, int, OutputStream) - Static method in class org.apache.axis.encoding.Base64
Outputs base64 representation of the specified byte array to a byte stream.
encode(byte[], int, int, Writer) - Static method in class org.apache.axis.encoding.Base64
Outputs base64 representation of the specified byte array to a character stream.
ENCODED - Static variable in class org.apache.axis.enum.Use
 
ENCODED_STR - Static variable in class org.apache.axis.enum.Use
 
encoding - Variable in class org.apache.axis.components.compiler.AbstractCompiler
The encoding of the source program or null to use the platform's default encoding
encodingStyle - Variable in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
encodingStyle - Variable in class org.apache.axis.message.MessageElement
Our encoding style, if any
ENCODINGSTYLE_URI_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property for encoding Style: Encoding style specified as a namespace URI.
endCDATA() - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
endCDATA() - Method in class org.apache.axis.message.SAXOutputter
 
endCDATA() - Method in class org.apache.axis.message.SAX2EventRecorder
 
endDocument() - Method in class org.apache.axis.encoding.DeserializationContextImpl
endDocument is invoked at the end of the document.
endDocument() - Method in class org.apache.axis.message.SAXOutputter
 
endDocument() - Method in class org.apache.axis.message.SAX2EventRecorder
 
endDTD() - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
endDTD() - Method in class org.apache.axis.message.SAXOutputter
 
endDTD() - Method in class org.apache.axis.message.SAX2EventRecorder
 
endElement() - Method in class org.apache.axis.encoding.SerializationContextImpl
Writes the end element tag for the open element.
endElement() - Method in interface org.apache.axis.encoding.SerializationContext
Writes the end element tag for the open element.
endElement() - Method in class org.apache.axis.encoding.AttributeSerializationContextImpl
 
endElement(String, String, DeserializationContext) - Method in class org.apache.axis.encoding.DeserializerImpl
endElement is called when the end element tag is reached.
endElement(String, String, DeserializationContext) - Method in interface org.apache.axis.encoding.Deserializer
endElement is called when the end element tag is reached.
endElement(String, String, DeserializationContext) - Method in class org.apache.axis.message.SOAPHandler
 
endElement(String, String, DeserializationContext) - Method in class org.apache.axis.message.SOAPFaultBuilder
Final call back where we can populate the exception with data.
endElement(String, String, DeserializationContext) - Method in class org.apache.axis.message.RPCHandler
 
endElement(String, String, DeserializationContext) - Method in class org.apache.axis.message.EnvelopeBuilder
 
endElement(String, String, String) - Method in class org.apache.axis.encoding.DeserializationContextImpl
endElement is called at the end tag of an element
endElement(String, String, String) - Method in class org.apache.axis.message.SAXOutputter
 
endElement(String, String, String) - Method in class org.apache.axis.message.SAX2EventRecorder
 
endEntity(String) - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
endEntity(String) - Method in class org.apache.axis.message.SAXOutputter
 
endEntity(String) - Method in class org.apache.axis.message.SAX2EventRecorder
 
endEventIndex - Variable in class org.apache.axis.message.MessageElement
 
Endpoint - class javax.xml.messaging.Endpoint.
An opaque representation of an application endpoint.
ENDPOINT_ADDRESS_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: Target service endpoint address.
Endpoint(String) - Constructor for class javax.xml.messaging.Endpoint
Constructs an Endpoint object using the given string identifier.
endPrefixMapping(String) - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
endPrefixMapping(String) - Method in class org.apache.axis.message.SAXOutputter
 
endPrefixMapping(String) - Method in class org.apache.axis.message.SAX2EventRecorder
 
ENGINE_HANDLER - Static variable in class org.apache.axis.MessageContext
Contains an instance of Handler, which is the ServiceContext and the entrypoint of this service.
EngineConfiguration - interface org.apache.axis.EngineConfiguration.
EngineConfiguration is an interface that the Message Flow subsystem provides so that engine configuration can be provided in a pluggable way.
EngineConfigurationFactory - interface org.apache.axis.EngineConfigurationFactory.
EngineConfigurationFactory is an interface used to construct concrete EngineConfiguration instances.
EngineConfigurationFactoryDefault - class org.apache.axis.configuration.EngineConfigurationFactoryDefault.
This is a default implementation of EngineConfigurationFactory.
EngineConfigurationFactoryDefault() - Constructor for class org.apache.axis.configuration.EngineConfigurationFactoryDefault
Create the default engine configuration and detect whether the user has overridden this with their own.
EngineConfigurationFactoryFinder - class org.apache.axis.configuration.EngineConfigurationFactoryFinder.
This is a default implementation of EngineConfigurationFactory.
EngineConfigurationFactoryServlet - class org.apache.axis.configuration.EngineConfigurationFactoryServlet.
This is a default implementation of ServletEngineConfigurationFactory.
EngineConfigurationFactoryServlet(ServletContext) - Constructor for class org.apache.axis.configuration.EngineConfigurationFactoryServlet
Create the default engine configuration and detect whether the user has overridden this with their own.
ensureOperationMessageValid(Message) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
ensures that a message in a <input>, <output>, or <fault> element in an <operation> element is valid.
ensureOperationsOfPortTypeValid(PortType) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
ensures that an an element <portType> is valid.
ensureOperationValid(Operation) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
ensures that an an element <operation> within an element <portType> is valid.
ensureSession() - Method in class org.apache.axis.transport.http.AxisHttpSession
 
ENTERPRISE_LOG_CATEGORY - Static variable in class org.apache.axis.Constants
 
Entities - class org.apache.axis.types.Entities.
Custom class for supporting XSD data type Entities
Entities() - Constructor for class org.apache.axis.types.Entities
 
Entities(String) - Constructor for class org.apache.axis.types.Entities
ctor for Entities
Entity - class org.apache.axis.types.Entity.
Custom class for supporting XSD data type Entity
Entity() - Constructor for class org.apache.axis.types.Entity
 
Entity(String) - Constructor for class org.apache.axis.types.Entity
ctor for Entity
entLog - Static variable in class org.apache.axis.FaultableHandler
 
entLog - Static variable in class org.apache.axis.client.Call
 
entLog - Static variable in class org.apache.axis.providers.BasicProvider
 
entLog - Static variable in class org.apache.axis.providers.java.RMIProvider
 
entLog - Static variable in class org.apache.axis.providers.java.JavaProvider
 
entLog - Static variable in class org.apache.axis.providers.java.EJBProvider
 
entLog - Static variable in class org.apache.axis.providers.java.CORBAProvider
 
Enum - class org.apache.axis.enum.Enum.
General support for 'enumerated' data types.
Enum.Type - class org.apache.axis.enum.Enum.Type.
 
Enum.Type(String, Enum[]) - Constructor for class org.apache.axis.enum.Enum.Type
 
Enum(Enum.Type, int, String) - Constructor for class org.apache.axis.enum.Enum
 
EnumDeserializer - class org.apache.axis.encoding.ser.EnumDeserializer.
Deserializer for a JAX-RPC enum.
EnumDeserializer(Class, QName) - Constructor for class org.apache.axis.encoding.ser.EnumDeserializer
 
EnumDeserializerFactory - class org.apache.axis.encoding.ser.EnumDeserializerFactory.
DeserializerFactory for Enumeration.
EnumDeserializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.EnumDeserializerFactory
 
EnumSerializer - class org.apache.axis.encoding.ser.EnumSerializer.
Serializer for a JAX-RPC enum.
EnumSerializer(Class, QName) - Constructor for class org.apache.axis.encoding.ser.EnumSerializer
 
EnumSerializerFactory - class org.apache.axis.encoding.ser.EnumSerializerFactory.
SerializerFactory for Enum
EnumSerializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.EnumSerializerFactory
 
ENV_ATTACHMENT_DIR - Static variable in class org.apache.axis.AxisEngine
 
ENV_SERVLET_CONTEXT - Static variable in class org.apache.axis.AxisEngine
 
ENV_SERVLET_REALPATH - Static variable in class org.apache.axis.AxisEngine
 
EnvelopeBuilder - class org.apache.axis.message.EnvelopeBuilder.
The EnvelopeBuilder is responsible for parsing the top-level SOAP envelope stuff (Envelope, Body, Header), and spawning off HeaderBuilder and BodyBuilders.
EnvelopeBuilder(SOAPEnvelope, String) - Constructor for class org.apache.axis.message.EnvelopeBuilder
 
EnvelopeBuilder(String, SOAPConstants) - Constructor for class org.apache.axis.message.EnvelopeBuilder
 
EnvelopeHandler - class org.apache.axis.message.EnvelopeHandler.
 
EnvelopeHandler(SOAPHandler) - Constructor for class org.apache.axis.message.EnvelopeHandler
 
eos - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
Field eos
eos - Variable in class org.apache.axis.attachments.MultiPartDimeInputStream
 
eos() - Method in class org.apache.axis.transport.http.ChunkedOutputStream
 
equals(Enum) - Method in class org.apache.axis.enum.Enum
 
equals(Object) - Method in class javax.xml.namespace.QName
Tests this QName for equality with another object.
equals(Object) - Method in class org.apache.axis.attachments.DimeTypeNameFormat
 
equals(Object) - Method in class org.apache.axis.encoding.TypeMappingImpl.Pair
 
equals(Object) - Method in class org.apache.axis.enum.Enum
 
equals(Object) - Method in class org.apache.axis.message.PrefixedQName
 
equals(Object) - Method in class org.apache.axis.transport.jms.Subscription
 
equals(Object) - Method in class org.apache.axis.transport.jms.JMSEndpoint
 
equals(Object) - Method in class org.apache.axis.types.YearMonth
 
equals(Object) - Method in class org.apache.axis.types.Year
 
equals(Object) - Method in class org.apache.axis.types.URI
Determines if the passed-in Object is equivalent to this URI.
equals(Object) - Method in class org.apache.axis.types.UnsignedLong
 
equals(Object) - Method in class org.apache.axis.types.UnsignedInt
 
equals(Object) - Method in class org.apache.axis.types.Time
 
equals(Object) - Method in class org.apache.axis.types.Schema
 
equals(Object) - Method in class org.apache.axis.types.Notation
 
equals(Object) - Method in class org.apache.axis.types.NormalizedString
 
equals(Object) - Method in class org.apache.axis.types.NMTokens
 
equals(Object) - Method in class org.apache.axis.types.MonthDay
 
equals(Object) - Method in class org.apache.axis.types.Month
 
equals(Object) - Method in class org.apache.axis.types.IDRefs
 
equals(Object) - Method in class org.apache.axis.types.HexBinary
 
equals(Object) - Method in class org.apache.axis.types.Duration
This currently does a verbatim check on the object.
equals(Object) - Method in class org.apache.axis.types.Day
 
equals(Object) - Method in class org.apache.axis.utils.IDKey
checks if instances are equal
equals(QName, QName) - Static method in class org.apache.axis.Constants
equals The first QName is the current version of the name.
ERROR_BAD_CHARACTER_IN_HEX_STRING - Static variable in class org.apache.axis.types.HexBinary
 
ERROR_ODD_NUMBER_OF_DIGITS - Static variable in class org.apache.axis.types.HexBinary
 
error(SAXParseException) - Method in class org.apache.axis.utils.XMLUtils.ParserErrorHandler
 
ErrorHandler - class org.apache.axis.handlers.ErrorHandler.
 
ErrorHandler() - Constructor for class org.apache.axis.handlers.ErrorHandler
 
errors - Variable in class org.apache.axis.components.compiler.AbstractCompiler
The input stream to output compilation errors
examineHeaderElements(String) - Method in interface javax.xml.soap.SOAPHeader
Returns a list of all the SOAPHeaderElement objects in this SOAPHeader object that have the the specified actor.
examineHeaderElements(String) - Method in class org.apache.axis.message.SOAPHeader
 
exception - Variable in class org.apache.axis.ime.event.MessageFaultEvent
 
EXCEPTION_CLASS_NAME - Static variable in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
EXCEPTION_DATA_TYPE - Static variable in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
EXCEPTION_LOG_CATEGORY - Static variable in class org.apache.axis.Constants
servlet exceptions.
existsPortWithName(QName) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
checks whether there exists a WSDL port with a given name in the current symbol table
extendType - Variable in class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
 
extensionBase - Variable in class org.apache.axis.wsdl.symbolTable.DefinedType
 
EXTRA_CLASSES_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
extractAttachments(Call) - Method in class org.apache.axis.client.Stub
Extract attachments
extractHeaderElements(String) - Method in interface javax.xml.soap.SOAPHeader
Returns a list of all the SOAPHeaderElement objects in this SOAPHeader object that have the the specified actor and detaches them from this SOAPHeader object.
extractHeaderElements(String) - Method in class org.apache.axis.message.SOAPHeader
 

F

factory - Variable in class org.apache.axis.configuration.DefaultEngineConfigurationFactory
Deprecated.  
FACTORY_CLASS_OPT - Static variable in class org.apache.axis.wsdl.WSDL2Java
 
fatalError(SAXParseException) - Method in class org.apache.axis.utils.XMLUtils.ParserErrorHandler
 
fault - Variable in class org.apache.axis.message.SOAPFault
 
FAULT_MUSTUNDERSTAND - Static variable in class org.apache.axis.Constants
 
FAULT_ON_NO_RESPONSE - Static variable in class org.apache.axis.client.Call
 
FAULT_SERVER_GENERAL - Static variable in class org.apache.axis.Constants
 
FAULT_SERVER_USER - Static variable in class org.apache.axis.Constants
 
FAULT_SOAP12_DATAENCODINGUNKNOWN - Static variable in class org.apache.axis.Constants
 
FAULT_SOAP12_MUSTUNDERSTAND - Static variable in class org.apache.axis.Constants
 
FAULT_SOAP12_RECEIVER - Static variable in class org.apache.axis.Constants
 
FAULT_SOAP12_SENDER - Static variable in class org.apache.axis.Constants
 
FAULT_SOAP12_VERSIONMISMATCH - Static variable in class org.apache.axis.Constants
 
FAULT_SUBCODE_BADARGS - Static variable in class org.apache.axis.Constants
 
FAULT_SUBCODE_PROC_NOT_PRESENT - Static variable in class org.apache.axis.Constants
 
FAULT_VERSIONMISMATCH - Static variable in class org.apache.axis.Constants
 
FaultableHandler - class org.apache.axis.FaultableHandler.
A FaultableHandler is essentially a wrapper for any other Handler which provides flexible fault handling semantics.
FaultableHandler(Handler) - Constructor for class org.apache.axis.FaultableHandler
Constructor
faultActor - Variable in class org.apache.axis.AxisFault
 
faultActor - Variable in class org.apache.axis.message.SOAPFaultBuilder
 
faultClass - Variable in class org.apache.axis.message.SOAPFaultBuilder
 
faultCode - Variable in class org.apache.axis.AxisFault
 
faultCode - Variable in class org.apache.axis.message.SOAPFaultCodeBuilder
 
faultCode - Variable in class org.apache.axis.message.SOAPFaultBuilder
 
faultData - Variable in class org.apache.axis.message.SOAPFaultBuilder
 
FaultDesc - class org.apache.axis.description.FaultDesc.
Holds information about a fault for an operation
FaultDesc() - Constructor for class org.apache.axis.description.FaultDesc
Default constructor
FaultDesc(QName, String, QName, boolean) - Constructor for class org.apache.axis.description.FaultDesc
Full constructor
faultDetails - Variable in class org.apache.axis.AxisFault
 
faultDetails - Variable in class org.apache.axis.message.SOAPFaultBuilder
 
faultHeaders - Variable in class org.apache.axis.AxisFault
SOAP headers which should be serialized with the Fault
FaultInfo - class org.apache.axis.wsdl.symbolTable.FaultInfo.
Fault information object.
FaultInfo(Fault, Use, String, SymbolTable) - Constructor for class org.apache.axis.wsdl.symbolTable.FaultInfo
This constructor creates FaultInfo for a binding fault.
FaultInfo(QName, String, String, String, SymbolTable) - Constructor for class org.apache.axis.wsdl.symbolTable.FaultInfo
 
FaultInfo(SOAPHeaderFault, SymbolTable) - Constructor for class org.apache.axis.wsdl.symbolTable.FaultInfo
This constructor creates FaultInfo for a soap:headerFault.
faultNode - Variable in class org.apache.axis.AxisFault
 
faultNode - Variable in class org.apache.axis.message.SOAPFaultBuilder
 
faults - Variable in class org.apache.axis.wsdl.symbolTable.Parameters
 
faultString - Variable in class org.apache.axis.AxisFault
 
faultString - Variable in class org.apache.axis.message.SOAPFaultBuilder
 
faultSubCode - Variable in class org.apache.axis.AxisFault
SOAP1.2 addition: subcodes of faults; a Vector of QNames
faultSubCode - Variable in class org.apache.axis.message.SOAPFaultBuilder
 
FEATURE - Static variable in class javax.xml.transform.dom.DOMSource
If TransformerFactory.getFeature(java.lang.String) returns true when passed this value as an argument, the Transformer supports Source input of this type.
FEATURE - Static variable in class javax.xml.transform.sax.SAXSource
If TransformerFactory.getFeature(java.lang.String) returns true when passed this value as an argument, the Transformer supports Source input of this type.
FEATURE - Static variable in class javax.xml.transform.stream.StreamSource
If TransformerFactory.getFeature(java.lang.String) returns true when passed this value as an argument, the Transformer supports Source input of this type.
FeatureEnabled - interface org.apache.axis.features.FeatureEnabled.
A "feature" is a collection of behaviors such as reliable delivery, WS-Security support, etc that may be enabled or disabled.
FeatureNotSupportedException - exception org.apache.axis.features.FeatureNotSupportedException.
 
FeatureNotSupportedException(String) - Constructor for class org.apache.axis.features.FeatureNotSupportedException
 
FieldDesc - class org.apache.axis.description.FieldDesc.
FieldDescs are metadata objects which control the mapping of a given Java field to/from XML.
FieldDesc(boolean) - Constructor for class org.apache.axis.description.FieldDesc
Can't construct the base class directly, must construct either an ElementDesc or an AttributeDesc.
FieldPropertyDescriptor - class org.apache.axis.utils.FieldPropertyDescriptor.
 
FieldPropertyDescriptor(String, Field) - Constructor for class org.apache.axis.utils.FieldPropertyDescriptor
Construct a BPD with a field Both must be set
FieldTarget - class org.apache.axis.encoding.FieldTarget.
 
FieldTarget(Object, Field) - Constructor for class org.apache.axis.encoding.FieldTarget
 
FieldTarget(Object, String) - Constructor for class org.apache.axis.encoding.FieldTarget
 
fileExists(String, String, Namespaces) - Static method in class org.apache.axis.wsdl.toJava.Utils
Does the given file already exist in the given namespace?
fileList - Variable in class org.apache.axis.components.compiler.AbstractCompiler
The source program filenames
fileName - Variable in class org.apache.axis.wsdl.toJava.GeneratedFileInfo.Entry
 
FileProvider - class org.apache.axis.configuration.FileProvider.
A simple ConfigurationProvider that uses the Admin class to read + write XML files.
FileProvider(InputStream) - Constructor for class org.apache.axis.configuration.FileProvider
Constructor which takes an input stream directly.
FileProvider(String) - Constructor for class org.apache.axis.configuration.FileProvider
Constructor which accesses a file in the current directory of the engine or at an absolute path.
FileProvider(String, String) - Constructor for class org.apache.axis.configuration.FileProvider
Constructor which accesses a file relative to a specific base path.
fillArguments(List) - Method in class org.apache.axis.components.compiler.AbstractCompiler
Fill the arguments taken by the Java compiler
filter - Static variable in class org.apache.axis.attachments.MimeUtils
Field filter
finalClose() - Method in class org.apache.axis.attachments.DimeDelimitedInputStream
 
finalClose() - Method in class org.apache.axis.attachments.BoundaryDelimitedStream
 
finalize() - Method in class org.apache.axis.attachments.ManagedMemoryDataSource
Method finalize
finalize() - Method in class org.apache.axis.attachments.AttachmentPart
on death, we clean up our file
find(Class) - Static method in class org.apache.axis.utils.cache.JavaClass
Find (or create if necessary) a JavaClass associated with a given class
findAttributeReaders(Class) - Static method in class org.apache.axis.utils.bytecode.ClassReader
 
findClass(String) - Method in class org.apache.axis.wsdl.toJava.GeneratedFileInfo
Lookup an entry by class name
findElement(Vector, String, String) - Method in class org.apache.axis.message.SOAPBody
 
findName(String) - Method in class org.apache.axis.wsdl.toJava.GeneratedFileInfo
Lookup an entry by file name
findNode(Node, QName) - Static method in class org.apache.axis.utils.XMLUtils
Find a Node with a given QName
findType(String) - Method in class org.apache.axis.wsdl.toJava.GeneratedFileInfo
Lookup an entry by type.
firstCall() - Method in class org.apache.axis.client.Stub
Is this the first time the type mappings are being registered?
FirstComeFirstServeDispatchPolicy - class org.apache.axis.ime.internal.FirstComeFirstServeDispatchPolicy.
 
FirstComeFirstServeDispatchPolicy(KeyedBuffer, KeyedBuffer) - Constructor for class org.apache.axis.ime.internal.FirstComeFirstServeDispatchPolicy
 
FloatHolder - class javax.xml.rpc.holders.FloatHolder.
Class FloatHolder
FloatHolder() - Constructor for class javax.xml.rpc.holders.FloatHolder
Constructor FloatHolder
FloatHolder(float) - Constructor for class javax.xml.rpc.holders.FloatHolder
Constructor FloatHolder
floatValue() - Method in class org.apache.axis.types.UnsignedLong
 
floatValue() - Method in class org.apache.axis.types.UnsignedInt
 
FloatWrapperHolder - class javax.xml.rpc.holders.FloatWrapperHolder.
Class FloatWrapperHolder
FloatWrapperHolder() - Constructor for class javax.xml.rpc.holders.FloatWrapperHolder
Constructor FloatWrapperHolder
FloatWrapperHolder(Float) - Constructor for class javax.xml.rpc.holders.FloatWrapperHolder
Constructor FloatWrapperHolder
flushToDisk() - Method in class org.apache.axis.attachments.ManagedMemoryDataSource
Routine to flush data to disk if is in memory.
forName(String) - Static method in class org.apache.axis.utils.ClassUtils
Use this method instead of Class.forName
forName(String, boolean, ClassLoader) - Static method in class org.apache.axis.utils.ClassUtils
Use this method instead of Class.forName (String className, boolean init, ClassLoader loader)
FROM_ADDRESS - Static variable in class org.apache.axis.transport.mail.MailConstants
 

G

generate() - Method in class org.apache.axis.wsdl.gen.NoopGenerator
Do a whole lot of nothing.
generate() - Method in interface org.apache.axis.wsdl.gen.Generator
Generate something.
generate() - Method in class org.apache.axis.wsdl.toJava.JavaWriter
Generate a file.
generate() - Method in class org.apache.axis.wsdl.toJava.JavaUndeployWriter
Generate undeploy.wsdd.
generate() - Method in class org.apache.axis.wsdl.toJava.JavaTypeWriter
Write all the service bindnigs: service and testcase.
generate() - Method in class org.apache.axis.wsdl.toJava.JavaServiceWriter
Write all the service bindnigs: service and testcase.
generate() - Method in class org.apache.axis.wsdl.toJava.JavaInterfaceWriter
Override generate method to prevent duplicate interfaces because of two bindings referencing the same portType
generate() - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory.Writers
 
generate() - Method in class org.apache.axis.wsdl.toJava.JavaDeployWriter
Generate deploy.wsdd.
generate() - Method in class org.apache.axis.wsdl.toJava.JavaDefinitionWriter
Write other items from the definition as needed.
generate() - Method in class org.apache.axis.wsdl.toJava.JavaBindingWriter
Write all the binding bindings: stub, skeleton, and impl.
generateAll(boolean) - Method in class org.apache.axis.wsdl.toJava.Emitter
Deprecated. Use setAllWanted(all)
GeneratedFileInfo - class org.apache.axis.wsdl.toJava.GeneratedFileInfo.
File info available after emit to describe what exactly was created by the Emitter.
GeneratedFileInfo.Entry - class org.apache.axis.wsdl.toJava.GeneratedFileInfo.Entry.
Structure to hold entries.
GeneratedFileInfo.Entry(String, String, String) - Constructor for class org.apache.axis.wsdl.toJava.GeneratedFileInfo.Entry
 
GeneratedFileInfo() - Constructor for class org.apache.axis.wsdl.toJava.GeneratedFileInfo
Construct an empty file info list.
generateImports(boolean) - Method in class org.apache.axis.wsdl.toJava.Emitter
Deprecated. Use setImports(generateImports)
generateServerSide(boolean) - Method in class org.apache.axis.wsdl.toJava.Emitter
Deprecated. Use setServerSide(value)
generateSession() - Static method in class org.apache.axis.utils.SessionUtils
Generate and return a new session identifier.
generateSessionId() - Static method in class org.apache.axis.utils.SessionUtils
Generate and return a new session identifier.
generateTestCase(boolean) - Method in class org.apache.axis.wsdl.toJava.Emitter
Deprecated. Use setTestCaseWanted()
generateWSDL(MessageContext) - Method in class org.apache.axis.SimpleChain
Iterate over the chain letting each handler have a crack at contributing to a WSDL description.
generateWSDL(MessageContext) - Method in interface org.apache.axis.Handler
Obtain WSDL information.
generateWSDL(MessageContext) - Method in class org.apache.axis.handlers.JWSHandler
 
generateWSDL(MessageContext) - Method in class org.apache.axis.handlers.EchoHandler
 
generateWSDL(MessageContext) - Method in class org.apache.axis.handlers.BasicHandler
 
generateWSDL(MessageContext) - Method in class org.apache.axis.handlers.http.URLMapper
 
generateWSDL(MessageContext) - Method in class org.apache.axis.handlers.soap.SOAPService
Generate WSDL.
generateWSDL(MessageContext) - Method in class org.apache.axis.providers.BasicProvider
Generate the WSDL for this service.
generateWSDL(MessageContext) - Method in class org.apache.axis.providers.java.JavaProvider
Generate the WSDL for this service.
generateWSDL(MessageContext) - Method in class org.apache.axis.server.AxisServer
 
Generator - interface org.apache.axis.wsdl.gen.Generator.
This is the interface for all writers.
GeneratorFactory - interface org.apache.axis.wsdl.gen.GeneratorFactory.
Generator and Generatoractory are part of the generator framework.
generatorPass(Definition, SymbolTable) - Method in class org.apache.axis.wsdl.gen.NoopFactory
 
generatorPass(Definition, SymbolTable) - Method in interface org.apache.axis.wsdl.gen.GeneratorFactory
Allow the Generator extension to make a pass through the symbol table doing any pre-generation logic, like creating the Java names for each object and constructing signature strings.
generatorPass(Definition, SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
Do the Wsdl2java generator pass: - resolve name clashes - construct signatures
GenericHandler - class javax.xml.rpc.handler.GenericHandler.
The javax.xml.rpc.handler.GenericHandler class implements the Handler interface.
GenericHandler() - Constructor for class javax.xml.rpc.handler.GenericHandler
Default constructor
genQNameAttributeString(QName, String) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
Generate an XML prefixed attribute value with a corresponding xmlns declaration for the prefix.
get_any() - Method in class org.apache.axis.types.Schema
 
get() - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer
 
get() - Method in interface org.apache.axis.ime.internal.util.KeyedBuffer
Select and remove the next object in the buffer (does not wait for a message to be put into the buffer)
get(MessageExchangeCorrelator) - Method in class org.apache.axis.ime.internal.NonPersistentMessageExchangeCorrelatorService
 
get(MessageExchangeCorrelator) - Method in interface org.apache.axis.ime.internal.MessageExchangeCorrelatorService
 
get(Object) - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer
 
get(Object) - Method in interface org.apache.axis.ime.internal.util.KeyedBuffer
Select and remove the specified object in the buffer (does not wait for a message to be put into the buffer)
get(Object) - Method in class org.apache.axis.utils.LockableHashtable
Get an entry from this hashtable, and if we don't find anything, defer to our parent, if any.
get(Object) - Method in class org.apache.axis.utils.IdentityHashMap
 
get(Object) - Method in class org.apache.axis.utils.FieldPropertyDescriptor
Get the property value
get(Object) - Method in class org.apache.axis.utils.BeanPropertyDescriptor
Get the property value
get(Object, int) - Method in class org.apache.axis.utils.FieldPropertyDescriptor
Get an indexed property
get(Object, int) - Method in class org.apache.axis.utils.BeanPropertyDescriptor
Get an indexed property
get(QName, Class) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the entry with the given QName of the given class.
get(String) - Method in class org.apache.axis.session.SimpleSession
Get a property from the session
get(String) - Method in interface org.apache.axis.session.Session
Get a property from the session
get(String) - Method in class org.apache.axis.transport.http.AxisHttpSession
Get a property from the session
getAcceptedIssuers() - Method in class org.apache.axis.components.net.IBMFakeTrustSocketFactory.FakeX509TrustManager
Method getAcceptedIssuers
getAcceptedIssuers() - Method in class org.apache.axis.components.net.SunFakeTrustSocketFactory.FakeX509TrustManager
Method getAcceptedIssuers
getActivationDataHandler() - Method in class org.apache.axis.attachments.AttachmentPart
Method getActivationDataHandler
getActivationDataHandler(Part) - Static method in class org.apache.axis.attachments.AttachmentUtils
Obtain the DataHandler from the part.
getActor() - Method in interface javax.xml.soap.SOAPHeaderElement
Returns the uri of the actor associated with this SOAPHeaderElement object.
getActor() - Method in class org.apache.axis.message.SOAPHeaderElement
 
getActors() - Method in class org.apache.axis.handlers.soap.SOAPService
Get the merged actor list for this service, including engine-wide actor URIs.
getActorURIs() - Method in class org.apache.axis.AxisEngine
 
getAddressFromPort(Port) - Static method in class org.apache.axis.utils.WSDLUtils
Return the endpoint address from a tag
getAllAttributes() - Method in interface javax.xml.soap.SOAPElement
Returns an iterator over all of the attribute names in this SOAPElement object.
getAllAttributes() - Method in class org.apache.axis.message.MessageElement
 
getAllClasses() - Method in class org.apache.axis.encoding.TypeMappingImpl
Returns an array of all the classes contained within this mapping
getAllClasses() - Method in interface org.apache.axis.encoding.TypeMapping
Returns an array of all the classes contained within this mapping
getAllHeaders() - Method in class javax.xml.soap.MimeHeaders
Returns all the headers in this MimeHeaders object.
getAllInParams() - Method in class org.apache.axis.description.OperationDesc
Return a list of ALL "in" params (including INOUTs) Note: if we were sure the order went IN->INOUT->OUT, we could optimize this.
getAllMimeHeaders() - Method in class javax.xml.soap.SOAPPart
Retrieves all the headers for this SOAPPart object as an iterator over the MimeHeader objects.
getAllMimeHeaders() - Method in class javax.xml.soap.AttachmentPart
Retrieves all the headers for this AttachmentPart object as an iterator over the MimeHeader objects.
getAllMimeHeaders() - Method in class org.apache.axis.SOAPPart
Retrieves all the headers for this SOAPPart object as an iterator over the MimeHeader objects.
getAllMimeHeaders() - Method in class org.apache.axis.attachments.AttachmentPart
Retrieves all the headers for this AttachmentPart object as an iterator over the MimeHeader objects.
getAllOutParams() - Method in class org.apache.axis.description.OperationDesc
Return a list of ALL "out" params (including INOUTs) Note: if we were sure the order went IN->INOUT->OUT, we could optimize this.
getAllowedMethods() - Method in class org.apache.axis.AxisServiceConfigImpl
Get the allowed method names.
getAllowedMethods() - Method in interface org.apache.axis.AxisServiceConfig
Get the allowed method names.
getAllowedMethods() - Method in class org.apache.axis.description.ServiceDesc
 
getAllowedMethods() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Returns a vector of methods to export
getAnyContentDescriptor() - Method in class org.apache.axis.description.TypeDesc
 
getAnyContentPD(Class) - Static method in class org.apache.axis.utils.BeanUtils
 
getAnyDesc() - Method in class org.apache.axis.description.TypeDesc
 
getAnyElement() - Method in class org.apache.axis.wsdl.symbolTable.ElementDecl
 
getAnyPropertyDesc() - Method in class org.apache.axis.encoding.ser.BeanDeserializer
Get a BeanPropertyDescriptor which indicates where we should put extensibility elements (i.e.
getApplicationSession() - Method in class org.apache.axis.AxisEngine
accessor only, for application session (could call it "engine session" instead, but named with reference to Apache SOAP's notion of "application scope")
getArgument() - Method in class org.apache.axis.utils.CLOption
Retrieve argument to option if it takes arguments.
getArgument(int) - Method in class org.apache.axis.utils.CLOption
Retrieve indexed argument to option if it takes arguments.
getArgumentById(int) - Method in class org.apache.axis.utils.CLArgsParser
Retrieve the CLOption with specified id, or null if no command line option is found.
getArgumentByName(String) - Method in class org.apache.axis.utils.CLArgsParser
Retrieve the CLOption with specified name, or null if no command line option is found.
getArgumentCount() - Method in class org.apache.axis.utils.CLOption
Get number of arguments.
getArguments() - Method in class org.apache.axis.utils.CLArgsParser
Retrieve a list of options that were parsed from command list.
getArrayComponentQName(Node, IntHolder) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
If the specified node represents an array encoding of one of the following forms, then return the qname repesenting the element type of the array.
getAsBytes() - Method in class org.apache.axis.SOAPPart
Get the contents of this Part (not the headers!), as a byte array.
getAsCalendar() - Method in class org.apache.axis.types.Time
 
getAsDir(String) - Method in class org.apache.axis.wsdl.toJava.Namespaces
Get the package name in directory format (dots replaced by slashes).
getAsDocument() - Method in class org.apache.axis.message.MessageElement
 
getAsDOM() - Method in class org.apache.axis.message.MessageElement
 
getAsSOAPEnvelope() - Method in class org.apache.axis.SOAPPart
Get the contents of this Part (not the MIME headers!), as a SOAPEnvelope.
getAsString() - Method in class org.apache.axis.SOAPPart
Get the contents of this Part (not the headers!), as a String.
getAttachment(int) - Method in interface org.apache.axis.message.MessageWithAttachments
 
getAttachment(String) - Method in interface org.apache.axis.message.MessageWithAttachments
 
getAttachmentByReference(String) - Method in class org.apache.axis.attachments.AttachmentsImpl
This method should look at a refernce and determine if it is a CID: or url to look for attachment.
getAttachmentByReference(String) - Method in interface org.apache.axis.attachments.Attachments
This method should look at a refernce and determine if it is a CID: or url to look for attachment.
getAttachmentByReference(String[]) - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
Method getAttachmentByReference
getAttachmentByReference(String[]) - Method in class org.apache.axis.attachments.MultiPartInputStream
 
getAttachmentByReference(String[]) - Method in class org.apache.axis.attachments.MultiPartDimeInputStream
 
getAttachmentCount() - Method in class org.apache.axis.attachments.AttachmentsImpl
This is the number of attachments.
getAttachmentCount() - Method in interface org.apache.axis.attachments.Attachments
This is the number of attachments.
getAttachmentFile() - Method in class org.apache.axis.attachments.AttachmentPart
get the filename of this attachment
getAttachmentImplClassName() - Static method in class org.apache.axis.Message
Returns name of the class prividing Attachment Implementation
getAttachments() - Method in class javax.xml.soap.SOAPMessage
Retrieves all the AttachmentPart objects that are part of this SOAPMessage object.
getAttachments() - Method in class org.apache.axis.Message
Retrieves all the AttachmentPart objects that are part of this SOAPMessage object.
getAttachments() - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
Method getAttachments
getAttachments() - Method in class org.apache.axis.attachments.MultiPartInputStream
 
getAttachments() - Method in class org.apache.axis.attachments.MultiPartDimeInputStream
 
getAttachments() - Method in class org.apache.axis.attachments.AttachmentsImpl
This method will return all attachments as a collection.
getAttachments() - Method in interface org.apache.axis.attachments.Attachments
This method will return all attachments as a collection.
getAttachments() - Method in class org.apache.axis.client.Stub
Get the array of attachments
getAttachments() - Method in interface org.apache.axis.message.MessageWithAttachments
 
getAttachments(MimeHeaders) - Method in class javax.xml.soap.SOAPMessage
Retrieves all the AttachmentPart objects that have header entries that match the specified headers.
getAttachments(MimeHeaders) - Method in class org.apache.axis.Message
Retrieves all the AttachmentPart objects that have header entries that match the specified headers.
getAttachments(MimeHeaders) - Method in class org.apache.axis.attachments.AttachmentsImpl
Retrieves all the AttachmentPart objects that have header entries that match the specified headers.
getAttachments(MimeHeaders) - Method in interface org.apache.axis.attachments.Attachments
Retrieves all the AttachmentPart objects that have header entries that match the specified headers.
getAttachmentsImpl() - Method in class org.apache.axis.Message
Get the Attachments of this Message.
getAttrHref() - Method in interface org.apache.axis.soap.SOAPConstants
Obtain the href attribute name
getAttrHref() - Method in class org.apache.axis.soap.SOAP12Constants
Obtain the ref attribute name
getAttrHref() - Method in class org.apache.axis.soap.SOAP11Constants
Obtain the ref attribute name
getAttribute(Node, String) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
Given a node, return the value of the given attribute.
getAttributeAnonQName(Node) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
Returns the WSDL2Java QName for the anonymous type of the attribute or null.
getAttributeNameForField(String) - Method in class org.apache.axis.description.TypeDesc
Get the QName associated with this field, but only if it's marked as an attribute.
getAttributes() - Method in class org.apache.axis.message.MessageElement
 
getAttributesWithLocalName(Node, String) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
Given a node, return the attributes that have the specified local name.
getAttributeValue(Name) - Method in interface javax.xml.soap.SOAPElement
Returns the value of the attribute with the specified name.
getAttributeValue(Name) - Method in class org.apache.axis.message.MessageElement
 
getAttributeValue(String) - Method in class org.apache.axis.message.MessageElement
 
getAttrItemType() - Method in interface org.apache.axis.soap.SOAPConstants
Obtain the item type name of an array
getAttrItemType() - Method in class org.apache.axis.soap.SOAP12Constants
Obtain the item type name of an array
getAttrItemType() - Method in class org.apache.axis.soap.SOAP11Constants
Obtain the item type name of an array
getAxisClient() - Method in class org.apache.axis.client.Service
 
getAxisEngine() - Method in class org.apache.axis.MessageContext
get the axis engine.
getAxisServer() - Static method in class org.apache.axis.transport.http.SimpleAxisServer
 
getAxisServer() - Static method in class org.apache.axis.transport.jms.SimpleJMSListener
 
getAxisServer() - Static method in class org.apache.axis.transport.mail.MailServer
 
getBaseName(QName) - Method in class org.apache.axis.wsdl.symbolTable.BaseTypeMapping
If the qname is registered in the target language, return the name of the registered type.
getBaseType() - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
Returns the Base Type Name.
getBaseTypeMapping() - Method in class org.apache.axis.wsdl.gen.NoopFactory
 
getBaseTypeMapping() - Method in interface org.apache.axis.wsdl.gen.GeneratorFactory
 
getBaseTypeMapping() - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
getBeanAttributes(Class, TypeDesc) - Static method in class org.apache.axis.utils.BeanUtils
Return a list of properties in the bean which should be attributes
getBeanHelperWriter(Emitter, TypeEntry, Vector, TypeEntry, Vector) - Method in class org.apache.axis.wsdl.toJava.JavaTypeWriter
getHelperWriter
getBeanWriter(Emitter, TypeEntry, Vector, TypeEntry, Vector) - Method in class org.apache.axis.wsdl.toJava.JavaTypeWriter
getBeanWriter
getBinding() - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get this entry's WSDL4J Binding object.
getBindingEntry(QName) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the BindingEntry with the given QName.
getBindingName() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Returns the String representation of the binding name
getBindingStyle() - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get this entry's binding style.
getBindingType() - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get this entry's binding type.
getBody() - Method in interface javax.xml.soap.SOAPEnvelope
Returns the SOAPBody object associated with this SOAPEnvelope object.
getBody() - Method in class org.apache.axis.message.SOAPEnvelope
Get the soap body
getBodyByName(String, String) - Method in class org.apache.axis.message.SOAPEnvelope
Get a body element given its name
getBodyElements() - Method in class org.apache.axis.message.SOAPEnvelope
Get all the BodyElement's in the soap body
getBodyQName() - Method in interface org.apache.axis.soap.SOAPConstants
Obtain the QName for the Body element
getBodyQName() - Method in class org.apache.axis.soap.SOAP12Constants
 
getBodyQName() - Method in class org.apache.axis.soap.SOAP11Constants
 
getBundle(String, Class, String, Locale) - Static method in class org.apache.axis.i18n.ProjectResourceBundle
Construct a new ProjectResourceBundle
getBundle(String, Class, String, Locale, ResourceBundle) - Static method in class org.apache.axis.i18n.ProjectResourceBundle
Construct a new ProjectResourceBundle
getBundle(String, String, String) - Static method in class org.apache.axis.i18n.ProjectResourceBundle
Construct a new ProjectResourceBundle
getBundle(String, String, String, Locale, ClassLoader) - Static method in class org.apache.axis.i18n.ProjectResourceBundle
Construct a new ProjectResourceBundle
getBundle(String, String, String, Locale, ClassLoader, ResourceBundle) - Static method in class org.apache.axis.i18n.ProjectResourceBundle
Construct a new ProjectResourceBundle
getBytes() - Method in class org.apache.axis.attachments.OctetStream
 
getBytes() - Method in class org.apache.axis.types.HexBinary
 
getBytes(Class) - Static method in class org.apache.axis.utils.bytecode.ClassReader
load the bytecode for a given class, by using the class's defining classloader and assuming that for a class named P.C, the bytecodes are in a resource named /P/C.class.
getCachedContext() - Method in class org.apache.axis.providers.java.EJBProvider
 
getCacheWSDL() - Method in class org.apache.axis.client.Service
Tells whether or not we're caching WSDL
getCall() - Method in class org.apache.axis.client.Service
 
getCall() - Method in class org.apache.axis.client.AxisClientProxy
Returns the current call
getCall() - Method in class org.apache.axis.client.AdminClient
External access to our Call object
getCalls(QName) - Method in interface javax.xml.rpc.Service
Gets an array of preconfigured Call objects for invoking operations on the specified port.
getCalls(QName) - Method in class org.apache.axis.client.Service
Gets an array of preconfigured Call objects for invoking operations on the specified port.
getCause() - Method in class javax.xml.soap.SOAPException
Returns the Throwable object embedded in this SOAPException if there is one.
getChildCharacterData(Element) - Static method in class org.apache.axis.utils.XMLUtils
Concat all the text and cdata node children of this elem and return the resulting text.
getChildElement(Element, String) - Method in class org.apache.axis.deployment.wsdd.WSDDElement
 
getChildElements() - Method in interface javax.xml.soap.SOAPElement
Returns an iterator over all the immediate content of this element.
getChildElements() - Method in class org.apache.axis.message.SOAPHeader
 
getChildElements() - Method in class org.apache.axis.message.SOAPBody
 
getChildElements() - Method in class org.apache.axis.message.MessageElement
 
getChildElements(Element, String) - Method in class org.apache.axis.deployment.wsdd.WSDDElement
 
getChildElements(Name) - Method in interface javax.xml.soap.SOAPElement
Returns an iterator over all the child elements with the specified name.
getChildElements(Name) - Method in class org.apache.axis.message.SOAPHeader
 
getChildElements(Name) - Method in class org.apache.axis.message.SOAPBody
 
getChildElements(Name) - Method in class org.apache.axis.message.MessageElement
 
getChildren() - Method in class org.apache.axis.message.MessageElement
 
getChunked() - Method in class org.apache.axis.transport.http.ChunkedInputStream
 
getClassCache() - Method in class org.apache.axis.AxisEngine
 
getClassForQName(QName) - Method in class org.apache.axis.encoding.TypeMappingImpl
Gets the Class mapped to QName.
getClassForQName(QName) - Method in interface org.apache.axis.encoding.TypeMapping
Gets the Class mapped to QName.
getClassLoader() - Method in class org.apache.axis.MessageContext
get the classloader, implicitly binding to the thread context classloader if an override has not been supplied
getClassLoader(String) - Static method in class org.apache.axis.utils.ClassUtils
Obtain the ClassLoader (if any) associated with the given className.
getClassModifiers() - Method in class org.apache.axis.wsdl.toJava.JavaHolderWriter
Return "public final ".
getClassModifiers() - Method in class org.apache.axis.wsdl.toJava.JavaClassWriter
Return "public ".
getClassModifiers() - Method in class org.apache.axis.wsdl.toJava.JavaBeanWriter
Returns the appropriate extends text
getClassName() - Method in class org.apache.axis.description.FaultDesc
 
getClassName() - Method in class org.apache.axis.wsdl.toJava.JavaClassWriter
Returns the class name.
getClassNames() - Method in class org.apache.axis.wsdl.toJava.GeneratedFileInfo
Get the list of generated classes
getClassText() - Method in class org.apache.axis.wsdl.toJava.JavaServiceIfaceWriter
Returns "interface ".
getClassText() - Method in class org.apache.axis.wsdl.toJava.JavaInterfaceWriter
Returns "interface ".
getClassText() - Method in class org.apache.axis.wsdl.toJava.JavaClassWriter
Return "class ".
getClientEngine() - Method in class org.apache.axis.AxisEngine
Client engine access An AxisEngine may define another specific AxisEngine to be used by newly created Clients.
getClientEngine() - Method in class org.apache.axis.client.AxisClient
this *is* the client engine!
getClientEngine() - Method in class org.apache.axis.server.AxisServer
Get this server's client engine.
getClientEngineConfig() - Method in interface org.apache.axis.EngineConfigurationFactory
Get a default client engine configuration.
getClientEngineConfig() - Method in class org.apache.axis.configuration.EngineConfigurationFactoryDefault
Get a default client engine configuration.
getClientEngineConfig() - Method in class org.apache.axis.configuration.DefaultEngineConfigurationFactory
Deprecated. Get a default client engine configuration.
getCls() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Returns the Class to export
getCollectionComponentQName(Node) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
If the specified node represents an element that references a collection then return the qname repesenting the component of the collection.
getCompiler() - Static method in class org.apache.axis.components.compiler.CompilerFactory
 
getCompleteAttributes() - Method in class org.apache.axis.message.MessageElement
Obtain an Attributes collection consisting of all attributes for this MessageElement, including namespace declarations.
getComplexElementExtensionBase(Node, SymbolTable) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
If the specified node represents a supported JAX-RPC complexType/element which extends another complexType.
getComplexTypeExtensionBase(SymbolTable) - Method in class org.apache.axis.wsdl.symbolTable.DefinedType
Get a TypeEntry for the base type of this type, if one exists.
getConfig() - Method in class org.apache.axis.AxisEngine
 
getConnector() - Method in class org.apache.axis.transport.jms.SimpleJMSListener
 
getConstructorForParam(Parameter, SymbolTable, BooleanHolder) - Static method in class org.apache.axis.wsdl.toJava.Utils
Return a constructor for the provided Parameter This string will be suitable for assignment:
getContainedAttributeTypes(Node, SymbolTable) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
Return the attribute names and types if any in the node The even indices are the element types (TypeEntry) and the odd indices are the corresponding names (Strings).
getContainedElementDeclarations(Node, SymbolTable) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
If the specified node represents a supported JAX-RPC complexType or simpleType, a Vector is returned which contains ElementDecls for the child element names.
getContainedException() - Method in class org.apache.axis.ConfigurationException
get any contained exception
getContent() - Method in class javax.xml.soap.SOAPPart
Returns the content of the SOAPEnvelope as a JAXP Source object.
getContent() - Method in class javax.xml.soap.AttachmentPart
Gets the content of this AttachmentPart object as a Java object.
getContent() - Method in class org.apache.axis.SOAPPart
Returns the content of the SOAPEnvelope as a JAXP Source object.
getContent() - Method in class org.apache.axis.attachments.AttachmentPart
Gets the content of this AttachmentPart object as a Java object.
getContentDescription() - Method in class javax.xml.soap.SOAPMessage
Retrieves a description of this SOAPMessage object's content.
getContentDescription() - Method in class org.apache.axis.Message
Retrieves a description of this SOAPMessage object's content.
getContentId() - Method in class javax.xml.soap.SOAPPart
Retrieves the value of the MIME header whose name is "Content-Id".
getContentId() - Method in class javax.xml.soap.AttachmentPart
Gets the value of the MIME header whose name is "Content-Id".
getContentId() - Method in class org.apache.axis.SOAPPart
Content ID.
getContentId() - Method in interface org.apache.axis.Part
Content ID.
getContentId() - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
Return the content id of the stream
getContentId() - Method in class org.apache.axis.attachments.MultiPartInputStream
Return the content id of the stream
getContentId() - Method in class org.apache.axis.attachments.MultiPartDimeInputStream
Return the content id of the stream
getContentId() - Method in class org.apache.axis.attachments.DimeDelimitedInputStream
Get the id for this stream part.
getContentId() - Method in class org.apache.axis.attachments.AttachmentPart
Content ID.
getContentIdRef() - Method in class org.apache.axis.SOAPPart
Content ID.
getContentIdRef() - Method in interface org.apache.axis.Part
Content ID.
getContentIdRef() - Method in class org.apache.axis.attachments.AttachmentPart
Content ID.
getContentLength() - Method in class org.apache.axis.SOAPPart
Get the content length for this SOAPPart.
getContentLength() - Method in class org.apache.axis.Message
 
getContentLength() - Method in class org.apache.axis.attachments.AttachmentsImpl
Get the content length of the stream.
getContentLength() - Method in interface org.apache.axis.attachments.Attachments
Get the content length of the stream.
getContentLength(MimeBodyPart) - Static method in class org.apache.axis.attachments.MimeUtils
Determine the length for the individual part.
getContentLength(Multipart) - Static method in class org.apache.axis.attachments.MimeUtils
Determine as efficiently as possible the content length for attachments in a mail Multipart.
getContentLocation() - Method in class javax.xml.soap.SOAPPart
Retrieves the value of the MIME header whose name is "Content-Location".
getContentLocation() - Method in class javax.xml.soap.AttachmentPart
Gets the value of the MIME header "Content-Location".
getContentLocation() - Method in class org.apache.axis.SOAPPart
Content location.
getContentLocation() - Method in interface org.apache.axis.Part
Content location.
getContentLocation() - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
Return the content location.
getContentLocation() - Method in class org.apache.axis.attachments.MultiPartInputStream
Return the content location.
getContentLocation() - Method in class org.apache.axis.attachments.MultiPartDimeInputStream
Return the content location.
getContentLocation() - Method in class org.apache.axis.attachments.AttachmentPart
Content location.
getContentType() - Method in class javax.xml.soap.AttachmentPart
Gets the value of the MIME header "Content-Type".
getContentType() - Method in class org.apache.axis.SOAPPart
Content type is always "text/xml" for SOAPParts.
getContentType() - Method in interface org.apache.axis.Part
Content type.
getContentType() - Method in class org.apache.axis.attachments.SourceDataSource
 
getContentType() - Method in class org.apache.axis.attachments.PlainTextDataSource
 
getContentType() - Method in class org.apache.axis.attachments.OctetStreamDataSource
 
getContentType() - Method in class org.apache.axis.attachments.MimeMultipartDataSource
 
getContentType() - Method in class org.apache.axis.attachments.ManagedMemoryDataSource
This method returns the MIME type of the data in the form of a string.
getContentType() - Method in class org.apache.axis.attachments.ImageDataSource
 
getContentType() - Method in class org.apache.axis.attachments.AttachmentsImpl
Gets the content type for the whole stream.
getContentType() - Method in interface org.apache.axis.attachments.Attachments
Write the content to the stream.
getContentType() - Method in class org.apache.axis.attachments.AttachmentPart
getContentType
getContentType() - Method in interface org.apache.axis.soap.SOAPConstants
Obtain the MIME content type
getContentType() - Method in class org.apache.axis.soap.SOAP12Constants
Obtain the MIME content type
getContentType() - Method in class org.apache.axis.soap.SOAP11Constants
Obtain the MIME content type
getContentType(MimeMultipart) - Static method in class org.apache.axis.attachments.MimeUtils
This routine will get the content type.
getContentType(SOAPConstants) - Method in class org.apache.axis.Message
 
getContext() - Method in class org.apache.axis.components.net.IBMJSSESocketFactory
gets a SSL Context
getContext() - Method in class org.apache.axis.components.net.IBMFakeTrustSocketFactory
Method getContext
getContext() - Method in class org.apache.axis.components.net.SunJSSESocketFactory
gets a SSL Context
getContext() - Method in class org.apache.axis.components.net.SunFakeTrustSocketFactory
Method getContext
getContext(Properties) - Method in class org.apache.axis.providers.java.EJBProvider
 
getConvertedValue(Class) - Method in class org.apache.axis.encoding.ser.ArrayDeserializer.ArrayListExtension
Get previously converted value
getConvertedValue(Class) - Method in interface org.apache.axis.utils.JavaUtils.ConvertCache
 
getCreate(String) - Method in class org.apache.axis.wsdl.fromJava.Namespaces
Get the namespaace for the given package If there is no entry in the HashMap for this namespace, create one.
getCreate(String) - Method in class org.apache.axis.wsdl.toJava.Namespaces
Get the package name for the given namespace.
getCreate(String, String) - Method in class org.apache.axis.wsdl.fromJava.Namespaces
Get the namespaace for the given package If there is no entry in the HashMap for this namespace, create one.
getCreatePrefix(String) - Method in class org.apache.axis.wsdl.fromJava.Namespaces
Get the prefix for the given namespace.
getCurElement() - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get current MessageElement
getCurElement() - Method in interface org.apache.axis.encoding.DeserializationContext
Get current MessageElement
getCurrentContext() - Static method in class org.apache.axis.MessageContext
Get the active message context.
getCurrentDefinition() - Method in class org.apache.axis.wsdl.gen.Parser
Return the current definition.
getCurrentMessage() - Method in class org.apache.axis.SOAPPart
Get the current message, in whatever form it happens to be right now.
getCurrentMessage() - Method in class org.apache.axis.MessageContext
Return the current (i.e.
getCurrentMessage() - Method in class org.apache.axis.encoding.SerializationContextImpl
Return the current message
getCurrentMessage() - Method in interface org.apache.axis.encoding.SerializationContext
Get the current message.
getCurrentMessageContext() - Static method in class org.apache.axis.AxisEngine
Get the active message context.
getCurrentNSMappings() - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get the Namespace Mappings.
getCurrentNSMappings() - Method in interface org.apache.axis.encoding.DeserializationContext
Get the Namespace Mappings.
getCurrentRecordPos() - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get the current position in the record.
getCurrentRecordPos() - Method in interface org.apache.axis.encoding.DeserializationContext
Get the current position in the record.
getCurrentXMLType() - Method in class org.apache.axis.encoding.SerializationContextImpl
Get the currently prefered xmlType
getCurrentXMLType() - Method in interface org.apache.axis.encoding.SerializationContext
Get the currently prefered xmlType `* @return QName of xmlType or null
getDataHandler() - Method in class javax.xml.soap.AttachmentPart
Gets the DataHandler object for this AttachmentPart object.
getDataHandler() - Method in class org.apache.axis.attachments.AttachmentPart
Gets the DataHandler object for this AttachmentPart object.
getDataSize() - Method in class org.apache.axis.attachments.DimeBodyPart
 
getDataSize(DataHandler) - Method in class org.apache.axis.attachments.DimeBodyPart
 
getDay() - Method in class org.apache.axis.types.MonthDay
 
getDay() - Method in class org.apache.axis.types.Day
 
getDays() - Method in class org.apache.axis.types.Duration
 
getDebug() - Method in class org.apache.axis.wsdl.toJava.Emitter
Deprecated. Use isDebug()
getDefault() - Static method in class org.apache.axis.enum.Use
 
getDefault() - Static method in class org.apache.axis.enum.Style
 
getDefault() - Static method in class org.apache.axis.enum.Scope
 
getDefault() - Method in class org.apache.axis.enum.Enum.Type
 
getDefaultJWSClassDir() - Method in class org.apache.axis.transport.http.AxisServlet
Provided to allow overload of default JWSClassDir by derived class.
getDefaultNamespace() - Method in class org.apache.axis.description.ServiceDesc
 
getDefaultType() - Method in class org.apache.axis.encoding.DeserializerImpl
 
getDefaultType() - Method in interface org.apache.axis.encoding.Deserializer
 
getDefaultTypeMapping() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Gets the registered default TypeMapping instance.
getDefaultTypeMapping() - Method in class org.apache.axis.encoding.TypeMappingRegistryImpl
Return the default TypeMapping
getDefaultTypeMapping() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Returns the default TypeMapping used by the service
getDefinition() - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the Definition.
getDelegate() - Method in class org.apache.axis.encoding.TypeMappingImpl
getDelegate gets the new Delegate TypeMapping
getDelegate() - Method in interface org.apache.axis.encoding.TypeMapping
getDelegate gets the new Delegate TypeMapping
getDeployedServices() - Method in interface org.apache.axis.EngineConfiguration
Get an enumeration of the services deployed to this engine, these are represented as ServiceDesc objects
getDeployedServices() - Method in class org.apache.axis.configuration.SimpleProvider
Get an enumeration of the services deployed to this engine
getDeployedServices() - Method in class org.apache.axis.configuration.NullProvider
Get an enumeration of the services deployed to this engine
getDeployedServices() - Method in class org.apache.axis.configuration.FileProvider
Get an enumeration of the services deployed to this engine
getDeployedServices() - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
Get an enumeration of the services deployed to this engine
getDeployment() - Method in interface org.apache.axis.WSDDEngineConfiguration
 
getDeployment() - Method in class org.apache.axis.configuration.FileProvider
 
getDeployment() - Method in class org.apache.axis.deployment.wsdd.WSDDDocument
 
getDeployment() - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
getDeploymentData(Document) - Method in class org.apache.axis.SimpleChain
 
getDeploymentData(Document) - Method in interface org.apache.axis.Handler
This will return the root element of an XML doc that describes the deployment information about this handler.
getDeploymentData(Document) - Method in class org.apache.axis.handlers.BasicHandler
 
getDeploySkeleton() - Method in class org.apache.axis.wsdl.toJava.Emitter
Deprecated. Use isSkeletonWanted()
getDerivedTypes(TypeEntry, SymbolTable) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
This method returns a set of all types that are derived from this type via an extension of a complexType
getDescription() - Method in class org.apache.axis.utils.CLOptionDescriptor
Retrieve textual description.
getDescription() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Returns the service description
getDeserClassConstructor() - Method in class org.apache.axis.encoding.ser.BaseDeserializerFactory
Returns the deserClassConstructor.
getDeserializer - Variable in class org.apache.axis.encoding.ser.BaseDeserializerFactory
 
getDeserializer() - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
getDeserializer(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
Gets the DeserializerFactory registered for the specified pair of Java type and XML data type.
getDeserializer(Class, QName) - Method in class org.apache.axis.encoding.TypeMappingImpl
Gets the DeserializerFactory registered for the specified pair of Java type and XML data type.
getDeserializer(Class, QName) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get a Deserializer which can turn a given xml type into a given Java type
getDeserializer(Class, QName) - Method in interface org.apache.axis.encoding.DeserializationContext
Get a Deserializer which can turn a given xml type into a given Java type
getDeserializer(QName) - Method in class org.apache.axis.encoding.TypeMappingImpl
Gets the DeserializerFactory registered for the xmlType.
getDeserializer(QName) - Method in interface org.apache.axis.encoding.TypeMapping
Gets the DeserializerFactory registered for the specified XML data type.
getDeserializer(QName, Class, String, DeserializationContext) - Method in class org.apache.axis.encoding.ser.BeanDeserializer
Get the Deserializer for the attribute or child element.
getDeserializer(String, Class, QName) - Static method in class org.apache.axis.types.Schema
Get Custom Deserializer
getDeserializerAs(String) - Method in interface javax.xml.rpc.encoding.DeserializerFactory
Returns a Deserializer for the specified XML processing mechanism type.
getDeserializerAs(String) - Method in class org.apache.axis.encoding.ser.SimpleDeserializerFactory
Get the Deserializer and the set the Constructor so the deserializer does not have to do introspection.
getDeserializerAs(String) - Method in class org.apache.axis.encoding.ser.BaseDeserializerFactory
 
getDeserializerForType(QName) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Convenience method to get the Deserializer for a specific xmlType.
getDeserializerForType(QName) - Method in interface org.apache.axis.encoding.DeserializationContext
Convenience method to get the Deserializer for a specific xmlType.
getDeserializerName() - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
getDestClass() - Method in class org.apache.axis.encoding.ser.ArrayDeserializer.ArrayListExtension
Get the destination array class described by the xml
getDestClass() - Method in interface org.apache.axis.utils.JavaUtils.ConvertCache
Get the destination array class described by the xml
getDetail() - Method in class javax.xml.rpc.soap.SOAPFaultException
Gets the detail element.
getDetail() - Method in interface javax.xml.soap.SOAPFault
Returns the detail element for this SOAPFault object.
getDetail() - Method in class org.apache.axis.message.SOAPFault
Returns the detail element for this SOAPFaultException object.
getDetailEntries() - Method in interface javax.xml.soap.Detail
Gets a list of the detail entries in this Detail object.
getDetailEntries() - Method in class org.apache.axis.message.Detail
Gets a list of the detail entries in this Detail object.
getDimensions() - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
Return the dimensions of this type, which can be 0 or more "[]".
getDimensions() - Method in class org.apache.axis.wsdl.symbolTable.MimeInfo
 
getDimeTypeNameFormat() - Method in class org.apache.axis.attachments.DimeDelimitedInputStream
Read from the boundary delimited stream.
getDisallowedMethods() - Method in class org.apache.axis.description.ServiceDesc
 
getDisallowedMethods() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Return list of methods that should not be exported
getDiskCacheFile() - Method in class org.apache.axis.attachments.ManagedMemoryDataSource
get the filename of the content if it is cached to disk.
getDocumentation() - Method in class org.apache.axis.deployment.wsdd.WSDDElement
Get documentation (if any) for this WSDDElement.
getDocumentLocator() - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
getDOMDocument() - Method in class org.apache.axis.deployment.wsdd.WSDDDocument
 
getDoMultiRefs() - Method in class org.apache.axis.encoding.SerializationContextImpl
Are we doing multirefs?
getDoMultiRefs() - Method in interface org.apache.axis.encoding.SerializationContext
Are we doing multirefs?
getDoThreads() - Method in class org.apache.axis.transport.http.SimpleAxisServer
 
getDoThreads() - Method in class org.apache.axis.transport.mail.MailServer
 
getDynamicVar(Object) - Method in class org.apache.axis.wsdl.symbolTable.SymTabEntry
There may be information that does not exist in WSDL4J/DOM structures and does not exist in our additional structures, but that Writer implementation will need.
getEJBHome(InitialContext, String) - Method in class org.apache.axis.providers.java.EJBProvider
 
getElement(QName) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the Element TypeEntry with the given QName.
getElementAnonQName(Node) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
Returns the WSDL2Java QName for the anonymous type of the element or null.
getElementByID(String) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get the MessageElement for the indicated id (where id is the #value of an href) If the MessageElement has not been processed, the MessageElement will be returned.
getElementByID(String) - Method in interface org.apache.axis.encoding.DeserializationContext
Get the MessageElement for the indicated id (where id is the #value of an href) If the MessageElement has not been processed, the MessageElement will be returned.
getElementIndex() - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Return an unmodifiable map of qnames -> Elements in the symbol table.
getElementName() - Method in interface javax.xml.soap.SOAPElement
Returns the name of this SOAPElement object.
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDUndeployment
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDTransport
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDResponseFlow
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDRequestFlow
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDParameter
Return the element name of a particular subclass.
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDOperation
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfoChain
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfo
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDHandler
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDFaultFlow
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDFault
Return the element name of a particular subclass.
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDElement
Return the element name of a particular subclass.
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDDocumentation
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDChain
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDBeanMapping
 
getElementName() - Method in class org.apache.axis.message.MessageElement
 
getElementNameForField(String) - Method in class org.apache.axis.description.TypeDesc
Get the QName associated with this field, but only if it's marked as an element.
getElementQName() - Method in class org.apache.axis.description.OperationDesc
 
getEmptyInputSource() - Static method in class org.apache.axis.utils.XMLUtils
 
getEncoding() - Method in class org.apache.axis.enum.Use
 
getEncodingStyle() - Method in interface javax.xml.soap.SOAPElement
Returns the encoding style for this SOAPElement object.
getEncodingStyle() - Method in class org.apache.axis.MessageContext
Returns the encoding style as a URI that should be used for the SOAP message.
getEncodingStyle() - Method in class org.apache.axis.client.Call
Returns the encoding style as a URI that should be used for the SOAP message.
getEncodingStyle() - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
getEncodingStyle() - Method in class org.apache.axis.message.MessageElement
Get the encoding style.
getEncodingURI() - Method in interface org.apache.axis.soap.SOAPConstants
Obtain the encoding namespace for this version of SOAP
getEncodingURI() - Method in class org.apache.axis.soap.SOAP12Constants
 
getEncodingURI() - Method in class org.apache.axis.soap.SOAP11Constants
 
getEndColumn() - Method in class org.apache.axis.components.compiler.CompilerError
Return the ending column number of the program text originating this error
getEndLine() - Method in class org.apache.axis.components.compiler.CompilerError
Return the ending line number of the program text originating this error
getEndpointURL() - Method in class org.apache.axis.description.ServiceDesc
 
getEngine() - Method in class org.apache.axis.client.Service
Returns the current AxisEngine used by this Service and all of the Call objects created from this Service object.
getEngine() - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
getEngine() - Method in class org.apache.axis.handlers.soap.SOAPService
 
getEngine() - Method in class org.apache.axis.transport.http.AxisServletBase
get the engine for this servlet from cache or context
getEngine(HttpServlet) - Static method in class org.apache.axis.transport.http.AxisServletBase
This is a uniform method of initializing AxisServer in a servlet context.
getEngineConfiguration() - Method in class org.apache.axis.client.Service
Constructs a EngineConfig if one is not available.
getEngineEnvironment(HttpServlet) - Static method in class org.apache.axis.transport.http.AxisServletBase
extract information from the servlet configuration files
getEnum(int) - Method in class org.apache.axis.enum.Enum.Type
Returns name of enumerated value
getEnum(String) - Method in class org.apache.axis.enum.Enum.Type
Returns enumerated value of name
getEnum(String, Enum) - Method in class org.apache.axis.enum.Enum.Type
Returns enumerated value of name For large sets of enumerated values, a HashMap could be used to retrieve.
getEnumerationBaseAndValues(Node, SymbolTable) - Static method in class org.apache.axis.wsdl.toJava.Utils
If the specified node represents a supported JAX-RPC enumeration, a Vector is returned which contains the base type and the enumeration values.
getEnumNames() - Method in class org.apache.axis.enum.Enum.Type
Returns array of names for enumerated values
getEnumTypeWriter(Emitter, TypeEntry, Vector) - Method in class org.apache.axis.wsdl.toJava.JavaTypeWriter
getEnumWriter
getEnumValueIds(Vector) - Static method in class org.apache.axis.wsdl.toJava.JavaEnumTypeWriter
Get the enumeration names for the values.
getEnvelope() - Method in class javax.xml.soap.SOAPPart
Gets the SOAPEnvelope object associated with this SOAPPart object.
getEnvelope() - Method in class org.apache.axis.SOAPPart
Gets the SOAPEnvelope object associated with this SOAPPart object.
getEnvelope() - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get Envelope
getEnvelope() - Method in interface org.apache.axis.encoding.DeserializationContext
Get Envelope
getEnvelope() - Method in class org.apache.axis.message.MessageElement
 
getEnvelope() - Method in class org.apache.axis.message.EnvelopeBuilder
 
getEnvelopeURI() - Method in interface org.apache.axis.soap.SOAPConstants
Obtain the envelope namespace for this version of SOAP
getEnvelopeURI() - Method in class org.apache.axis.soap.SOAP12Constants
 
getEnvelopeURI() - Method in class org.apache.axis.soap.SOAP11Constants
 
getErrors() - Method in interface org.apache.axis.components.compiler.Compiler
Return the list of errors generated by this compilation
getErrors() - Method in class org.apache.axis.components.compiler.AbstractCompiler
Return the list of errors generated by this compilation
getErrorString() - Method in class org.apache.axis.utils.CLArgsParser
Retrieve an error message that occured during parsing if one existed.
getException() - Method in class org.apache.axis.ime.event.MessageFaultEvent
 
getExtendsText() - Method in class org.apache.axis.wsdl.toJava.JavaTestCaseWriter
Returns "extends junit.framework.TestCase ".
getExtendsText() - Method in class org.apache.axis.wsdl.toJava.JavaStubWriter
Returns "extends org.apache.axis.client.Stub ".
getExtendsText() - Method in class org.apache.axis.wsdl.toJava.JavaServiceImplWriter
Returns "extends org.apache.axis.client.Service ".
getExtendsText() - Method in class org.apache.axis.wsdl.toJava.JavaServiceIfaceWriter
Returns "extends javax.xml.rpc.Service ".
getExtendsText() - Method in class org.apache.axis.wsdl.toJava.JavaInterfaceWriter
Returns "extends java.rmi.Remote ".
getExtendsText() - Method in class org.apache.axis.wsdl.toJava.JavaFaultWriter
Return "extends org.apache.axis.AxisFault ".
getExtendsText() - Method in class org.apache.axis.wsdl.toJava.JavaClassWriter
Returns the appropriate extends clause.
getExtendsText() - Method in class org.apache.axis.wsdl.toJava.JavaBeanWriter
Returns the appropriate extends text
getExtendsText() - Method in class org.apache.axis.wsdl.toJava.JavaBeanFaultWriter
Returns the appropriate extends text
getExtraClasses() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Return the list of extra classes that the emitter will produce WSDL for.
getFactory() - Method in class org.apache.axis.wsdl.gen.Parser
 
getFactory(String, Hashtable) - Static method in class org.apache.axis.components.net.SocketFactoryFactory
Returns a copy of the environment's default socket factory.
getFault() - Method in interface javax.xml.soap.SOAPBody
Returns the SOAPFault object in this SOAPBody object.
getFault() - Method in class org.apache.axis.message.SOAPFault
 
getFault() - Method in class org.apache.axis.message.SOAPBody
 
getFaultActor() - Method in class javax.xml.rpc.soap.SOAPFaultException
Gets the faultactor element.
getFaultActor() - Method in interface javax.xml.soap.SOAPFault
Gets the fault actor for this SOAPFault object.
getFaultActor() - Method in class org.apache.axis.AxisFault
get the fault actor
getFaultActor() - Method in class org.apache.axis.message.SOAPFault
Gets the fault actor for this SOAPFaultException object.
getFaultBodyType(Operation, String) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get the fault body type for the given fault of the given operation.
getFaultBodyTypeMap() - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry.OperationAttr
 
getFaultByClass(Class) - Method in class org.apache.axis.description.OperationDesc
Returns the FaultDesc for the fault class given.
getFaultByQName(QName) - Method in class org.apache.axis.description.OperationDesc
Returns the FaultDesc for a QName (which is typically found in the details element of a SOAP fault).
getFaultByXmlType(QName) - Method in class org.apache.axis.description.OperationDesc
Returns the FaultDesc for an XMLType.
getFaultCode() - Method in class javax.xml.rpc.soap.SOAPFaultException
Gets the faultcode element.
getFaultCode() - Method in interface javax.xml.soap.SOAPFault
Gets the fault code for this SOAPFault object.
getFaultCode() - Method in class org.apache.axis.AxisFault
get the fault code
getFaultCode() - Method in class org.apache.axis.message.SOAPFaultCodeBuilder
 
getFaultCode() - Method in class org.apache.axis.message.SOAPFault
Gets the fault code for this SOAPFaultException object.
getFaultDataType(Message, SymbolTable) - Static method in class org.apache.axis.wsdl.toJava.Utils
Given a fault message, return the XML type of the exception data.
getFaultDesc() - Method in class org.apache.axis.deployment.wsdd.WSDDFault
 
getFaultDetails() - Method in class org.apache.axis.AxisFault
get all the fault details
getFaultFlow(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDTargetedChain
 
getFaultFlow(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
getFaultFlow(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration
 
getFaultFlows() - Method in class org.apache.axis.deployment.wsdd.WSDDTargetedChain
 
getFaultFlows() - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
getFaultFlows() - Method in class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration
 
getFaultNode() - Method in class org.apache.axis.AxisFault
This is new in SOAP 1.2
getFaultQName() - Method in interface org.apache.axis.soap.SOAPConstants
Obtain the QName for the Fault element
getFaultQName() - Method in class org.apache.axis.soap.SOAP12Constants
 
getFaultQName() - Method in class org.apache.axis.soap.SOAP11Constants
 
getFaultReason() - Method in class org.apache.axis.AxisFault
This is SOAP 1.2 equivalent of AxisFault.getFaultString()
getFaultRole() - Method in class org.apache.axis.AxisFault
This is SOAP 1.2 equivalent of AxisFault.getFaultActor()
getFaults() - Method in class org.apache.axis.description.OperationDesc
 
getFaults() - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Return the map of BindingOperations to ArraList of FaultBodyType
getFaultString() - Method in class javax.xml.rpc.soap.SOAPFaultException
Gets the faultstring element.
getFaultString() - Method in interface javax.xml.soap.SOAPFault
Gets the fault string for this SOAPFault object.
getFaultString() - Method in class org.apache.axis.AxisFault
get the fault string; this will never be null but may be the empty string
getFaultString() - Method in class org.apache.axis.message.SOAPFault
Gets the fault string for this SOAPFaultException object.
getFaultSubCodes() - Method in class org.apache.axis.AxisFault
get the fault subcode list; only used in SOAP 1.2
getFieldByName(String) - Method in class org.apache.axis.description.TypeDesc
Get a FieldDesc by field name.
getFieldName() - Method in class org.apache.axis.description.FieldDesc
Obtain the field name.
getFieldNameForAttribute(QName) - Method in class org.apache.axis.description.TypeDesc
Get the field name associated with this QName, but only if it's marked as an attribute.
getFieldNameForElement(QName, boolean) - Method in class org.apache.axis.description.TypeDesc
Get the field name associated with this QName, but only if it's marked as an element.
getFields() - Method in class org.apache.axis.description.TypeDesc
Obtain the current array of FieldDescs
getFields(boolean) - Method in class org.apache.axis.description.TypeDesc
 
getFile() - Method in class org.apache.axis.components.compiler.CompilerError
Return the filename associated with this compiler error.
getFileName() - Method in class org.apache.axis.wsdl.toJava.JavaWriter
This method must be implemented by a subclass.
getFileName() - Method in class org.apache.axis.wsdl.toJava.JavaUndeployWriter
Return the fully-qualified name of the undeploy.wsdd file to be generated.
getFileName() - Method in class org.apache.axis.wsdl.toJava.JavaDeployWriter
Return the fully-qualified name of the deploy.wsdd file to be generated.
getFileName() - Method in class org.apache.axis.wsdl.toJava.JavaClassWriter
Return the file name as a string of the form: ".java"
getFileName() - Method in class org.apache.axis.wsdl.toJava.DuplicateFileException
 
getFileNames() - Method in class org.apache.axis.wsdl.toJava.GeneratedFileInfo
Get the list of generated filenames
getFirstBody() - Method in class org.apache.axis.message.SOAPEnvelope
Get the first BodyElement in the SOAP Body
getFirstMimeHeader(String) - Method in class org.apache.axis.attachments.AttachmentPart
Get the specified MIME header.
getFixupDeserializer() - Method in class org.apache.axis.message.MessageElement
 
getFlags() - Method in class org.apache.axis.utils.CLOptionDescriptor
Retrieve flags about option.
getFragment() - Method in class org.apache.axis.types.URI
Get the fragment for this URI.
getFullExceptionName(Message, SymbolTable) - Static method in class org.apache.axis.wsdl.toJava.Utils
Given a fault message, return the fully qualified Java class name of the exception to be generated from this fault
getGeneralPurpose(String) - Method in class org.apache.axis.encoding.ser.BeanSerializerFactory
Optimize construction of a BeanSerializer by caching the type and property descriptors.
getGeneralPurpose(String) - Method in class org.apache.axis.encoding.ser.BeanDeserializerFactory
Optimize construction of a BeanDeserializer by caching the type descriptor and property map.
getGeneralPurpose(String) - Method in class org.apache.axis.encoding.ser.BaseSerializerFactory
Obtains a serializer by invoking (javaType, xmlType) on the serClass.
getGeneralPurpose(String) - Method in class org.apache.axis.encoding.ser.BaseDeserializerFactory
Obtains a deserializer by invoking (javaType, xmlType) on the deserClass.
getGeneratedClassNames() - Method in class org.apache.axis.wsdl.toJava.Emitter
This method returns a list of all generated class names.
getGeneratedFileInfo() - Method in class org.apache.axis.wsdl.toJava.Emitter
Returns an object which contains of information on all generated files including the class name, filename and a type string.
getGeneratedFileNames() - Method in class org.apache.axis.wsdl.toJava.Emitter
This method returns a list of all generated file names.
getGenerateServerSide() - Method in class org.apache.axis.wsdl.toJava.Emitter
Deprecated. Use isServerSide()
getGenerator(Binding, SymbolTable) - Method in class org.apache.axis.wsdl.gen.NoopFactory
 
getGenerator(Binding, SymbolTable) - Method in interface org.apache.axis.wsdl.gen.GeneratorFactory
Get a Generator implementation that will generate bindings for the given Binding.
getGenerator(Binding, SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
getGenerator(Definition, SymbolTable) - Method in class org.apache.axis.wsdl.gen.NoopFactory
 
getGenerator(Definition, SymbolTable) - Method in interface org.apache.axis.wsdl.gen.GeneratorFactory
Get a Generator implementation that will generate anything that doesn't fit into the scope of any of the other Generators.
getGenerator(Definition, SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
getGenerator(Message, SymbolTable) - Method in class org.apache.axis.wsdl.gen.NoopFactory
 
getGenerator(Message, SymbolTable) - Method in interface org.apache.axis.wsdl.gen.GeneratorFactory
Get a Generator implementation that will generate bindings for the given Message.
getGenerator(Message, SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
getGenerator(PortType, SymbolTable) - Method in class org.apache.axis.wsdl.gen.NoopFactory
 
getGenerator(PortType, SymbolTable) - Method in interface org.apache.axis.wsdl.gen.GeneratorFactory
Get a Generator implementation that will generate bindings for the given PortType.
getGenerator(PortType, SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
getGenerator(Service, SymbolTable) - Method in class org.apache.axis.wsdl.gen.NoopFactory
 
getGenerator(Service, SymbolTable) - Method in interface org.apache.axis.wsdl.gen.GeneratorFactory
Get a Generator implementation that will generate bindings for the given Service.
getGenerator(Service, SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
getGenerator(TypeEntry, SymbolTable) - Method in class org.apache.axis.wsdl.gen.NoopFactory
 
getGenerator(TypeEntry, SymbolTable) - Method in interface org.apache.axis.wsdl.gen.GeneratorFactory
Get a Generator implementation that will generate bindings for the given Type.
getGenerator(TypeEntry, SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
getGetDeserializer() - Method in class org.apache.axis.encoding.ser.BaseDeserializerFactory
Returns the getDeserializer.
getGetSerializer() - Method in class org.apache.axis.encoding.ser.BaseSerializerFactory
Returns the getSerializer.
getGlobalConfiguration() - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
Get our global configuration
getGlobalOptions() - Method in interface org.apache.axis.EngineConfiguration
Returns the global configuration options.
getGlobalOptions() - Method in class org.apache.axis.configuration.SimpleProvider
Returns the global configuration options.
getGlobalOptions() - Method in class org.apache.axis.configuration.NullProvider
 
getGlobalOptions() - Method in class org.apache.axis.configuration.FileProvider
Returns the global configuration options.
getGlobalOptions() - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
getGlobalRequest() - Method in interface org.apache.axis.EngineConfiguration
Returns a global request handler.
getGlobalRequest() - Method in class org.apache.axis.AxisEngine
 
getGlobalRequest() - Method in class org.apache.axis.configuration.SimpleProvider
Returns a global request handler.
getGlobalRequest() - Method in class org.apache.axis.configuration.NullProvider
 
getGlobalRequest() - Method in class org.apache.axis.configuration.FileProvider
Returns a global request handler.
getGlobalRequest() - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
getGlobalResponse() - Method in interface org.apache.axis.EngineConfiguration
Returns a global response handler.
getGlobalResponse() - Method in class org.apache.axis.AxisEngine
 
getGlobalResponse() - Method in class org.apache.axis.configuration.SimpleProvider
Returns a global response handler.
getGlobalResponse() - Method in class org.apache.axis.configuration.NullProvider
 
getGlobalResponse() - Method in class org.apache.axis.configuration.FileProvider
Returns a global response handler.
getGlobalResponse() - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
getHandler(QName) - Method in interface org.apache.axis.EngineConfiguration
retrieve an instance of the named handler
getHandler(QName) - Method in class org.apache.axis.configuration.SimpleProvider
 
getHandler(QName) - Method in class org.apache.axis.configuration.NullProvider
 
getHandler(QName) - Method in class org.apache.axis.configuration.