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.FileProvider
retrieve an instance of the named handler
getHandler(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
getHandler(String) - Method in class org.apache.axis.AxisEngine
 
getHandlerChain(QName) - Method in interface javax.xml.rpc.handler.HandlerRegistry
Gets the handler chain for the specified service endpoint.
getHandlerChain(QName) - Method in class org.apache.axis.client.Service.HandlerRegistryImpl
 
getHandlerChainFactory() - Method in class org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfoChain
 
getHandlerClass() - Method in class javax.xml.rpc.handler.HandlerInfo
Gets the Handler class
getHandlerClassName() - Method in class org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfo
 
getHandlerConfig() - Method in class javax.xml.rpc.handler.HandlerInfo
Gets the Handler configuration
getHandlerInfoChain() - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
getHandlerInfoList() - Method in class org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfoChain
 
getHandlerInfos() - Method in class org.apache.axis.handlers.HandlerInfoChainFactory
 
getHandlerMap() - Method in class org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfo
 
getHandlerRegistry() - Method in interface javax.xml.rpc.Service
Returns the configured HandlerRegistry instance for this Service instance.
getHandlerRegistry() - Method in class org.apache.axis.client.Service
Returns the configured HandlerRegistry instance for this Service instance.
getHandlers() - Method in class org.apache.axis.SimpleChain
 
getHandlers() - Method in interface org.apache.axis.Chain
Get the list of handlers in the chain - is Handler[] the right form?
getHandlers() - Method in class org.apache.axis.deployment.wsdd.WSDDChain
Obtain our handler list
getHashMap() - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the raw symbol table HashMap.
getHeader() - Method in interface javax.xml.soap.SOAPEnvelope
Returns the SOAPHeader object for this SOAPEnvelope object.
getHeader() - Method in class org.apache.axis.message.SOAPEnvelope
Get the soap header
getHeader(String) - Method in class javax.xml.soap.MimeHeaders
Returns all of the values for the specified header as an array of String objects.
getHeader(String, String) - Method in class org.apache.axis.client.Stub
Get the header element
getHeaderByName(String, String) - Method in class org.apache.axis.message.SOAPEnvelope
Get a header by name (always respecting the currently in-scope actors list)
getHeaderByName(String, String, boolean) - Method in class org.apache.axis.message.SOAPEnvelope
Get a header by name, filtering for headers targeted at this engine depending on the accessAllHeaders parameter.
getHeaderParts() - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get the header parameter map.
getHeaderQName() - Method in interface org.apache.axis.soap.SOAPConstants
Obtain the QName for the Header element
getHeaderQName() - Method in class org.apache.axis.soap.SOAP12Constants
 
getHeaderQName() - Method in class org.apache.axis.soap.SOAP11Constants
 
getHeaders() - Method in class javax.xml.rpc.handler.HandlerInfo
Gets the header blocks processed by this Handler.
getHeaders() - Method in interface javax.xml.rpc.handler.Handler
Gets the header blocks processed by this Handler instance.
getHeaders() - Method in class javax.xml.rpc.handler.GenericHandler
Gets the header blocks processed by this Handler instance.
getHeaders() - Method in class org.apache.axis.AxisFault
Get the SOAP headers associated with this fault.
getHeaders() - Method in class org.apache.axis.client.Stub
Get the array of header elements
getHeaders() - Method in class org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfo
 
getHeaders() - Method in class org.apache.axis.message.SOAPEnvelope
Get Headers
getHeadersByActor(ArrayList) - Method in class org.apache.axis.message.SOAPEnvelope
Get all the headers targeted at a list of actors.
getHeadersByName(String, String) - Method in class org.apache.axis.message.SOAPEnvelope
Get an enumeration of header elements given the namespace and localpart
getHeadersByName(String, String, boolean) - Method in class org.apache.axis.message.SOAPEnvelope
Return an Enumeration of headers which match the given namespace and localPart.
getHelperGeneration() - Method in class org.apache.axis.wsdl.toJava.Emitter
Deprecated. Use isHelperWanted()
getHolderValue(Object) - Static method in class org.apache.axis.utils.JavaUtils
Gets the Holder value.
getHolderValueType(Class) - Static method in class org.apache.axis.utils.JavaUtils
Determines if the Class is a Holder class.
getHolderWriter(Emitter, TypeEntry) - Method in class org.apache.axis.wsdl.toJava.JavaTypeWriter
getHolderWriter
getHomeDir() - Method in class org.apache.axis.transport.http.AxisServletBase
what is the root dir of the applet?
getHost() - Method in class org.apache.axis.transport.mail.MailServer
 
getHost() - Method in class org.apache.axis.types.URI
Get the host for this URI.
getHost() - Method in class org.apache.axis.utils.Options
 
getHours() - Method in class org.apache.axis.types.Duration
 
getHref() - Method in class org.apache.axis.message.MessageElement
 
getHttpServletResponseStatus(AxisFault) - Method in class org.apache.axis.transport.http.AxisServlet
Extract information from AxisFault and map it to a HTTP Status code.
getHttpSession() - Method in interface javax.xml.rpc.server.ServletEndpointContext
The getHttpSession method returns the current HTTP session (as a javax.servlet.http.HTTPSession).
getHttpSession() - Method in class org.apache.axis.transport.http.ServletEndpointContextImpl
 
getId() - Method in class org.apache.axis.types.Schema
 
getId() - Method in class org.apache.axis.utils.CLOptionDescriptor
Retrieve the id for option.
getId() - Method in class org.apache.axis.utils.CLOption
Retrieve id of option.
getID() - Method in class org.apache.axis.message.MessageElement
 
getIdentifier() - Method in interface org.apache.axis.ime.MessageExchangeCorrelator
 
getIdentifier() - Method in class org.apache.axis.ime.internal.SimpleMessageExchangeCorrelator
 
getImageFromStream(InputStream) - Static method in class org.apache.axis.utils.JavaUtils
 
getImageIO() - Static method in class org.apache.axis.components.image.ImageIOFactory
Get the ImageIO implementation.
getImplClass() - Method in class org.apache.axis.description.ServiceDesc
 
getImplCls() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Returns the implementation Class if set
getImplementsText() - Method in class org.apache.axis.wsdl.toJava.JavaStubWriter
Returns "implements ".
getImplementsText() - Method in class org.apache.axis.wsdl.toJava.JavaSkelWriter
Returns "implements , org.apache.axis.wsdl.Skeleton ".
getImplementsText() - Method in class org.apache.axis.wsdl.toJava.JavaServiceImplWriter
Returns "implements ".
getImplementsText() - Method in class org.apache.axis.wsdl.toJava.JavaImplWriter
Returns the appropriate implements text
getImplementsText() - Method in class org.apache.axis.wsdl.toJava.JavaHolderWriter
Return "implements javax.xml.rpc.holders.Holder ".
getImplementsText() - Method in class org.apache.axis.wsdl.toJava.JavaEnumTypeWriter
Return "implements java.io.Serializable ".
getImplementsText() - Method in class org.apache.axis.wsdl.toJava.JavaClassWriter
Returns the appropriate implements clause.
getImplementsText() - Method in class org.apache.axis.wsdl.toJava.JavaBeanWriter
Returns the appropriate implements text
getImplNamespace() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Returns the implementation namespace
getImplWSDL() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Get implementation WSDL Definition for the current configuration parameters
getImportUrl() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Returns the String representation of the interface import location URL
getIncompatble() - Method in class org.apache.axis.utils.CLOptionDescriptor
Deprecated. Use the correctly spelled CLOptionDescriptor.getIncompatible() instead.
getIncompatible() - Method in class org.apache.axis.utils.CLOptionDescriptor
 
getIndex(String) - Method in class org.apache.axis.message.NullAttributes
Look up an attribute's index by qualified (prefixed) name.
getIndex(String, String) - Method in class org.apache.axis.message.NullAttributes
Look up an attribute's index by Namespace name.
getInitializedServiceDesc(MessageContext) - Method in class org.apache.axis.handlers.soap.SOAPService
Returns a service description with the implementation class filled in.
getInnerXMLString(Element) - Static method in class org.apache.axis.utils.XMLUtils
get the inner XML inside an element as a string.
getInputBodyType() - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry.OperationAttr
 
getInputBodyType(Operation) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get the input body type for the given operation.
getInputNamespace(String) - Method in class org.apache.axis.wsdl.SkeletonImpl
Used to return the namespace of the input clause of the given operation.
getInputParamByQName(QName) - Method in class org.apache.axis.description.OperationDesc
 
getInputSchema() - Method in class org.apache.axis.wsdl.fromJava.Emitter
 
getInputSource() - Method in class javax.xml.transform.sax.SAXSource
Get the SAX InputSource to be used for the Source.
getInputSourceFromURI(String) - Static method in class org.apache.axis.utils.XMLUtils
Utility to get the bytes uri.
getInputStream() - Method in class javax.xml.transform.stream.StreamSource
Get the byte stream that was set with setByteStream.
getInputStream() - Method in class org.apache.axis.attachments.SourceDataSource
 
getInputStream() - Method in class org.apache.axis.attachments.PlainTextDataSource
 
getInputStream() - Method in class org.apache.axis.attachments.OctetStreamDataSource
 
getInputStream() - Method in class org.apache.axis.attachments.MimeMultipartDataSource
 
getInputStream() - Method in class org.apache.axis.attachments.ManagedMemoryDataSource
This method returns an InputStream representing the the data and throws the appropriate exception if it can not do so.
getInputStream() - Method in class org.apache.axis.attachments.ImageDataSource
 
getInputWSDL() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Get the name of the input WSDL
getInstance(EngineConfiguration) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
 
getInstance(QName, WSDDService, EngineConfiguration) - Static method in class org.apache.axis.deployment.wsdd.WSDDProvider
 
getIntfNamespace() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Returns the interface namespace
getIntfWSDL() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Get a interface WSDL Definition for the current configuration parameters
getIsReturn() - Method in class org.apache.axis.description.ParameterDesc
Indicates ParameterDesc represents return of OperationDesc
getJavaClass() - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
 
getJavaClass() - Method in class org.apache.axis.utils.cache.JavaClass
Return the java.lang.Class associated with this entry
getJavaImplWriter(Emitter, BindingEntry, SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaBindingWriter
getJavaImplWriter
getJavaInterfaceWriter(Emitter, PortTypeEntry, BindingEntry, SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaBindingWriter
getJavaInterfaceWriter
getJavaLocalName(String) - Static method in class org.apache.axis.wsdl.toJava.Utils
Query Java Local Name
getJavaName(QName) - Method in class org.apache.axis.wsdl.toJava.Emitter
Convert the specified QName into a full Java Name.
getJavaPackageName(String) - Static method in class org.apache.axis.wsdl.toJava.Utils
Query Java Package Name
getJavaSkelWriter(Emitter, BindingEntry, SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaBindingWriter
getJavaSkelWriter
getJavaStubWriter(Emitter, BindingEntry, SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaBindingWriter
getJavaStubWriter
getJavaType() - Method in class org.apache.axis.description.ParameterDesc
Get the java type (note that this is javaType in the signature.)
getJavaType() - Method in class org.apache.axis.description.FieldDesc
 
getJavaType() - Method in class org.apache.axis.encoding.ser.BaseSerializerFactory
get javaType
getJMSVendorAdapter() - Static method in class org.apache.axis.components.jms.JMSVendorAdapterFactory
 
getJWSClassDir() - Method in class org.apache.axis.transport.http.AxisServlet
 
getKeys() - Method in class org.apache.axis.i18n.ProjectResourceBundle
 
getKeys() - Method in class org.apache.axis.session.SimpleSession
Get an enumeration of the keys in this session
getKeys() - Method in interface org.apache.axis.session.Session
Get an enumeration of the keys in this session
getKeys() - Method in class org.apache.axis.transport.http.AxisHttpSession
Get an enumeration of the keys in this session
getLanguageSpecificType() - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
getLastAccessTime() - Method in class org.apache.axis.session.SimpleSession
 
getLength() - Method in class org.apache.axis.message.SAX2EventRecorder
 
getLength() - Method in class org.apache.axis.message.NullAttributes
Return the number of attributes in the list.
getLinkedCause() - Method in class javax.xml.rpc.ServiceException
Gets the Linked cause
getLinkedCause() - Method in class javax.xml.rpc.JAXRPCException
Gets the Linked cause
getList() - Method in class org.apache.axis.wsdl.toJava.GeneratedFileInfo
Return the entire list of generated files
getLoadableClassName(String) - Static method in class org.apache.axis.utils.JavaUtils
Converts text of the form Foo[] to the proper class name for loading [LFoo
getLoadCounter() - Static method in class org.apache.axis.transport.http.AxisServletBase
get a count of the # of services running.
getLocalHost() - Static method in class org.apache.axis.transport.http.SimpleAxisWorker
One method for all host name lookups.
getLocalName() - Method in interface javax.xml.soap.Name
Gets the local name part of the XML name that this Name object represents.
getLocalName() - Method in class org.apache.axis.message.PrefixedQName
 
getLocalName(int) - Method in class org.apache.axis.message.NullAttributes
Return an attribute's local name.
getLocalNameFromFullName(String) - Static method in class org.apache.axis.wsdl.fromJava.Types
Utility method to get the local class name from a fully qualified java class name
getLocalPart() - Method in class javax.xml.namespace.QName
Gets the Local part for this QName
getLocationUrl() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Returns the String representation of the service endpoint URL
getLockObject() - Method in class org.apache.axis.session.SimpleSession
Get an Object suitable for synchronizing the session.
getLockObject() - Method in interface org.apache.axis.session.Session
Get an Object suitable for synchronizing the session.
getLockObject() - Method in class org.apache.axis.transport.http.AxisHttpSession
Get an Object suitable for synchronizing the session.
getLog(String) - Static method in class org.apache.axis.components.logger.LogFactory
 
getLogging() - Static method in class org.apache.axis.InternalException
Getter for logging property.
getMaintainSession() - Method in class org.apache.axis.MessageContext
Are we maintaining session state?
getMaintainSession() - Method in class org.apache.axis.client.Service
If true, this service wants to track sessions.
getMaintainSession() - Method in class org.apache.axis.client.Call
Get the value of maintainSession flag.
getMatchingHeaders(String[]) - Method in class javax.xml.soap.MimeHeaders
Returns all the MimeHeader objects whose name matches a name in the given array of names.
getMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.SOAPPart
Retrieves all MimeHeader objects that match a name in the given array.
getMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.AttachmentPart
Retrieves all MimeHeader objects that match a name in the given array.
getMatchingMimeHeaders(String[]) - Method in class org.apache.axis.SOAPPart
Get all headers that match
getMatchingMimeHeaders(String[]) - Method in interface org.apache.axis.Part
Get all headers that match
getMatchingMimeHeaders(String[]) - Method in class org.apache.axis.attachments.AttachmentPart
Get all headers that match
getMaxOccurs() - Method in class org.apache.axis.description.ElementDesc
 
getMechanismType() - Method in interface javax.xml.rpc.encoding.Serializer
Gets the type of the XML processing mechanism and representation used by this Serializer.
getMechanismType() - Method in interface javax.xml.rpc.encoding.Deserializer
Gets the type of the XML processing mechanism and representation used by this Deserializer.
getMechanismType() - Method in class org.apache.axis.encoding.DeserializerImpl
JAX-RPC compliant method which returns mechanism type.
getMechanismType() - Method in class org.apache.axis.encoding.ser.VectorSerializer
 
getMechanismType() - Method in class org.apache.axis.encoding.ser.SimpleSerializer
 
getMechanismType() - Method in class org.apache.axis.encoding.ser.QNameSerializer
 
getMechanismType() - Method in class org.apache.axis.encoding.ser.MapSerializer
 
getMechanismType() - Method in class org.apache.axis.encoding.ser.JAFDataHandlerSerializer
 
getMechanismType() - Method in class org.apache.axis.encoding.ser.HexSerializer
 
getMechanismType() - Method in class org.apache.axis.encoding.ser.ElementSerializer
 
getMechanismType() - Method in class org.apache.axis.encoding.ser.DocumentSerializer
 
getMechanismType() - Method in class org.apache.axis.encoding.ser.DateSerializer
 
getMechanismType() - Method in class org.apache.axis.encoding.ser.CalendarSerializer
 
getMechanismType() - Method in class org.apache.axis.encoding.ser.BeanSerializer
 
getMechanismType() - Method in class org.apache.axis.encoding.ser.Base64Serializer
 
getMechanismType() - Method in class org.apache.axis.encoding.ser.ArraySerializer
 
getMechanismType() - Method in class org.apache.axis.encoding.ser.castor.CastorSerializer
 
getMessage() - Method in interface javax.xml.rpc.handler.soap.SOAPMessageContext
Gets the SOAPMessage from this message context
getMessage() - Method in class javax.xml.soap.SOAPException
Returns the detail message for this SOAPException object.
getMessage() - Method in class org.apache.axis.SOAPPart
Get the Message for this Part.
getMessage() - Method in class org.apache.axis.MessageContext
Gets the SOAPMessage from this message context
getMessage() - Method in class org.apache.axis.components.compiler.CompilerError
Return the message produced by the language processor
getMessage() - Method in class org.apache.axis.wsdl.symbolTable.MessageEntry
Get this entry's Message object.
getMessage() - Method in class org.apache.axis.wsdl.symbolTable.FaultInfo
 
getMessage(Object, String, Locale, String, Object[]) - Static method in class org.apache.axis.i18n.RB
 
getMessage(String) - Static method in class org.apache.axis.i18n.Messages
Get a message from resource.properties from the package of the given object.
getMessage(String) - Method in class org.apache.axis.i18n.MessageBundle
Gets a string message from the resource bundle for the given key
getMessage(String) - Static method in class org.apache.axis.utils.Messages
Get a message from resource.properties from the package of the given object.
getMessage(String, String) - Static method in class org.apache.axis.i18n.Messages
Get a message from resource.properties from the package of the given object.
getMessage(String, String) - Method in class org.apache.axis.i18n.MessageBundle
Gets a string message from the resource bundle for the given key.
getMessage(String, String) - Static method in class org.apache.axis.utils.tcpmon
Get the message with the given key.
getMessage(String, String) - Static method in class org.apache.axis.utils.Messages
Get a message from resource.properties from the package of the given object.
getMessage(String, String[]) - Static method in class org.apache.axis.i18n.Messages
Get a message from resource.properties from the package of the given object.
getMessage(String, String[]) - Method in class org.apache.axis.i18n.MessageBundle
Gets a string message from the resource bundle for the given key.
getMessage(String, String[]) - Static method in class org.apache.axis.utils.Messages
Get a message from resource.properties from the package of the given object.
getMessage(String, String, String) - Static method in class org.apache.axis.i18n.Messages
Get a message from resource.properties from the package of the given object.
getMessage(String, String, String) - Method in class org.apache.axis.i18n.MessageBundle
Gets a string message from the resource bundle for the given key.
getMessage(String, String, String) - Static method in class org.apache.axis.utils.Messages
Get a message from resource.properties from the package of the given object.
getMessage(String, String, String, String) - Static method in class org.apache.axis.i18n.Messages
Get a message from resource.properties from the package of the given object.
getMessage(String, String, String, String) - Method in class org.apache.axis.i18n.MessageBundle
Gets a string message from the resource bundle for the given key.
getMessage(String, String, String, String) - Static method in class org.apache.axis.utils.Messages
Get a message from resource.properties from the package of the given object.
getMessage(String, String, String, String, String) - Static method in class org.apache.axis.i18n.Messages
Get a message from resource.properties from the package of the given object.
getMessage(String, String, String, String, String) - Method in class org.apache.axis.i18n.MessageBundle
Gets a string message from the resource bundle for the given key.
getMessage(String, String, String, String, String) - Static method in class org.apache.axis.utils.Messages
Get a message from resource.properties from the package of the given object.
getMessage(String, String, String, String, String, String) - Static method in class org.apache.axis.i18n.Messages
Get a message from resource.properties from the package of the given object.
getMessage(String, String, String, String, String, String) - Method in class org.apache.axis.i18n.MessageBundle
Gets a string message from the resource bundle for the given key.
getMessage(String, String, String, String, String, String) - Static method in class org.apache.axis.utils.Messages
Get a message from resource.properties from the package of the given object.
getMessageBundle() - Static method in class org.apache.axis.i18n.Messages
 
getMessageBundle() - Static method in class org.apache.axis.utils.Messages
 
getMessageContext() - Method in interface javax.xml.rpc.server.ServletEndpointContext
The method getMessageContext returns the MessageContext targeted for this endpoint instance.
getMessageContext() - Method in class org.apache.axis.Message
 
getMessageContext() - Method in class org.apache.axis.client.Call
Obtain a reference to our MessageContext.
getMessageContext() - Method in class org.apache.axis.encoding.SerializationContextImpl
Get the MessageContext we're operating with
getMessageContext() - Method in interface org.apache.axis.encoding.SerializationContext
Get the MessageContext we're operating with
getMessageContext() - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get MessageContext
getMessageContext() - Method in interface org.apache.axis.encoding.DeserializationContext
Get MessageContext
getMessageContext() - Method in class org.apache.axis.ime.event.MessageCorrelatedEvent
 
getMessageContext() - Method in class org.apache.axis.ime.internal.MessageExchangeSendContext
 
getMessageContext() - Method in class org.apache.axis.transport.http.ServletEndpointContextImpl
 
getMessageEntry(QName) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the MessageEntry with the given QName.
getMessageExchange() - Method in class org.apache.axis.ime.internal.util.handler.MessageExchangeHandler
 
getMessageExchangeCorrelator() - Method in class org.apache.axis.ime.event.MessageCorrelatedEvent
 
getMessageExchangeCorrelator() - Method in class org.apache.axis.ime.internal.MessageExchangeReceiveContext
 
getMessageExchangeEventListener() - Method in interface org.apache.axis.ime.MessageExchange
 
getMessageExchangeEventListener() - Method in class org.apache.axis.ime.internal.MessageExchangeReceiveContext
 
getMessageExchangeEventListener() - Method in class org.apache.axis.ime.internal.MessageExchangeProvider
 
getMessageExchangeEventListener() - Method in class org.apache.axis.ime.internal.MessageExchangeImpl
see org.apache.axis.ime.MessageExchange#getMessageExchangeStatusListener()
getMessageExchangeEventListener() - Method in class org.apache.axis.ime.internal.util.handler.HandlerMessageExchange
 
getMessageExchangeReceiveContext() - Method in class org.apache.axis.ime.event.MessageReceiveEvent
 
getMessageExchangeSendContext() - Method in class org.apache.axis.ime.event.MessageSendEvent
 
getMessageExchangeStatus() - Method in class org.apache.axis.ime.event.MessageStatusEvent
 
getMessageOperationStyle() - Method in class org.apache.axis.description.OperationDesc
 
getMessageType() - Method in class org.apache.axis.Message
 
getMessageType() - Method in class org.apache.axis.message.SOAPEnvelope
Get the Message Type (REQUEST/RESPONSE)
getMethod() - Method in class org.apache.axis.description.OperationDesc
 
getMethod() - Method in class org.apache.axis.utils.cache.JavaMethod
Lookup a method based on name.
getMethod(Class, String) - Method in class org.apache.axis.encoding.ser.BaseFactory
Returns the the specified method - if any.
getMethod(String) - Method in class org.apache.axis.utils.cache.JavaClass
Lookup a method based on name.
getMethodName() - Method in class org.apache.axis.message.RPCElement
 
getMimeHeader(String) - Method in class javax.xml.soap.SOAPPart
Gets all the values of the MimeHeader object in this SOAPPart object that is identified by the given String.
getMimeHeader(String) - Method in class javax.xml.soap.AttachmentPart
Gets all the values of the header identified by the given String.
getMimeHeader(String) - Method in class org.apache.axis.SOAPPart
Gets all the values of the MimeHeader object in this SOAPPart object that is identified by the given String.
getMimeHeader(String) - Method in interface org.apache.axis.Part
Gets all the values of the MimeHeader object in this SOAPPart object that is identified by the given String.
getMimeHeader(String) - Method in class org.apache.axis.attachments.AttachmentPart
Gets all the values of the header identified by the given String.
getMimeHeaders() - Method in class javax.xml.soap.SOAPMessage
Returns all the transport-specific MIME headers for this SOAPMessage object in a transport-independent fashion.
getMimeHeaders() - Method in class org.apache.axis.Message
Returns all the transport-specific MIME headers for this SOAPMessage object in a transport-independent fashion.
getMIMEInfo() - Method in class org.apache.axis.wsdl.symbolTable.Parameter
Get the MIME type of the parameter.
getMIMEInfo(String, String) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get the mime mapping for the given parameter name.
getMIMETypeQName(String) - Static method in class org.apache.axis.wsdl.toJava.Utils
Given a MIME type, return the AXIS-specific type QName.
getMIMETypes() - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get the MIME types map.
getMinOccurs() - Method in class org.apache.axis.description.ElementDesc
 
getMinOccursIs0() - Method in class org.apache.axis.wsdl.symbolTable.ElementDecl
 
getMinutes() - Method in class org.apache.axis.types.Duration
 
getMode() - Method in class org.apache.axis.description.ParameterDesc
 
getMode() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Deprecated. (use getStyle and getUse)
getMode() - Method in class org.apache.axis.wsdl.symbolTable.Parameter
Get the mode (IN, INOUT, OUT) of the parameter.
getModeAsString(byte) - Static method in class org.apache.axis.description.ParameterDesc
 
getModeString(byte) - Method in class org.apache.axis.wsdl.toJava.JavaDeployWriter
 
getMonth() - Method in class org.apache.axis.types.YearMonth
 
getMonth() - Method in class org.apache.axis.types.MonthDay
 
getMonth() - Method in class org.apache.axis.types.Month
 
getMonths() - Method in class org.apache.axis.types.Duration
 
getMustUnderstand() - Method in interface javax.xml.soap.SOAPHeaderElement
Returns whether the mustUnderstand attribute for this SOAPHeaderElement object is turned on.
getMustUnderstand() - Method in class org.apache.axis.message.SOAPHeaderElement
 
getMustunderstandFaultQName() - Method in interface org.apache.axis.soap.SOAPConstants
Obtain the Qname of Mustunderstand fault code
getMustunderstandFaultQName() - Method in class org.apache.axis.soap.SOAP12Constants
Obtain the Qname of Mustunderstand fault code
getMustunderstandFaultQName() - Method in class org.apache.axis.soap.SOAP11Constants
Obtain the Qname of Mustunderstand fault code
getName() - Method in class javax.xml.soap.MimeHeader
Returns the name of this MimeHeader object.
getName() - Method in interface org.apache.axis.Handler
Return the name (i.e.
getName() - Method in class org.apache.axis.attachments.SourceDataSource
 
getName() - Method in class org.apache.axis.attachments.PlainTextDataSource
 
getName() - Method in class org.apache.axis.attachments.OctetStreamDataSource
 
getName() - Method in class org.apache.axis.attachments.MimeMultipartDataSource
 
getName() - Method in class org.apache.axis.attachments.ManagedMemoryDataSource
This will flush any memory source to disk and provide the name of the file if desired.
getName() - Method in class org.apache.axis.attachments.ImageDataSource
 
getName() - Method in class org.apache.axis.deployment.wsdd.WSDDProvider
 
getName() - Method in class org.apache.axis.deployment.wsdd.providers.WSDDJavaRPCProvider
 
getName() - Method in class org.apache.axis.deployment.wsdd.providers.WSDDJavaRMIProvider
 
getName() - Method in class org.apache.axis.deployment.wsdd.providers.WSDDJavaMsgProvider
 
getName() - Method in class org.apache.axis.deployment.wsdd.providers.WSDDJavaEJBProvider
 
getName() - Method in class org.apache.axis.deployment.wsdd.providers.WSDDJavaCORBAProvider
 
getName() - Method in class org.apache.axis.deployment.wsdd.providers.WSDDHandlerProvider
 
getName() - Method in class org.apache.axis.deployment.wsdd.providers.WSDDComProvider
 
getName() - Method in class org.apache.axis.deployment.wsdd.providers.WSDDBsfProvider
 
getName() - Method in class org.apache.axis.description.ServiceDesc
the name of the service
getName() - Method in class org.apache.axis.description.ParameterDesc
 
getName() - Method in class org.apache.axis.description.OperationDesc
Return the operation's name
getName() - Method in class org.apache.axis.description.FaultDesc
 
getName() - Method in class org.apache.axis.enum.Enum
 
getName() - Method in class org.apache.axis.enum.Enum.Type
 
getName() - Method in class org.apache.axis.handlers.BasicHandler
Return the name (i.e.
getName() - Method in class org.apache.axis.message.RPCParam
 
getName() - Method in class org.apache.axis.message.MessageElement
 
getName() - Method in interface org.apache.axis.security.AuthenticatedUser
Return a string representation of the user's name.
getName() - Method in class org.apache.axis.security.servlet.ServletAuthenticatedUser
Return a string representation of the user's name.
getName() - Method in class org.apache.axis.security.simple.SimpleAuthenticatedUser
Return a string representation of the user's name.
getName() - Method in class org.apache.axis.types.Notation
 
getName() - Method in class org.apache.axis.utils.FieldPropertyDescriptor
 
getName() - Method in class org.apache.axis.utils.CLOptionDescriptor
Retrieve name of option which is also text for long option.
getName() - Method in class org.apache.axis.utils.BeanPropertyDescriptor
Get our property name.
getName() - Method in class org.apache.axis.wsdl.symbolTable.SymTabEntry
Get the name of this entry.
getName() - Method in class org.apache.axis.wsdl.symbolTable.Parameter
Get the name of this parameter.
getName() - Method in class org.apache.axis.wsdl.symbolTable.FaultInfo
Return the name of the fault.
getName() - Method in class org.apache.axis.wsdl.symbolTable.ElementDecl
 
getNameDiscoverer() - Static method in class org.apache.axis.AxisProperties
 
getNamespace(String, Node) - Static method in class org.apache.axis.utils.XMLUtils
 
getNamespaceHash() - Method in class org.apache.axis.utils.Mapping
 
getNamespaceMap() - Method in class org.apache.axis.wsdl.fromJava.Emitter
get the packagename to namespace map
getNamespaceMap() - Method in class org.apache.axis.wsdl.toJava.Emitter
Get the map of namespace -> Java package names
getNamespacePrefixes() - Method in interface javax.xml.soap.SOAPElement
Returns an iterator of namespace prefixes.
getNamespacePrefixes() - Method in class org.apache.axis.message.MessageElement
 
getNamespaces() - Method in class org.apache.axis.deployment.wsdd.WSDDService
Obtain the list of namespaces registered for this service
getNamespaces() - Method in class org.apache.axis.wsdl.fromJava.Types
Return the namespaces object for the current context
getNamespaces() - Method in class org.apache.axis.wsdl.fromJava.Namespaces
Get the list of namespaces currently registered
getNamespaces() - Method in class org.apache.axis.wsdl.toJava.Emitter
 
getNamespaceURI() - Method in class javax.xml.namespace.QName
Gets the Namespace URI for this QName
getNamespaceURI() - Method in class org.apache.axis.message.MessageElement
 
getNamespaceURI() - Method in class org.apache.axis.utils.Mapping
 
getNamespaceURI(String) - Method in interface javax.xml.soap.SOAPElement
Returns the URI of the namespace that has the given prefix.
getNamespaceURI(String) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get the Namespace for a particular prefix
getNamespaceURI(String) - Method in interface org.apache.axis.encoding.DeserializationContext
Get the Namespace for a particular prefix
getNamespaceURI(String) - Method in class org.apache.axis.message.MessageElement
 
getNamespaceURI(String) - Method in class org.apache.axis.utils.NSStack
Given a prefix, return the associated namespace (if any).
getNestedTypes(TypeEntry, SymbolTable, boolean) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
This method returns a set of all the nested types.
getNewQName(QName) - Static method in class org.apache.axis.wsdl.toJava.Utils
Common code for generating a QName in emitted code.
getNext() - Method in class org.apache.axis.message.SOAPFaultCodeBuilder
 
getNextRoleURI() - Method in interface org.apache.axis.soap.SOAPConstants
Obtain the "next" role/actor URI
getNextRoleURI() - Method in class org.apache.axis.soap.SOAP12Constants
Obtain the "next" role/actor URI
getNextRoleURI() - Method in class org.apache.axis.soap.SOAP11Constants
Obtain the "next" role/actor URI
getNextStream() - Method in class org.apache.axis.attachments.BoundaryDelimitedStream
Gets the next stream.
getNextStream(int) - Method in class org.apache.axis.attachments.BoundaryDelimitedStream
Gets the next stream.
getNillableQName(QName) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
getNillableQName returns the QName to use if the nillable=true attribute is used.
getNilQName() - Method in class org.apache.axis.schema.SchemaVersion2001
Get the appropriate QName for the "null"/"nil" attribute for this Schema version.
getNilQName() - Method in class org.apache.axis.schema.SchemaVersion2000
Get the appropriate QName for the "null"/"nil" attribute for this Schema version.
getNilQName() - Method in class org.apache.axis.schema.SchemaVersion1999
Get the appropriate QName for the "null"/"nil" attribute for this Schema version.
getNilQName() - Method in interface org.apache.axis.schema.SchemaVersion
Get the appropriate QName for the "null"/"nil" attribute for this Schema version.
getNode() - Method in class javax.xml.transform.dom.DOMSource
Get the node that represents a Source DOM tree.
getNode() - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
Query the node for this type.
getNodeNameQName(Node) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
XML nodes may have a name attribute.
getNodeQName(Node) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
An xml element may have a name.
getNonMatchingHeaders(String[]) - Method in class javax.xml.soap.MimeHeaders
Returns all of the MimeHeader objects whose name does not match a name in the given array of names.
getNonMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.SOAPPart
Retrieves all MimeHeader objects whose name does not match a name in the given array.
getNonMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.AttachmentPart
Retrieves all MimeHeader objects whose name does not match a name in the given array.
getNonMatchingMimeHeaders(String[]) - Method in class org.apache.axis.SOAPPart
Get all headers that do not match
getNonMatchingMimeHeaders(String[]) - Method in interface org.apache.axis.Part
Get all headers that do not match
getNonMatchingMimeHeaders(String[]) - Method in class org.apache.axis.attachments.AttachmentPart
Get all headers that do not match
getNonProxyHosts() - Method in interface org.apache.axis.components.net.TransportClientProperties
Returns a valid String, may be empty ("").
getNonProxyHosts() - Method in class org.apache.axis.components.net.DefaultHTTPTransportClientProperties
 
getNonProxyHosts() - Method in class org.apache.axis.components.net.DefaultHTTPSTransportClientProperties
 
getNumInParams() - Method in class org.apache.axis.description.OperationDesc
 
getNumOutParams() - Method in class org.apache.axis.description.OperationDesc
 
getNumParams() - Method in class org.apache.axis.description.OperationDesc
 
getObjectAttributes(Object, Attributes, SerializationContext) - Method in class org.apache.axis.encoding.ser.BeanSerializer
Check for meta-data in the bean that will tell us if any of the properties are actually attributes, add those to the element attribute list
getObjectByRef(String) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Gets the MessageElement or actual Object value associated with the href value.
getObjectByRef(String) - Method in interface org.apache.axis.encoding.DeserializationContext
Gets the MessageElement or actual Object value associated with the href value.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.axis.client.ServiceFactory
 
getObjectValue() - Method in class org.apache.axis.message.MessageElement
Returns value of the node as an object of registered type.
getOperation() - Method in class org.apache.axis.MessageContext
the current operation
getOperation() - Method in class org.apache.axis.client.Call
 
getOperation(String) - Method in class org.apache.axis.deployment.wsdd.WSDDProvider
 
getOperationByElementQName(QName) - Method in class org.apache.axis.description.ServiceDesc
Map an XML QName to an operation.
getOperationByName(String) - Method in class org.apache.axis.description.ServiceDesc
Return an operation matching the given method name.
getOperationByQName(QName) - Method in class org.apache.axis.MessageContext
get the first possible operation that could match a body containing an element of the given QName.
getOperationDesc() - Method in class org.apache.axis.deployment.wsdd.WSDDOperation
 
getOperationName() - Method in interface javax.xml.rpc.Call
Gets the name of the operation to be invoked using this Call instance.
getOperationName() - Method in class org.apache.axis.client.Call
Returns the operation name associated with this Call object.
getOperationName(QName) - Method in class org.apache.axis.providers.BasicProvider
 
getOperationNames() - Method in class org.apache.axis.providers.BasicProvider
 
getOperationParameters(Operation, String, BindingEntry) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
For the given operation, this method returns the parameter info conveniently collated.
getOperationQName(BindingOperation, BindingEntry, SymbolTable) - Static method in class org.apache.axis.wsdl.toJava.Utils
Return the operation QName.
getOperationQNames() - Method in class org.apache.axis.providers.BasicProvider
 
getOperations() - Method in class org.apache.axis.deployment.wsdd.WSDDProvider
 
getOperations() - Method in class org.apache.axis.description.ServiceDesc
get all the operations as a list of OperationDescs.
getOperations() - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get a Set of comprised Operation objects.
getOperationsByName(String) - Method in class org.apache.axis.description.ServiceDesc
get all overloaded operations by name
getOperationsByQName(QName) - Method in class org.apache.axis.description.ServiceDesc
Return all operations which match this QName (i.e.
getOperationStyle() - Method in class org.apache.axis.MessageContext
Get the operation style.
getOperationStyle() - Method in class org.apache.axis.client.Call
Get the operation style.
getOperationUse() - Method in class org.apache.axis.MessageContext
Get the operation use.
getOperationUse() - Method in class org.apache.axis.client.Call
Get the operation use.
getOption(ServletContext, String, String) - Method in class org.apache.axis.transport.http.AxisServletBase
Retrieve option, in order of precedence: (Managed) System property (see discovery.ManagedProperty), servlet init param, context init param.
getOption(String) - Method in interface org.apache.axis.Handler
Returns the option corresponding to the 'name' given
getOption(String) - Method in class org.apache.axis.handlers.BasicHandler
Returns the option corresponding to the 'name' given
getOption(String) - Method in interface org.apache.axis.ime.MessageExchange
 
getOption(String) - Method in class org.apache.axis.ime.internal.MessageExchangeProvider
Unsupported for now
getOption(String) - Method in class org.apache.axis.ime.internal.MessageExchangeImpl
Unsupported for now
getOption(String) - Method in class org.apache.axis.ime.internal.util.handler.HandlerMessageExchange
 
getOption(String, Object) - Method in interface org.apache.axis.ime.MessageExchange
 
getOption(String, Object) - Method in class org.apache.axis.ime.internal.MessageExchangeProvider
Unsupported for now
getOption(String, Object) - Method in class org.apache.axis.ime.internal.MessageExchangeImpl
Unsupported for now
getOption(String, Object) - Method in class org.apache.axis.ime.internal.util.handler.HandlerMessageExchange
 
getOptions() - Method in interface org.apache.axis.Handler
Return the entire list of options
getOptions() - Method in class org.apache.axis.handlers.BasicHandler
Return the entire list of options
getOptions() - Method in interface org.apache.axis.ime.MessageExchange
 
getOptions() - Method in class org.apache.axis.ime.internal.MessageExchangeProvider
Unsupported for now
getOptions() - Method in class org.apache.axis.ime.internal.MessageExchangeImpl
Unsupported for now
getOptions() - Method in class org.apache.axis.ime.internal.util.handler.HandlerMessageExchange
 
getOrder() - Method in class org.apache.axis.description.ParameterDesc
 
getOrMakeTypeMapping(String) - Method in class org.apache.axis.encoding.TypeMappingRegistryImpl
Obtain a type mapping for the given encodingStyle.
getOrMakeTypeMapping(String) - Method in interface org.apache.axis.encoding.TypeMappingRegistry
Obtain a type mapping for the given encoding style.
getOutParams() - Method in class org.apache.axis.description.OperationDesc
Returns an ordered list of out params (NOT inouts)
getOutputBodyType() - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry.OperationAttr
 
getOutputBodyType(Operation) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get the output body type for the given operation.
getOutputDir() - Method in class org.apache.axis.wsdl.toJava.Emitter
Get the output directory to use for emitted source files
getOutputNamespace(String) - Method in class org.apache.axis.wsdl.SkeletonImpl
Used to return the namespace of the output clause of the given operation.
getOutputParamByQName(QName) - Method in class org.apache.axis.description.OperationDesc
 
getOutputParams() - Method in interface javax.xml.rpc.Call
Returns a Map of {name, value} for the output parameters of the last invoked operation.
getOutputParams() - Method in class org.apache.axis.client.Call
Get the output parameters (if any) from the last invocation.
getOutputStream() - Method in class org.apache.axis.attachments.SourceDataSource
 
getOutputStream() - Method in class org.apache.axis.attachments.PlainTextDataSource
 
getOutputStream() - Method in class org.apache.axis.attachments.OctetStreamDataSource
 
getOutputStream() - Method in class org.apache.axis.attachments.MimeMultipartDataSource
 
getOutputStream() - Method in class org.apache.axis.attachments.ManagedMemoryDataSource
This method returns an OutputStream where the data can be written and throws the appropriate exception if it can not do so.
getOutputStream() - Method in class org.apache.axis.attachments.ImageDataSource
 
getOutputValues() - Method in interface javax.xml.rpc.Call
Returns a List values for the output parameters of the last invoked operation.
getOutputValues() - Method in class org.apache.axis.client.Call
Returns a List values for the output parameters of the last invoked operation.
getPackage() - Method in class org.apache.axis.wsdl.toJava.JavaClassWriter
Returns the package name.
getPackage(QName) - Method in class org.apache.axis.wsdl.toJava.Emitter
Get the Package name for the specified QName
getPackage(String) - Method in class org.apache.axis.wsdl.toJava.Emitter
Get the Package name for the specified namespace
getPackageName() - Method in class org.apache.axis.wsdl.toJava.Emitter
Get global package name to use instead of mapping namespaces
getPackageNameFromFullName(String) - Static method in class org.apache.axis.wsdl.fromJava.Types
Utility method to get the package name from a fully qualified java class name
getParam(String) - Method in class org.apache.axis.message.RPCElement
This gets the FIRST param whose name matches.
getParamByQName(QName) - Method in class org.apache.axis.description.OperationDesc
 
getParamDesc() - Method in class org.apache.axis.message.RPCParam
 
getParameter() - Method in class org.apache.axis.deployment.wsdd.WSDDParameter
 
getParameter(int) - Method in class org.apache.axis.description.OperationDesc
 
getParameter(String) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
Get the value of one of our parameters
getParameterMode(String, int) - Method in class org.apache.axis.wsdl.SkeletonImpl
Used to return the mode of the n-th parameter of the specified operation.
getParameterName(String, int) - Method in class org.apache.axis.wsdl.SkeletonImpl
Used to return the name of the n-th parameter of the specified operation.
getParameterNames(Method) - Method in class org.apache.axis.utils.bytecode.ParamReader
return the names of the declared parameters for the given method.
getParameterNamesFromDebugInfo(Method) - Static method in class org.apache.axis.utils.bytecode.ParamNameExtractor
Retrieve a list of function parameter names from a method Returns null if unable to read parameter names (i.e.
getParameters() - Method in class org.apache.axis.description.OperationDesc
 
getParameters() - Method in class org.apache.axis.description.FaultDesc
 
getParameters() - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get all of the parameters for all operations.
getParameters(Operation) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get the Parameters object for the given operation.
getParametersFromParts(Vector, Collection, boolean, String, BindingEntry) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
This method returns a vector containing Parameters which represent each Part (shouldn't we call these "Parts" or something?)
getParametersTable() - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
Returns the config parameters as a hashtable (lockable)
getParameterTypeByName(String) - Method in interface javax.xml.rpc.Call
Gets the XML type of a parameter by name
getParameterTypeByName(String) - Method in class org.apache.axis.client.Call
Return the QName of the type of the parameters with the given name.
getParameterTypeByQName(QName) - Method in class org.apache.axis.client.Call
Return the QName of the type of the parameters with the given name.
getParameterTypeName(Parameter) - Static method in class org.apache.axis.wsdl.toJava.Utils
Get the parameter type name.
getParams() - Method in class org.apache.axis.message.RPCElement
 
getParent() - Method in class org.apache.axis.description.OperationDesc
 
getParentElement() - Method in interface javax.xml.soap.Node
Returns the parent element of this Node object.
getParentElement() - Method in class org.apache.axis.message.MessageElement
 
getParser() - Method in class org.apache.axis.wsdl.gen.WSDL2
getParser get the Parser object
getPassword() - Method in class org.apache.axis.MessageContext
Get the password
getPassword() - Method in class org.apache.axis.client.Stub
Get the password
getPassword() - Method in class org.apache.axis.client.Call
Get the password
getPassword() - Method in class org.apache.axis.utils.Options
 
getPassword() - Method in class org.apache.axis.wsdl.gen.Parser
 
getPasswordAuthentication() - Method in class org.apache.axis.utils.DefaultAuthenticator
 
getPastPivot() - Method in class org.apache.axis.MessageContext
Determine when we've passed the pivot
getPath() - Method in class org.apache.axis.types.URI
Get the path for this URI.
getPath(boolean, boolean) - Method in class org.apache.axis.types.URI
Get the path for this URI (optionally with the query string and fragment).
getPd(Class) - Static method in class org.apache.axis.utils.BeanUtils
Create a BeanPropertyDescriptor array for the indicated class.
getPd(Class, TypeDesc) - Static method in class org.apache.axis.utils.BeanUtils
Create a BeanPropertyDescriptor array for the indicated class.
getPivotHandler() - Method in interface org.apache.axis.TargetedChain
Returns the Pivot Handler
getPivotHandler() - Method in class org.apache.axis.SimpleTargetedChain
 
getPivotQName() - Method in class org.apache.axis.deployment.wsdd.WSDDTargetedChain
 
getPOP3() - Method in class org.apache.axis.transport.mail.MailServer
Obtain the serverSocket that that MailServer is listening on.
getPort() - Method in class org.apache.axis.types.URI
Get the port for this URI.
getPort() - Method in class org.apache.axis.utils.Options
 
getPort() - Method in class org.apache.axis.wsdl.symbolTable.PortEntry
replies the WSDL port element represented by this symbol table entry
getPort(Class) - Method in interface javax.xml.rpc.Service
The getPort method returns either an instance of a generated stub implementation class or a dynamic proxy.
getPort(Class) - Method in class org.apache.axis.client.Service
Return a dynamic proxy for the given proxy interface.
getPort(QName, Class) - Method in interface javax.xml.rpc.Service
The getPort method returns either an instance of a generated stub implementation class or a dynamic proxy.
getPort(QName, Class) - Method in class org.apache.axis.client.Service
Return either an instance of a generated stub, if it can be found, or a dynamic proxy for the given proxy interface.
getPort(String, Class) - Method in class org.apache.axis.client.Service
Return an object which acts as a dynamic proxy for the passed interface class.
getPortName() - Method in class org.apache.axis.client.Stub
Get the port name.
getPortName() - Method in class org.apache.axis.client.Call
Returns the fully qualified name of the port for this Call object (if there is one).
getPorts() - Method in interface javax.xml.rpc.Service
Returns an Iterator for the list of QNames of service endpoints grouped by this service
getPorts() - Method in class org.apache.axis.client.Service
Returns an Iterator for the list of QNames of service endpoints grouped by this service
getPortType() - Method in class org.apache.axis.wsdl.symbolTable.PortTypeEntry
Get this entry's PortType object.
getPortTypeEntry(QName) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the PortTypeEntry with the given QName.
getPortTypeName() - Method in interface javax.xml.rpc.Call
Gets the qualified name of the port type.
getPortTypeName() - Method in class org.apache.axis.client.Call
Deprecated. This is really the service's port name, not portType name. Use getPortName instead.
getPortTypeName() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Returns the String representation of the portType name
getPossibleOperationsByQName(QName) - Method in class org.apache.axis.MessageContext
getPossibleOperationsByQName Returns a list of operation descriptors that could may possibly match a body containing an element of the given QName.
getPrefix() - Method in interface javax.xml.soap.Name
Returns the prefix associated with the namespace for the XML name that this Name object represents.
getPrefix() - Method in class org.apache.axis.message.PrefixedQName
 
getPrefix() - Method in class org.apache.axis.message.MessageElement
 
getPrefix() - Method in class org.apache.axis.utils.Mapping
 
getPrefix(String) - Method in class org.apache.axis.message.MessageElement
 
getPrefix(String) - Method in class org.apache.axis.utils.NSStack
Return an active prefix for the given namespaceURI, including the default prefix ("").
getPrefix(String, boolean) - Method in class org.apache.axis.utils.NSStack
Return an active prefix for the given namespaceURI.
getPrefix(String, Node) - Static method in class org.apache.axis.utils.XMLUtils
 
getPrefixForURI(String) - Method in class org.apache.axis.encoding.SerializationContextImpl
Get a prefix for a namespace URI.
getPrefixForURI(String) - Method in interface org.apache.axis.encoding.SerializationContext
Get a prefix for a namespace URI.
getPrefixForURI(String, String) - Method in class org.apache.axis.encoding.SerializationContextImpl
Get a prefix for the given namespace URI.
getPrefixForURI(String, String) - Method in interface org.apache.axis.encoding.SerializationContext
Get a prefix for a namespace URI.
getPrefixForURI(String, String, boolean) - Method in class org.apache.axis.encoding.SerializationContextImpl
Get a prefix for the given namespace URI.
getPrefixHash() - Method in class org.apache.axis.utils.Mapping
 
getPretty() - Method in class org.apache.axis.encoding.SerializationContextImpl
Get whether the serialization should be pretty printed.
getPretty() - Method in interface org.apache.axis.encoding.SerializationContext
Get whether the serialization should be pretty printed.
getPrimitiveClass(Class) - Static method in class org.apache.axis.utils.JavaUtils
 
getPrintWriter(String) - Method in class org.apache.axis.wsdl.toJava.JavaWriter
You should not need to override this method.
getPrintWriter(String) - Method in class org.apache.axis.wsdl.toJava.JavaUndeployWriter
 
getPrintWriter(String) - Method in class org.apache.axis.wsdl.toJava.JavaDeployWriter
 
getPrintWriter(String) - Method in class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
The default behaviour (of super.getPrintWriter) is, given the file name, create a PrintWriter for it.
getProperties() - Static method in class org.apache.axis.AxisProperties
This is an expensive operation.
getProperties() - Method in class org.apache.axis.i18n.RB
Get the underlying properties
getProperties(Class, TypeDesc) - Static method in class org.apache.axis.encoding.ser.BeanDeserializerFactory
Get a list of the bean properties
getProperty(String) - Method in interface javax.xml.rpc.Call
Gets the value of a named property.
getProperty(String) - Method in interface javax.xml.rpc.handler.MessageContext
Gets the value of a specific property from the MessageContext
getProperty(String) - Method in class org.apache.axis.MessageContext
Returns the value associated with the named property - or null if not defined/set.
getProperty(String) - Static method in class org.apache.axis.AxisProperties
Get value for property bound to the current thread context class loader.
getProperty(String) - Method in class org.apache.axis.client.Call
Returns the value associated with the named property
getProperty(String) - Method in class org.apache.axis.description.ServiceDesc
 
getProperty(String, String) - Static method in class org.apache.axis.AxisProperties
Get value for property bound to the current thread context class loader.
getPropertyDescriptorMap() - Method in class org.apache.axis.description.TypeDesc
Get/Cache the property descriptor map
getPropertyDescriptors() - Method in class org.apache.axis.description.TypeDesc
Get/Cache the property descriptors
getPropertyNames() - Method in interface javax.xml.rpc.Call
Gets the names of configurable properties supported by this Call object.
getPropertyNames() - Method in interface javax.xml.rpc.handler.MessageContext
Returns an Iterator view of the names of the properties in this MessageContext
getPropertyNames() - Method in class org.apache.axis.MessageContext
Returns an Iterator view of the names of the properties in this MessageContext
getPropertyNames() - Method in class org.apache.axis.client.Call
 
getProtocolVersion(HttpServletRequest) - Method in class org.apache.axis.transport.http.AxisServlet
Return the HTTP protocol level 1.1 or 1.0 by derived class.
getProvider() - Method in class org.apache.axis.enum.Style
 
getProviderQName() - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
getProxyHost() - Method in interface org.apache.axis.components.net.TransportClientProperties
Returns a valid String, may be empty ("").
getProxyHost() - Method in class org.apache.axis.components.net.DefaultHTTPTransportClientProperties
 
getProxyHost() - Method in class org.apache.axis.components.net.DefaultHTTPSTransportClientProperties
 
getProxyPassword() - Method in interface org.apache.axis.components.net.TransportClientProperties
Returns a valid String, may be empty ("").
getProxyPassword() - Method in class org.apache.axis.components.net.DefaultHTTPTransportClientProperties
 
getProxyPassword() - Method in class org.apache.axis.components.net.DefaultHTTPSTransportClientProperties
 
getProxyPort() - Method in interface org.apache.axis.components.net.TransportClientProperties
Returns a valid String, may be empty ("").
getProxyPort() - Method in class org.apache.axis.components.net.DefaultHTTPTransportClientProperties
 
getProxyPort() - Method in class org.apache.axis.components.net.DefaultHTTPSTransportClientProperties
 
getProxyUser() - Method in interface org.apache.axis.components.net.TransportClientProperties
Returns a valid String, may be empty ("").
getProxyUser() - Method in class org.apache.axis.components.net.DefaultHTTPTransportClientProperties
 
getProxyUser() - Method in class org.apache.axis.components.net.DefaultHTTPSTransportClientProperties
 
getPublic() - Method in class org.apache.axis.types.Notation
 
getPublicId() - Method in class javax.xml.transform.stream.StreamSource
Get the public identifier that was set with setPublicId.
getQName() - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
getQName() - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
 
getQName() - Method in class org.apache.axis.description.ParameterDesc
 
getQName() - Method in class org.apache.axis.description.FaultDesc
 
getQName() - Method in class org.apache.axis.message.RPCParam
 
getQName() - Method in class org.apache.axis.message.MessageElement
 
getQName() - Method in class org.apache.axis.wsdl.symbolTable.SymTabEntry
Get the QName of this entry.
getQName() - Method in class org.apache.axis.wsdl.symbolTable.Parameter
Get the fully qualified name of this parameter.
getQName() - Method in class org.apache.axis.wsdl.symbolTable.FaultInfo
Return the QName of a fault.
getQName(int) - Method in class org.apache.axis.message.NullAttributes
Return an attribute's qualified (prefixed) name.
getQNameForClass(Class) - Method in class org.apache.axis.encoding.SerializationContextImpl
Get the QName associated with the specified class.
getQNameForClass(Class) - Method in interface org.apache.axis.encoding.SerializationContext
Get the QName associated with the specified class.
getQNameFromPrefixedName(Node, String) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
Convert a prefixed name into a qname
getQNameFromString(String) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Construct a QName from a string of the form :
getQNameFromString(String) - Method in interface org.apache.axis.encoding.DeserializationContext
Construct a QName from a string of the form :
getQNameFromString(String, Node) - Static method in class org.apache.axis.utils.XMLUtils
Return a QName when passed a string like "foo:bar" by mapping the "foo" prefix to a namespace in the context of the given Node.
getQNameString(QName) - Method in class org.apache.axis.wsdl.fromJava.Types
Return a string suitable for representing a given QName in the context of this WSDL document.
getQualifiedName() - Method in interface javax.xml.soap.Name
Gets the namespace-qualified name of the XML name that this Name object represents.
getQualifiedName() - Method in class org.apache.axis.message.PrefixedQName
 
getQueryString() - Method in class org.apache.axis.types.URI
Get the query string for this URI.
getQueue(QueueSession, String) - Method in class org.apache.axis.components.jms.JNDIVendorAdapter
 
getQueue(QueueSession, String) - Method in class org.apache.axis.components.jms.JMSVendorAdapter
 
getQueueConnectionFactory(HashMap) - Method in class org.apache.axis.components.jms.SonicMQVendorAdapter
 
getQueueConnectionFactory(HashMap) - Method in class org.apache.axis.components.jms.JNDIVendorAdapter
 
getQueueConnectionFactory(HashMap) - Method in class org.apache.axis.components.jms.JMSVendorAdapter
 
getQueueConnectionFactory(HashMap) - Method in class org.apache.axis.components.jms.BeanVendorAdapter
 
getReader() - Method in class javax.xml.transform.stream.StreamSource
Get the character stream that was set with setReader.
getRealElement() - Method in class org.apache.axis.message.MessageElement
 
getReceivedMessageDispatchPolicy() - Method in class org.apache.axis.ime.internal.MessageExchangeProvider
 
getReceivedMessageDispatchPolicy() - Method in class org.apache.axis.ime.internal.util.handler.HandlerMessageExchange
 
getReceiveHandler() - Method in class org.apache.axis.ime.internal.MessageExchangeProvider
 
getReceiveHandler() - Method in class org.apache.axis.ime.internal.util.handler.HandlerMessageExchange
 
getRecorder() - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get Event Recorder
getRecorder() - Method in interface org.apache.axis.encoding.DeserializationContext
Get Event Recorder
getRecorder() - Method in class org.apache.axis.message.MessageElement
 
getRef() - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
getReference() - Method in class org.apache.axis.client.Service
Returns a reference to this object.
getReferencedObject(String) - Method in interface org.apache.axis.message.IDResolver
Get the object refereced by the href
getRefType() - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
If this type references another type, return that type, otherwise return null.
getRegisteredEncodingStyleURIs() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Returns a list of registered encodingStyle URIs in this TypeMappingRegistry instance.
getRegisteredEncodingStyleURIs() - Method in class org.apache.axis.encoding.TypeMappingRegistryImpl
Gets a list of namespace URIs registered with this TypeMappingRegistry.
getRelay() - Method in class org.apache.axis.message.SOAPHeaderElement
 
getRemainingArgs() - Method in class org.apache.axis.utils.Options
This returns an array of unused args - these are the non-option args from the command line.
getRemainingFlags() - Method in class org.apache.axis.utils.Options
This just returns a string with the unprocessed flags - mainly for error reporting - so you can report the unknown flags.
getRep() - Method in class org.apache.axis.transport.http.AxisHttpSession
Get the internal HttpSession.
getRequest() - Method in class org.apache.axis.security.servlet.ServletAuthenticatedUser
 
getRequestFlow() - Method in class org.apache.axis.deployment.wsdd.WSDDTargetedChain
 
getRequestFlow() - Method in class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration
Get our request flow
getRequestHandler() - Method in interface org.apache.axis.TargetedChain
Returns the Request handler
getRequestHandler() - Method in class org.apache.axis.SimpleTargetedChain
 
getRequestMessage() - Method in class org.apache.axis.MessageContext
Get the request message.
getRequestQName(OperationDesc) - Method in class org.apache.axis.wsdl.fromJava.Emitter
 
getResourceAsStream(Class, String) - Static method in class org.apache.axis.utils.ClassUtils
 
getResourceAsStream(String) - Method in class org.apache.axis.utils.JWSClassLoader
Overloaded getResourceAsStream() so we can be sure to return the correct class file regardless of where it might live on our hard drive.
getResourceBundle() - Static method in class org.apache.axis.i18n.Messages
 
getResourceBundle() - Method in class org.apache.axis.i18n.MessageBundle
 
getResourceBundle() - Static method in class org.apache.axis.utils.Messages
 
getResourceClassIterator(Class) - Static method in class org.apache.axis.AxisProperties
 
getResourceName() - Method in class org.apache.axis.i18n.ProjectResourceBundle
 
getResponseFlow() - Method in class org.apache.axis.deployment.wsdd.WSDDTargetedChain
 
getResponseFlow() - Method in class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration
Get our response flow
getResponseHandler() - Method in interface org.apache.axis.TargetedChain
Returns the Response Handler
getResponseHandler() - Method in class org.apache.axis.SimpleTargetedChain
 
getResponseHeaders(Call) - Method in class org.apache.axis.client.Stub
Deprecated. This method has been changed to a no-op but remains in the code to keep compatibility with pre-1.1 generated stubs.
getResponseMessage() - Method in class org.apache.axis.MessageContext
Get the response message.
getResponseMessage() - Method in class org.apache.axis.client.Call
Directly get the response message in our MessageContext.
getResponseQName(OperationDesc) - Method in class org.apache.axis.wsdl.fromJava.Emitter
 
getResponseString(TypeEntry, MimeInfo, String) - Static method in class org.apache.axis.wsdl.toJava.Utils
Return the Object variable 'var' cast to the appropriate type doing the right thing for the primitive types.
getRestrictionOrExtensionNode(Node) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
Returns the contained restriction or extension node underneath the specified node.
getReturnClass() - Method in class org.apache.axis.description.OperationDesc
 
getReturnParamDesc() - Method in class org.apache.axis.description.OperationDesc
 
getReturnQName() - Method in class org.apache.axis.description.OperationDesc
 
getReturnType() - Method in interface javax.xml.rpc.Call
Gets the return type for a specific operation
getReturnType() - Method in class org.apache.axis.client.Call
Returns the QName of the type of the return value of this Call - or null if not set.
getReturnType() - Method in class org.apache.axis.description.OperationDesc
 
getRole() - Method in class org.apache.axis.message.SOAPHeaderElement
 
getRoleAttributeQName() - Method in interface org.apache.axis.soap.SOAPConstants
Obtain the QName for the role attribute (actor/role)
getRoleAttributeQName() - Method in class org.apache.axis.soap.SOAP12Constants
Obtain the QName for the role attribute (actor/role)
getRoleAttributeQName() - Method in class org.apache.axis.soap.SOAP11Constants
Obtain the QName for the role attribute (actor/role)
getRoles() - Method in interface javax.xml.rpc.handler.HandlerChain
Gets SOAP actor roles registered for this HandlerChain at this SOAP node.
getRoles() - Method in interface javax.xml.rpc.handler.soap.SOAPMessageContext
Gets the SOAP actor roles associated with an execution of the HandlerChain and its contained Handler instances.
getRoles() - Method in class org.apache.axis.MessageContext
Not (yet) implemented method in the SOAPMessageContext interface Gets the SOAP actor roles associated with an execution of the HandlerChain and its contained Handler instances.
getRoles() - Method in class org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfoChain
 
getRoles() - Method in class org.apache.axis.handlers.HandlerInfoChainFactory
 
getRoles() - Method in class org.apache.axis.handlers.HandlerChainImpl
 
getRootPart() - Method in class org.apache.axis.attachments.AttachmentsImpl
From the complex stream return the root part.
getRootPart() - Method in interface org.apache.axis.attachments.Attachments
From the complex stream return the SOAP part.
getSAXParser() - Static method in class org.apache.axis.utils.XMLUtils
Get a SAX parser instance from the JAXP factory.
getSchemaVersion() - Method in class org.apache.axis.MessageContext
Schema version information
getSchemaVersion() - Method in class org.apache.axis.message.SOAPEnvelope
Get the schema version for this envelope
getScheme() - Method in class org.apache.axis.types.URI
Get the scheme for this URI.
getSchemeSpecificPart() - Method in class org.apache.axis.types.URI
Get the scheme-specific part for this URI (everything following the scheme and the first colon).
getScope() - Method in class org.apache.axis.wsdl.toJava.Emitter
Get the scope for the deploy.xml file.
getScope(int) - Static method in class org.apache.axis.enum.Scope
 
getScope(int) - Method in class org.apache.axis.enum.Scope.Type
 
getScope(String) - Static method in class org.apache.axis.enum.Scope
 
getScope(String) - Method in class org.apache.axis.enum.Scope.Type
 
getScope(String, Scope) - Static method in class org.apache.axis.enum.Scope
 
getScope(String, Scope) - Method in class org.apache.axis.enum.Scope.Type
 
getScopedAttribute(Node, String) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
Given a node, return the value of the given attribute.
getScopedProperty(String) - Method in class org.apache.axis.client.Call
Deprecated.  
getScopes() - Static method in class org.apache.axis.enum.Scope
 
getScript() - Static method in class org.apache.axis.components.script.ScriptFactory
Get the Script implementation.
getSeconds() - Method in class org.apache.axis.types.Duration
 
getSendHandler() - Method in class org.apache.axis.ime.internal.MessageExchangeProvider
 
getSendHandler() - Method in class org.apache.axis.ime.internal.util.handler.HandlerMessageExchange
 
getSendType() - Method in class org.apache.axis.attachments.AttachmentsImpl
 
getSendType() - Method in interface org.apache.axis.attachments.Attachments
Determine if an object is to be treated as an attchment.
getSendType() - Method in class org.apache.axis.handlers.soap.SOAPService
 
getSendType(String) - Static method in class org.apache.axis.attachments.AttachmentsImpl
Determine how an object typically sent as attachments are to be represented.
getSendTypeString(int) - Static method in class org.apache.axis.attachments.AttachmentsImpl
For a given sendType value, return a string representation.
getSerClassConstructor() - Method in class org.apache.axis.encoding.ser.BaseSerializerFactory
Returns the serClassConstructor.
getSerializer - Variable in class org.apache.axis.encoding.ser.BaseSerializerFactory
 
getSerializer() - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
getSerializer(Class) - Method in class org.apache.axis.encoding.TypeMappingImpl
Gets the SerializerFactory registered for the Java type.
getSerializer(Class) - Method in interface org.apache.axis.encoding.TypeMapping
Gets the SerializerFactory registered for the specified pair of Java type and XML data type.
getSerializer(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
Gets the SerializerFactory registered for the specified pair of Java type and XML data type.
getSerializer(Class, QName) - Method in class org.apache.axis.encoding.TypeMappingImpl
Gets the SerializerFactory registered for the specified pair of Java type and XML data type.
getSerializer(String, Class, QName) - Static method in class org.apache.axis.types.Schema
Get Custom Serializer
getSerializerAs(String) - Method in interface javax.xml.rpc.encoding.SerializerFactory
Returns a Serializer for the specified XML processing mechanism type.
getSerializerAs(String) - Method in class org.apache.axis.encoding.ser.BeanSerializerFactory
 
getSerializerAs(String) - Method in class org.apache.axis.encoding.ser.BaseSerializerFactory
 
getSerializerAsInternal(String) - Method in class org.apache.axis.encoding.ser.BaseSerializerFactory
 
getSerializerForJavaType(Class) - Method in class org.apache.axis.encoding.SerializationContextImpl
Convenience method to get the Serializer for a specific java type
getSerializerForJavaType(Class) - Method in interface org.apache.axis.encoding.SerializationContext
Convenience method to get the Serializer for a specific java type
getSerializerName() - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
getServer(Map) - Method in class org.apache.axis.server.JNDIAxisServerFactory
Obtain an AxisServer reference, using JNDI if possible, otherwise creating one using the standard Axis configuration pattern.
getServer(Map) - Method in class org.apache.axis.server.DefaultAxisServerFactory
Get an AxisServer.
getServer(Map) - Method in interface org.apache.axis.server.AxisServerFactory
 
getServer(Map) - Static method in class org.apache.axis.server.AxisServer
 
getServerEngineConfig() - Method in interface org.apache.axis.EngineConfigurationFactory
Get a default server engine configuration.
getServerEngineConfig() - Method in class org.apache.axis.configuration.EngineConfigurationFactoryServlet
Get a default server engine configuration.
getServerEngineConfig() - Method in class org.apache.axis.configuration.EngineConfigurationFactoryDefault
Get a default server engine configuration.
getServerEngineConfig() - Method in class org.apache.axis.configuration.DefaultEngineConfigurationFactory
Deprecated. Get a default server engine configuration.
getServerSocket() - Method in class org.apache.axis.transport.http.SimpleAxisServer
Obtain the serverSocket that that SimpleAxisServer is listening on.
getService() - Method in class org.apache.axis.MessageContext
 
getService() - Method in class org.apache.axis.client.Call
Get the Service object associated with this Call object.
getService() - Method in class org.apache.axis.wsdl.symbolTable.ServiceEntry
Get this entry's Service object.
getService(Map) - Static method in class org.apache.axis.client.ServiceFactory
Obtain an AxisClient reference, using JNDI if possible, otherwise creating one using the standard Axis configuration pattern.
getService(QName) - Method in interface org.apache.axis.EngineConfiguration
retrieve an instance of the named service
getService(QName) - Method in class org.apache.axis.configuration.SimpleProvider
 
getService(QName) - Method in class org.apache.axis.configuration.NullProvider
 
getService(QName) - Method in class org.apache.axis.configuration.FileProvider
retrieve an instance of the named service
getService(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
getService(String) - Method in class org.apache.axis.AxisEngine
 
getServiceActors() - Method in class org.apache.axis.handlers.soap.SOAPService
Get the service-specific actor list
getServiceByNamespaceURI(String) - Method in interface org.apache.axis.EngineConfiguration
Get a service which has been mapped to a particular namespace
getServiceByNamespaceURI(String) - Method in class org.apache.axis.configuration.SimpleProvider
Get a service which has been mapped to a particular namespace
getServiceByNamespaceURI(String) - Method in class org.apache.axis.configuration.NullProvider
 
getServiceByNamespaceURI(String) - Method in class org.apache.axis.configuration.FileProvider
Get a service which has been mapped to a particular namespace
getServiceByNamespaceURI(String) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
getServiceClass(String, SOAPService, MessageContext) - Method in class org.apache.axis.providers.java.JavaProvider
Returns the Class info about the service class.
getServiceClass(String, SOAPService, MessageContext) - Method in class org.apache.axis.providers.java.EJBProvider
Get the class description for the EJB Remote or Local Interface, which is what we are interested in exposing to the world (i.e.
getServiceClassName(Handler) - Method in class org.apache.axis.providers.java.JavaProvider
Return the class name of the service
getServiceClassNameOptionName() - Method in class org.apache.axis.providers.java.RMIProvider
Return the option in the configuration that contains the service class name.
getServiceClassNameOptionName() - Method in class org.apache.axis.providers.java.JavaProvider
Return the option in the configuration that contains the service class name
getServiceClassNameOptionName() - Method in class org.apache.axis.providers.java.EJBProvider
Return the option in the configuration that contains the service class name.
getServiceClassNameOptionName() - Method in class org.apache.axis.providers.java.CORBAProvider
Return the option in the configuration that contains the service class name.
getServiceDesc() - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
getServiceDesc() - Method in class org.apache.axis.wsdl.fromJava.Emitter
 
getServiceDescription() - Method in class org.apache.axis.handlers.soap.SOAPService
 
getServiceDescriptionURL() - Method in class org.apache.axis.deployment.wsdd.WSDDService
Get any service description URL which might be associated with this service.
getServiceElementName() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Returns the String representation of the service element name
getServiceEntry(QName) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the ServiceEntry with the given QName.
getServiceName() - Method in interface javax.xml.rpc.Service
Gets the name of this Service.
getServiceName() - Method in class org.apache.axis.client.Service
Returns the qualified name of the service (if one is set).
getServiceObject(MessageContext, Handler, String, IntHolder) - Method in class org.apache.axis.providers.java.JavaProvider
Get the service object whose method actually provides the service.
getServicePortName() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Returns the String representation of the service port name
getServices() - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
Return an array of the services in this deployment
getServletContext() - Method in interface javax.xml.rpc.server.ServletEndpointContext
The method getServletContext returns the ServletContext associated with the web application that contain this endpoint.
getServletContext() - Method in class org.apache.axis.transport.http.ServletEndpointContextImpl
 
getServletContext() - Method in class org.apache.axis.transport.http.AxisServletBase
what is the servlet context
getSession() - Method in class org.apache.axis.MessageContext
Sessions
getSignature(Member, Class[]) - Static method in class org.apache.axis.utils.bytecode.ClassReader
 
getSimpleTypeBase(Node) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
If the specified node represents a 'normal' non-enumeration simpleType, the QName of the simpleType base is returned.
getSingleton() - Static method in class org.apache.axis.encoding.DefaultTypeMappingImpl
Obtain the singleton default typemapping.
getSize() - Method in class javax.xml.soap.AttachmentPart
Returns the number of bytes in this AttachmentPart object.
getSize() - Method in class org.apache.axis.SOAPPart
Get the total size in bytes, including headers, of this Part.
getSize() - Method in class org.apache.axis.attachments.AttachmentPart
Returns the number of bytes in this AttachmentPart object.
getSoapAction() - Method in class org.apache.axis.description.OperationDesc
 
getSoapAction() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Returns the soapAction option value
getSOAPAction(String) - Method in class org.apache.axis.wsdl.SkeletonImpl
Used to return the SOAPAction of the given operation.
getSOAPActionURI() - Method in class org.apache.axis.MessageContext
Get the soapAction URI.
getSOAPActionURI() - Method in class org.apache.axis.client.Call
Get the soapAction URI.
getSOAPConstants() - Method in class org.apache.axis.MessageContext
SOAP constants
getSOAPConstants() - Method in class org.apache.axis.message.SOAPEnvelope
Get the soap constants for this envelope
getSOAPEnvelope() - Method in class org.apache.axis.Message
Get this message's SOAPPart as a SOAPEnvelope
getSOAPPart() - Method in class javax.xml.soap.SOAPMessage
Gets the SOAP part of this SOAPMessage object.
getSOAPPart() - Method in class org.apache.axis.Message
Get this message's SOAPPart.
getSOAPPartAsBytes() - Method in class org.apache.axis.Message
 
getSOAPPartAsString() - Method in class org.apache.axis.Message
 
getSpecialized(String) - Method in class org.apache.axis.encoding.ser.BaseSerializerFactory
Obtains a serializer by invoking getSerializer method in the javaType class or its Helper class.
getSpecialized(String) - Method in class org.apache.axis.encoding.ser.BaseDeserializerFactory
Obtains a deserializer by invoking getDeserializer method in the javaType class or its Helper class.
getStartColumn() - Method in class org.apache.axis.components.compiler.CompilerError
Return the starting column number of the program text originating this error
getStartLine() - Method in class org.apache.axis.components.compiler.CompilerError
Return the starting line number of the program text originating this error
getStartOfMappingsPos() - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get the start of the mapping position
getStartOfMappingsPos() - Method in interface org.apache.axis.encoding.DeserializationContext
Get the start of the mapping position
getStopClasses() - Method in class org.apache.axis.description.ServiceDesc
 
getStopClasses() - Method in class org.apache.axis.wsdl.fromJava.Types
Return the list of classes that we should not emit WSDL for.
getStopClasses() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Return the list of classes which stop inhertance searches
getString(Object, Locale, String) - Static method in class org.apache.axis.i18n.RB
Get a message from resource.properties from the package of the given object.
getString(Object, Locale, String, Object) - Static method in class org.apache.axis.i18n.RB
Get a message from resource.properties from the package of the given object.
getString(Object, Locale, String, Object[]) - Static method in class org.apache.axis.i18n.RB
Get a message from resource.properties from the package of the given object.
getString(Object, Locale, String, Object, Object) - Static method in class org.apache.axis.i18n.RB
Get a message from resource.properties from the package of the given object.
getString(Object, Locale, String, Object, Object, Object) - Static method in class org.apache.axis.i18n.RB
Get a message from resource.properties from the package of the given object.
getString(Object, Locale, String, Object, Object, Object, Object) - Static method in class org.apache.axis.i18n.RB
Get a message from resource.properties from the package of the given object.
getString(Object, Locale, String, Object, Object, Object, Object, Object) - Static method in class org.apache.axis.i18n.RB
Get a message from resource.properties from the package of the given object.
getString(Object, String) - Static method in class org.apache.axis.i18n.RB
Get a message from resource.properties from the package of the given object.
getString(Object, String, Object) - Static method in class org.apache.axis.i18n.RB
Get a message from resource.properties from the package of the given object.
getString(Object, String, Object[]) - Static method in class org.apache.axis.i18n.RB
Get a message from resource.properties from the package of the given object.
getString(Object, String, Object, Object) - Static method in class org.apache.axis.i18n.RB
Get a message from resource.properties from the package of the given object.
getString(Object, String, Object, Object, Object) - Static method in class org.apache.axis.i18n.RB
Get a message from resource.properties from the package of the given object.
getString(Object, String, Object, Object, Object, Object) - Static method in class org.apache.axis.i18n.RB
Get a message from resource.properties from the package of the given object.
getString(Object, String, Object, Object, Object, Object, Object) - Static method in class org.apache.axis.i18n.RB
Get a message from resource.properties from the package of the given object.
getString(String) - Method in class org.apache.axis.i18n.RB
Gets a string message from the resource bundle for the given key
getString(String, Object) - Method in class org.apache.axis.i18n.RB
Gets a string message from the resource bundle for the given key.
getString(String, Object[]) - Method in class org.apache.axis.i18n.RB
Gets a string message from the resource bundle for the given key.
getString(String, Object, Object) - Method in class org.apache.axis.i18n.RB
Gets a string message from the resource bundle for the given key.
getString(String, Object, Object, Object) - Method in class org.apache.axis.i18n.RB
Gets a string message from the resource bundle for the given key.
getStringForQName(QName, Element) - Static method in class org.apache.axis.utils.XMLUtils
Return a string for a particular QName, mapping a new prefix if necessary.
getStrOption(String, Handler) - Method in class org.apache.axis.providers.java.RMIProvider
Get a String option by looking first in the service options, and then at the Handler's options.
getStrOption(String, Handler) - Method in class org.apache.axis.providers.java.EJBProvider
Get a String option by looking first in the service options, and then at the Handler's options.
getStrOption(String, Handler) - Method in class org.apache.axis.providers.java.CORBAProvider
Get a String option by looking first in the service options, and then at the Handler's options.
getStrProp(String) - Method in class org.apache.axis.MessageContext
Just a util so we don't have to cast the result
getStyle() - Method in class org.apache.axis.deployment.wsdd.WSDDService
Get the service style - document or RPC
getStyle() - Method in class org.apache.axis.description.ServiceDesc
What kind of service is this?
getStyle() - Method in class org.apache.axis.description.OperationDesc
Return the style of the operation, defaulting to the parent ServiceDesc's style if we don't have one explicitly set.
getStyle() - Method in class org.apache.axis.handlers.soap.SOAPService
 
getStyle() - Method in class org.apache.axis.wsdl.fromJava.Emitter
getStyle
getStyle(int) - Static method in class org.apache.axis.enum.Style
 
getStyle(int) - Method in class org.apache.axis.enum.Style.Type
 
getStyle(String) - Static method in class org.apache.axis.enum.Style
 
getStyle(String) - Method in class org.apache.axis.enum.Style.Type
 
getStyle(String, Style) - Static method in class org.apache.axis.enum.Style
 
getStyle(String, Style) - Method in class org.apache.axis.enum.Style.Type
 
getStyles() - Static method in class org.apache.axis.enum.Style
 
getSupportedEncodings() - Method in interface javax.xml.rpc.encoding.TypeMapping
Returns the encodingStyle URIs (as String[]) supported by this TypeMapping instance.
getSupportedEncodings() - Method in class org.apache.axis.encoding.TypeMappingImpl
Gets the list of encoding styles supported by this TypeMapping object.
getSupportedFeatures() - Method in interface org.apache.axis.features.FeatureEnabled
 
getSupportedMechanismTypes() - Method in interface javax.xml.rpc.encoding.SerializerFactory
Returns a list of all XML processing mechanism types supported by this SerializerFactory.
getSupportedMechanismTypes() - Method in interface javax.xml.rpc.encoding.DeserializerFactory
Returns a list of all XML processing mechanism types supported by this DeserializerFactory.
getSupportedMechanismTypes() - Method in class org.apache.axis.encoding.ser.BaseSerializerFactory
Returns a list of all XML processing mechanism types supported by this SerializerFactory.
getSupportedMechanismTypes() - Method in class org.apache.axis.encoding.ser.BaseDeserializerFactory
Returns a list of all XML processing mechanism types supported by this DeserializerFactory.
getSymbols(QName) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the list of entries with the given QName.
getSymbolTable() - Method in class org.apache.axis.wsdl.gen.Parser
Get the symbol table.
getSystem() - Method in class org.apache.axis.types.Notation
 
getSystemId() - Method in interface javax.xml.transform.Source
Get the system identifier that was set with setSystemId.
getSystemId() - Method in class javax.xml.transform.dom.DOMSource
Get the base ID (URL or system ID) from where URLs will be resolved.
getSystemId() - Method in class javax.xml.transform.sax.SAXSource
Get the base ID (URI or system ID) from where URIs will be resolved.
getSystemId() - Method in class javax.xml.transform.stream.StreamSource
Get the system identifier that was set with setSystemId.
getTargetEndpointAddress() - Method in interface javax.xml.rpc.Call
Gets the address of a target service endpoint.
getTargetEndpointAddress() - Method in class org.apache.axis.client.Call
Returns the URL of the target Web Service.
getTargetNamespace() - Method in class org.apache.axis.types.Schema
 
getTargetService() - Method in class org.apache.axis.MessageContext
 
getTargetService() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Returns the target service name
getText() - Method in class org.apache.axis.message.SOAPFaultReasonBuilder
 
getTextClassName(String) - Static method in class org.apache.axis.utils.JavaUtils
Converts text of the form [LFoo to the Foo[]
getTimeout() - Method in class org.apache.axis.MessageContext
Get timeout from our MessageContext.
getTimeout() - Method in class org.apache.axis.client.Stub
Get the timeout value in milliseconds.
getTimeout() - Method in class org.apache.axis.client.Call
 
getTimeout() - Method in class org.apache.axis.session.SimpleSession
 
getTimeout() - Method in interface org.apache.axis.session.Session
Return the sessions' time-to-live.
getTimeout() - Method in class org.apache.axis.transport.http.AxisHttpSession
Return the sessions' time-to-live.
getTimeout() - Method in class org.apache.axis.wsdl.gen.Parser
Return the current timeout setting
getTimezone() - Method in class org.apache.axis.types.YearMonth
 
getTimezone() - Method in class org.apache.axis.types.Year
 
getTimezone() - Method in class org.apache.axis.types.MonthDay
 
getTimezone() - Method in class org.apache.axis.types.Month
 
getTimezone() - Method in class org.apache.axis.types.Day
 
getTopic(TopicSession, String) - Method in class org.apache.axis.components.jms.JNDIVendorAdapter
 
getTopic(TopicSession, String) - Method in class org.apache.axis.components.jms.JMSVendorAdapter
 
getTopicConnectionFactory(HashMap) - Method in class org.apache.axis.components.jms.SonicMQVendorAdapter
 
getTopicConnectionFactory(HashMap) - Method in class org.apache.axis.components.jms.JNDIVendorAdapter
 
getTopicConnectionFactory(HashMap) - Method in class org.apache.axis.components.jms.JMSVendorAdapter
 
getTopicConnectionFactory(HashMap) - Method in class org.apache.axis.components.jms.BeanVendorAdapter
 
getTrailers() - Method in class org.apache.axis.message.SOAPEnvelope
Return trailers
getTransmissionSize() - Method in class org.apache.axis.attachments.DimeMultiPart
 
getTransport(QName) - Method in interface org.apache.axis.EngineConfiguration
retrieve an instance of the named transport
getTransport(QName) - Method in class org.apache.axis.configuration.SimpleProvider
 
getTransport(QName) - Method in class org.apache.axis.configuration.NullProvider
 
getTransport(QName) - Method in class org.apache.axis.configuration.FileProvider
retrieve an instance of the named transport
getTransport(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
getTransport(String) - Method in class org.apache.axis.AxisEngine
 
getTransportForProtocol(String) - Method in class org.apache.axis.client.Call
Get the Transport registered for the given protocol.
getTransportName() - Method in class org.apache.axis.MessageContext
Transport
getTransportName() - Method in class org.apache.axis.client.Transport
Returns the name of the transport chain to use
getType() - Method in class org.apache.axis.attachments.DimeDelimitedInputStream
get type.
getType() - Method in class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration
 
getType() - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
 
getType() - Method in class org.apache.axis.enum.Enum
 
getType() - Method in class org.apache.axis.message.MessageElement
 
getType() - Method in class org.apache.axis.utils.FieldPropertyDescriptor
Get the type of a property
getType() - Method in class org.apache.axis.utils.BeanPropertyDescriptor
Get the type of a property
getType() - Method in class org.apache.axis.wsdl.symbolTable.Parameter
Get the TypeEntry of the parameter.
getType() - Method in class org.apache.axis.wsdl.symbolTable.MimeInfo
 
getType() - Method in class org.apache.axis.wsdl.symbolTable.ElementDecl
 
getType(int) - Method in class org.apache.axis.message.NullAttributes
Return an attribute's type by index.
getType(QName) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the Type TypeEntry with the given QName.
getType(String) - Method in class org.apache.axis.message.NullAttributes
Look up an attribute's type by qualified (prefixed) name.
getType(String, String) - Method in class org.apache.axis.message.NullAttributes
Look up an attribute's type by Namespace-qualified name.
getTypeDesc() - Static method in class org.apache.axis.types.Schema
Return type metadata object
getTypeDesc() - Static method in class org.apache.axis.types.Notation
 
getTypeDescForClass(Class) - Static method in class org.apache.axis.description.TypeDesc
Static function for centralizing access to type metadata for a given class.
getTypeEntry(QName, boolean) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the type entry for the given qname.
getTypeEntryCount() - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Return the count of TypeEntries in the symbol table.
getTypeFromAttributes(String, String, Attributes) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Create a QName for the type of the element defined by localName and namespace with the specified attributes.
getTypeFromAttributes(String, String, Attributes) - Method in interface org.apache.axis.encoding.DeserializationContext
Create a QName for the type of the element defined by localName and namespace with the specified attributes.
getTypeFromXSITypeAttr(String, String, Attributes) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Create a QName for the type of the element defined by localName and namespace from the XSI type.
getTypeFromXSITypeAttr(String, String, Attributes) - Method in interface org.apache.axis.encoding.DeserializationContext
Create a QName for the type of the element defined by localName and namespace from the XSI type.
getTypeIndex() - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Return an unmodifiable map of qnames -> Elements in the symbol table.
getTypeMapping() - Method in class org.apache.axis.MessageContext
Return the type mapping currently in scope for our encoding style
getTypeMapping() - Method in class org.apache.axis.client.Call
 
getTypeMapping() - Method in class org.apache.axis.description.ServiceDesc
 
getTypeMapping() - Method in class org.apache.axis.encoding.SerializationContextImpl
Get the TypeMapping we're using.
getTypeMapping() - Method in interface org.apache.axis.encoding.SerializationContext
Get the TypeMapping we're using.
getTypeMapping() - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get the TypeMapping for this DeserializationContext
getTypeMapping() - Method in interface org.apache.axis.encoding.DeserializationContext
Get the TypeMapping for this DeserializationContext
getTypeMapping() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Returns the TypeMapping used by the service
getTypeMapping(String) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Returns the registered TypeMapping for the specified encodingStyle URI.
getTypeMapping(String) - Method in class org.apache.axis.configuration.SimpleProvider
 
getTypeMapping(String) - Method in class org.apache.axis.configuration.NullProvider
 
getTypeMapping(String) - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
getTypeMapping(String) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
getTypeMapping(String) - Method in class org.apache.axis.encoding.TypeMappingRegistryImpl
Gets the TypeMapping for the namespace.
getTypeMappingRegistry() - Method in interface javax.xml.rpc.Service
Gets the TypeMappingRegistry for this Service object.
getTypeMappingRegistry() - Method in class org.apache.axis.MessageContext
Get the currently in-scope type mapping registry.
getTypeMappingRegistry() - Method in interface org.apache.axis.EngineConfiguration
Retrieve the TypeMappingRegistry for this engine
getTypeMappingRegistry() - Method in class org.apache.axis.AxisEngine
 
getTypeMappingRegistry() - Method in class org.apache.axis.client.Service
Returns the current TypeMappingRegistry or null.
getTypeMappingRegistry() - Method in class org.apache.axis.configuration.SimpleProvider
Get our TypeMappingRegistry.
getTypeMappingRegistry() - Method in class org.apache.axis.configuration.NullProvider
 
getTypeMappingRegistry() - Method in class org.apache.axis.configuration.FileProvider
 
getTypeMappingRegistry() - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
getTypeMappingRegistry() - Method in class org.apache.axis.description.ServiceDesc
 
getTypeMappingRegistry() - Method in class org.apache.axis.encoding.SerializationContextImpl
Get the TypeMappingRegistry we're using.
getTypeMappingRegistry() - Method in interface org.apache.axis.encoding.SerializationContext
Get the TypeMappingRegistry we're using.
getTypeMappingRegistry() - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get the TypeMappingRegistry we're using.
getTypeMappingRegistry() - Method in interface org.apache.axis.encoding.DeserializationContext
Get the TypeMappingRegistry we're using.
getTypeMappingRegistry() - Method in class org.apache.axis.handlers.soap.SOAPService
 
getTypeMappings() - Method in class org.apache.axis.deployment.wsdd.WSDDUndeployment
 
getTypeMappings() - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
getTypeMappings() - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
getTypeQName() - Method in class org.apache.axis.description.ParameterDesc
 
getTypeQName(Class) - Method in class org.apache.axis.encoding.TypeMappingImpl
 
getTypeQName(Class) - Method in interface org.apache.axis.encoding.TypeMapping
Gets the QName for the type mapped to Class.
getTypeQName(Class) - Method in class org.apache.axis.wsdl.fromJava.Types
Return the QName of the specified javaType
getTypeQName(Node, BooleanHolder, boolean) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
An XML element or attribute node has several ways of identifying the type of the element or attribute: - use the type attribute to reference a complexType/simpleType - use the ref attribute to reference another element - use of an anonymous type (i.e.
getTypeQNameRecursive(Class) - Method in class org.apache.axis.encoding.TypeMappingImpl
Gets the QName for the type mapped to Class.
getTypes() - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Deprecated. use specialized get{Element,Type}Index() methods instead
getUndefinedTypeRef() - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
getUndefinedTypeRef returns the Undefined TypeEntry that this entry depends on or NULL.
getUnderstoodHeaders() - Method in interface org.apache.axis.Handler
Return a list of QNames which this Handler understands.
getUnderstoodHeaders() - Method in class org.apache.axis.handlers.BasicHandler
Return a list of QNames which this Handler understands.
getUnparsedArgs() - Method in class org.apache.axis.utils.CLArgsParser
 
getURI() - Method in interface javax.xml.soap.Name
Returns the URI of the namespace for the XML name that this Name object represents.
getURI() - Method in class org.apache.axis.message.PrefixedQName
 
getURI(int) - Method in class org.apache.axis.message.NullAttributes
Return an attribute's Namespace URI.
getUrl() - Method in class org.apache.axis.client.Transport
Get the transport-specific URL
getURL() - Method in class javax.xml.messaging.URLEndpoint
Gets the URL associated with this URLEndpoint object.
getURL() - Method in class org.apache.axis.utils.Options
 
getUse() - Method in class org.apache.axis.deployment.wsdd.WSDDService
Get the service use - literal or encoded
getUse() - Method in class org.apache.axis.description.ServiceDesc
What kind of use is this?
getUse() - Method in class org.apache.axis.description.OperationDesc
Return the use of the operation, defaulting to the parent ServiceDesc's use if we don't have one explicitly set.
getUse() - Method in class org.apache.axis.handlers.soap.SOAPService
 
getUse() - Method in class org.apache.axis.wsdl.fromJava.Emitter
getUse
getUse() - Method in class org.apache.axis.wsdl.symbolTable.FaultInfo
 
getUse(int) - Static method in class org.apache.axis.enum.Use
 
getUse(int) - Method in class org.apache.axis.enum.Use.Type
 
getUse(String) - Static method in class org.apache.axis.enum.Use
 
getUse(String) - Method in class org.apache.axis.enum.Use.Type
 
getUse(String, Use) - Static method in class org.apache.axis.enum.Use
 
getUse(String, Use) - Method in class org.apache.axis.enum.Use.Type
 
getUseInheritedMethods() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Indicates if the emitter will search classes for inherited methods
getUser() - Method in class org.apache.axis.utils.Options
 
getUserinfo() - Method in class org.apache.axis.types.URI
Get the userinfo for this URI.
getUsername() - Method in class org.apache.axis.MessageContext
Get the user name
getUsername() - Method in class org.apache.axis.client.Stub
Get the user name
getUsername() - Method in class org.apache.axis.client.Call
Get the user name
getUsername() - Method in class org.apache.axis.wsdl.gen.Parser
 
getUserPrincipal() - Method in interface javax.xml.rpc.server.ServletEndpointContext
Returns a java.security.Principal instance that contains the name of the authenticated user for the current method invocation on the endpoint instance.
getUserPrincipal() - Method in class org.apache.axis.transport.http.ServletEndpointContextImpl
 
getUses() - Static method in class org.apache.axis.enum.Use
 
getUUIDGen(String) - Static method in class org.apache.axis.components.uuid.UUIDGenFactory
getInstance Returns the singleton instance of UUIDGen
getValue() - Method in interface javax.xml.soap.Node
Returns the the value of the immediate child of this Node object if a child exists and its value is text.
getValue() - Method in class javax.xml.soap.MimeHeader
Returns the value of this MimeHeader object.
getValue() - Method in class org.apache.axis.deployment.wsdd.WSDDDocumentation
 
getValue() - Method in class org.apache.axis.encoding.DeserializerImpl
Get the deserialized value.
getValue() - Method in interface org.apache.axis.encoding.Deserializer
Get the deserialized value.
getValue() - Method in class org.apache.axis.enum.Enum
 
getValue() - Method in class org.apache.axis.message.RPCParam
 
getValue() - Method in class org.apache.axis.message.MessageElement
Returns the the value of the immediate child of this Node object if a child exists and its value is text.
getValue(Attributes, QName[]) - Static method in class org.apache.axis.Constants
Search an attribute collection for a list of QNames, returning the value of the first one found, or null if none were found.
getValue(Attributes, String[], String) - Static method in class org.apache.axis.Constants
This utility routine returns the value of an attribute which might be in one of several namespaces.
getValue(int) - Method in class org.apache.axis.message.NullAttributes
Return an attribute's value by index.
getValue(Object) - Method in class org.apache.axis.encoding.DeserializerImpl
If the deserializer has component values (like ArrayDeserializer) this method gets the specific component via the hint.
getValue(Object) - Method in interface org.apache.axis.encoding.Deserializer
If the deserializer has component values (like ArrayDeserializer) this method gets the specific component via the hint.
getValue(String) - Method in class org.apache.axis.message.NullAttributes
Look up an attribute's value by qualified (prefixed) name.
getValue(String, String) - Method in class org.apache.axis.message.NullAttributes
Look up an attribute's value by Namespace-qualified name.
getValueAsString(Object, QName) - Method in class org.apache.axis.encoding.SerializationContextImpl
 
getValueAsString(Object, QName) - Method in interface org.apache.axis.encoding.SerializationContext
 
getValueAsString(Object, SerializationContext) - Method in interface org.apache.axis.encoding.SimpleValueSerializer
Return an XML compatible representation of the value.
getValueAsString(Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.SimpleSerializer
 
getValueAsString(Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.QNameSerializer
 
getValueAsString(Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.HexSerializer
 
getValueAsString(Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.EnumSerializer
 
getValueAsString(Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.DateSerializer
 
getValueAsString(Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.CalendarSerializer
 
getValueAsString(Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.Base64Serializer
 
getValueAsType(QName) - Method in class org.apache.axis.message.MessageElement
 
getValueSetMethod() - Static method in class org.apache.axis.message.RPCParam
 
getValueTargets() - Method in class org.apache.axis.encoding.DeserializerImpl
Get the Value Targets of the Deserializer.
getValueTargets() - Method in interface org.apache.axis.encoding.Deserializer
Get the Value Targets of the Deserializer.
getVerbose() - Method in class org.apache.axis.wsdl.toJava.Emitter
Deprecated. Use isVerbose()
getVerMismatchFaultCodeQName() - Method in interface org.apache.axis.soap.SOAPConstants
Obtain the Qname of VersionMismatch fault code
getVerMismatchFaultCodeQName() - Method in class org.apache.axis.soap.SOAP12Constants
Obtain the Qname of VersionMismatch fault code
getVerMismatchFaultCodeQName() - Method in class org.apache.axis.soap.SOAP11Constants
Obtain the Qname of VersionMismatch fault code
getVersion() - Static method in class org.apache.axis.Version
 
getVersion() - Method in class org.apache.axis.types.Schema
 
getWebappBase(HttpServletRequest) - Method in class org.apache.axis.transport.http.AxisServletBase
extract the base of our webapp from an inbound request
getWebInfPath() - Method in class org.apache.axis.transport.http.AxisServletBase
accessor to webinf
getWorkerCount() - Method in class org.apache.axis.components.threadpool.ThreadPool
Returns the total number of currently active workers
getWrapper(String) - Static method in class org.apache.axis.utils.JavaUtils
 
getWrapperClass(Class) - Static method in class org.apache.axis.utils.JavaUtils
 
getWriterFactory() - Method in class org.apache.axis.wsdl.toJava.Emitter
Deprecated. Call getFactory instead. This doesn't return a WriterFactory, it returns a GeneratorFactory.
getWSDDService(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
Return the WSDD description for a given named service
getWSDL() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Get a Full WSDL Definition for the current configuration parameters
getWSDLDocumentLocation() - Method in interface javax.xml.rpc.Service
Gets location of the WSDL document for this Service.
getWSDLDocumentLocation() - Method in class org.apache.axis.client.Service
Returns the location of the WSDL document used to prefill the data (if one was used at all).
getWSDLFile() - Method in class org.apache.axis.description.ServiceDesc
the wsdl file of the service.
getWSDLParser() - Method in class org.apache.axis.client.Service
 
getWSDLService() - Method in class org.apache.axis.client.Service
 
getWSDLURI() - Method in class org.apache.axis.wsdl.gen.Parser
Get the current WSDL URI.
getWSDLURI() - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the WSDL URI.
getXmlName() - Method in class org.apache.axis.description.FieldDesc
Obtain the XML QName for this field
getXMLReader() - Method in class javax.xml.transform.sax.SAXSource
Get the XMLReader to be used for the Source.
getXmlType() - Method in class org.apache.axis.description.TypeDesc
 
getXmlType() - Method in class org.apache.axis.description.FieldDesc
Returns the XML type (e.g.
getXmlType() - Method in class org.apache.axis.description.FaultDesc
 
getXMLType() - Method in class org.apache.axis.encoding.ser.BaseSerializerFactory
get xmlType
getXMLType() - Method in class org.apache.axis.wsdl.symbolTable.FaultInfo
 
getXMLType(Class, QName) - Method in class org.apache.axis.encoding.TypeMappingImpl
Get the exact XML type QName which will be used when serializing a given Class to a given type QName.
getXsdURI() - Method in class org.apache.axis.schema.SchemaVersion2001
The XSD URI
getXsdURI() - Method in class org.apache.axis.schema.SchemaVersion2000
The XSD URI
getXsdURI() - Method in class org.apache.axis.schema.SchemaVersion1999
The XSD URI
getXsdURI() - Method in interface org.apache.axis.schema.SchemaVersion
The XSD URI
getXSIType(Parameter) - Static method in class org.apache.axis.wsdl.toJava.Utils
Get the QName that could be used in the xsi:type when serializing an object for this parameter/return
getXSIType(TypeEntry) - Static method in class org.apache.axis.wsdl.toJava.Utils
Get the QName that could be used in the xsi:type when serializing an object of the given type.
getXSITypeGeneration() - Method in class org.apache.axis.message.RPCParam
 
getXsiURI() - Method in class org.apache.axis.schema.SchemaVersion2001
The XSI URI
getXsiURI() - Method in class org.apache.axis.schema.SchemaVersion2000
The XSI URI
getXsiURI() - Method in class org.apache.axis.schema.SchemaVersion1999
The XSI URI
getXsiURI() - Method in interface org.apache.axis.schema.SchemaVersion
The XSI URI
getYear() - Method in class org.apache.axis.types.YearMonth
 
getYear() - Method in class org.apache.axis.types.Year
 
getYears() - Method in class org.apache.axis.types.Duration
 
growArrayToSize(Object, Class, int) - Method in class org.apache.axis.utils.BeanPropertyDescriptor
Grow the array

H

handleCookie(String, String, Hashtable, MessageContext) - Method in class org.apache.axis.transport.http.HTTPSender
little helper function for cookies
handleFault(MessageContext) - Method in interface javax.xml.rpc.handler.HandlerChain
The handleFault method initiates the SOAP fault processing for this handler chain.
handleFault(MessageContext) - Method in interface javax.xml.rpc.handler.Handler
The handleFault method processes the SOAP faults based on the SOAP message processing model.
handleFault(MessageContext) - Method in class javax.xml.rpc.handler.GenericHandler
The handleFault method processes the SOAP faults based on the SOAP message processing model.
handleFault(MessageContext) - Method in class org.apache.axis.handlers.HandlerChainImpl
 
handleGetObject(String) - Method in class org.apache.axis.i18n.ProjectResourceBundle
 
handler - Variable in class org.apache.axis.ime.internal.MessageExchangeProvider.MessageReceiver
 
handler - Variable in class org.apache.axis.ime.internal.MessageExchangeProvider.MessageSender
 
Handler - interface javax.xml.rpc.handler.Handler.
The javax.xml.rpc.handler.Handler interface is required to be implemented by a SOAP message handler.
Handler - interface org.apache.axis.Handler.
 
Handler - class org.apache.axis.transport.java.Handler.
A stub URLStreamHandler, so the system will recognize our custom URLs as valid.
Handler - class org.apache.axis.transport.local.Handler.
A stub URLStreamHandler, so the system will recognize our custom URLs as valid.
Handler - class org.apache.axis.transport.mail.Handler.
A stub URLStreamHandler, so the system will recognize our custom URLs as valid.
Handler() - Constructor for class org.apache.axis.transport.java.Handler
 
Handler() - Constructor for class org.apache.axis.transport.local.Handler
 
Handler() - Constructor for class org.apache.axis.transport.mail.Handler
 
HandlerChain - interface javax.xml.rpc.handler.HandlerChain.
The javax.xml.rpc.handler.HandlerChain represents a list of handlers.
HandlerChainImpl - class org.apache.axis.handlers.HandlerChainImpl.
Implementation of HandlerChain
HandlerChainImpl() - Constructor for class org.apache.axis.handlers.HandlerChainImpl
 
HandlerChainImpl(List) - Constructor for class org.apache.axis.handlers.HandlerChainImpl
 
handleRequest(MessageContext) - Method in interface javax.xml.rpc.handler.HandlerChain
The handleRequest method initiates the request processing for this handler chain.
handleRequest(MessageContext) - Method in interface javax.xml.rpc.handler.Handler
The handleRequest method processes the request message.
handleRequest(MessageContext) - Method in class javax.xml.rpc.handler.GenericHandler
The handleRequest method processes the request SOAP message.
handleRequest(MessageContext) - Method in class org.apache.axis.handlers.HandlerChainImpl
 
handleResponse(MessageContext) - Method in interface javax.xml.rpc.handler.HandlerChain
The handleResponse method initiates the response processing for this handler chain.
handleResponse(MessageContext) - Method in interface javax.xml.rpc.handler.Handler
The handleResponse method processes the response SOAP message.
handleResponse(MessageContext) - Method in class javax.xml.rpc.handler.GenericHandler
The handleResponse method processes the response message.
handleResponse(MessageContext) - Method in class org.apache.axis.handlers.HandlerChainImpl
 
HandlerInfo - class javax.xml.rpc.handler.HandlerInfo.
The javax.xml.rpc.handler.HandlerInfo represents information about a handler in the HandlerChain.
HandlerInfo() - Constructor for class javax.xml.rpc.handler.HandlerInfo
Default constructor
HandlerInfo(Class, Map, QName[]) - Constructor for class javax.xml.rpc.handler.HandlerInfo
Constructor for HandlerInfo
HandlerInfoChainFactory - class org.apache.axis.handlers.HandlerInfoChainFactory.
 
HandlerInfoChainFactory() - Constructor for class org.apache.axis.handlers.HandlerInfoChainFactory
 
HandlerInfoChainFactory(List) - Constructor for class org.apache.axis.handlers.HandlerInfoChainFactory
 
handlerInfos - Variable in class org.apache.axis.handlers.HandlerInfoChainFactory
 
handlerInfos - Variable in class org.apache.axis.handlers.HandlerChainImpl
 
HandlerIterationStrategy - interface org.apache.axis.HandlerIterationStrategy.
Base interface for doing an action to Handlers with a MessageContext.
HandlerMessageExchange - class org.apache.axis.ime.internal.util.handler.HandlerMessageExchange.
Used to wrap synchronous handlers (e.g.
HandlerMessageExchange.Listener - class org.apache.axis.ime.internal.util.handler.HandlerMessageExchange.Listener.
 
HandlerMessageExchange.Listener(Handler) - Constructor for class org.apache.axis.ime.internal.util.handler.HandlerMessageExchange.Listener
 
HandlerMessageExchange(Handler) - Constructor for class org.apache.axis.ime.internal.util.handler.HandlerMessageExchange
 
HandlerRegistry - interface javax.xml.rpc.handler.HandlerRegistry.
The javax.xml.rpc.handler.HandlerRegistry provides support for the programmatic configuration of handlers in a HandlerRegistry.
handlers - Variable in class org.apache.axis.SimpleChain
 
hasAttachments() - Method in interface org.apache.axis.message.MessageWithAttachments
 
hasAttributes() - Method in class org.apache.axis.description.TypeDesc
Do we have any FieldDescs marked as attributes?
hasFault() - Method in interface javax.xml.soap.SOAPBody
Indicates whether a SOAPFault object exists in this SOAPBody object.
hasFault() - Method in class org.apache.axis.message.SOAPBody
 
hashCode() - Method in class javax.xml.namespace.QName
Returns a hash code value for this QName object.
hashCode() - Method in class org.apache.axis.encoding.TypeMappingImpl.Pair
 
hashCode() - Method in class org.apache.axis.transport.jms.Subscription
 
hashCode() - Method in class org.apache.axis.transport.jms.JMSEndpoint
 
hashCode() - Method in class org.apache.axis.types.URI
Returns a hash-code value for this URI.
hashCode() - Method in class org.apache.axis.types.UnsignedLong
 
hashCode() - Method in class org.apache.axis.types.UnsignedInt
 
hashCode() - Method in class org.apache.axis.types.Schema
 
hashCode() - Method in class org.apache.axis.types.NormalizedString
 
hashCode() - Method in class org.apache.axis.types.HexBinary
 
hashCode() - Method in class org.apache.axis.types.Duration
 
hashCode() - Method in class org.apache.axis.utils.IDKey
returns hashcode
hasLiteral() - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Do any of the message stanzas contain a soap:body which uses literal?
hasMIME(BindingEntry) - Static method in class org.apache.axis.wsdl.toJava.Utils
Are there any MIME parameters in the given binding?
hasMIME(BindingEntry, BindingOperation) - Static method in class org.apache.axis.wsdl.toJava.Utils
Are there any MIME parameters in the given binding's operation?
hasNext() - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedQueueIterator
 
hasSafePassword() - Method in class org.apache.axis.AxisEngine
 
haveSeenSchemaNS - Variable in class org.apache.axis.encoding.DeserializationContextImpl
 
head - Variable in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedQueue
 
HEADER_ACCEPT - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_ACCEPT_APPL_SOAP - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_ACCEPT_APPLICATION_DIME - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_ACCEPT_MULTIPART_RELATED - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_ACCEPT_TEXT_ALL - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_AUTHORIZATION - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_CACHE_CONTROL - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_CACHE_CONTROL_NOCACHE - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_CONNECTION - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_CONNECTION_CLOSE - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_CONNECTION_KEEPALIVE - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_CONTENT_DESCRIPTION - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_CONTENT_ID - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_CONTENT_LENGTH - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_CONTENT_LOCATION - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_CONTENT_TRANSFER_ENCODING - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_CONTENT_TYPE - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_CONTENT_TYPE_JMS - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_COOKIE - Static variable in class org.apache.axis.transport.http.HTTPConstants
Cookie headers
HEADER_COOKIE2 - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_DEFAULT_CHAR_ENCODING - Static variable in class org.apache.axis.transport.http.HTTPConstants
HTTP header field values
HEADER_EXPECT - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_EXPECT_100_Continue - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_HOST - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_POST - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_PRAGMA - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_PROTOCOL_10 - Static variable in class org.apache.axis.transport.http.HTTPConstants
The MessageContext transport ID of HTTP.
HEADER_PROTOCOL_11 - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_PROTOCOL_V10 - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_PROTOCOL_V11 - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_PROXY_AUTHORIZATION - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_SET_COOKIE - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_SET_COOKIE2 - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_SOAP_ACTION - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_TRANSFER_ENCODING - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_TRANSFER_ENCODING_CHUNKED - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_USER_AGENT - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HeaderBuilder - class org.apache.axis.message.HeaderBuilder.
 
HELP_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
HELP_OPT - Static variable in class org.apache.axis.wsdl.gen.WSDL2
 
helper - Variable in class org.apache.axis.wsdl.toJava.JavaBeanWriter
 
HELPER_CLASS_OPT - Static variable in class org.apache.axis.wsdl.WSDL2Java
 
HexBinary - class org.apache.axis.types.HexBinary.
Custom class for supporting primitive XSD data type hexBinary.
HexBinary() - Constructor for class org.apache.axis.types.HexBinary
 
HexBinary(byte[]) - Constructor for class org.apache.axis.types.HexBinary
 
HexBinary(String) - Constructor for class org.apache.axis.types.HexBinary
 
HexBinaryHolder - class org.apache.axis.holders.HexBinaryHolder.
Class HexBinaryHolder
HexBinaryHolder() - Constructor for class org.apache.axis.holders.HexBinaryHolder
Constructor HexBinaryHolder
HexBinaryHolder(HexBinary) - Constructor for class org.apache.axis.holders.HexBinaryHolder
Constructor HexBinaryHolder
HexDeserializer - class org.apache.axis.encoding.ser.HexDeserializer.
Deserializer for hexBinary.
HexDeserializer(Class, QName) - Constructor for class org.apache.axis.encoding.ser.HexDeserializer
 
HexDeserializerFactory - class org.apache.axis.encoding.ser.HexDeserializerFactory.
DeserializerFactory for hexBinary.
HexDeserializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.HexDeserializerFactory
 
HexSerializer - class org.apache.axis.encoding.ser.HexSerializer.
Serializer for hexBinary.
HexSerializer(Class, QName) - Constructor for class org.apache.axis.encoding.ser.HexSerializer
 
HexSerializerFactory - class org.apache.axis.encoding.ser.HexSerializerFactory.
SerializerFactory for hexBinary.
HexSerializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.HexSerializerFactory
 
highSurrogate(int) - Static method in class org.apache.axis.utils.XMLChar
Returns the high surrogate of a supplemental character
hint - Variable in class org.apache.axis.encoding.DeserializerTarget
 
hint - Variable in class org.apache.axis.encoding.CallbackTarget
 
holder - Variable in class org.apache.axis.ime.internal.MessageExchangeImpl
 
holder - Variable in class org.apache.axis.ime.internal.MessageExchangeImpl.Listener
 
Holder - interface javax.xml.rpc.holders.Holder.
The java.xml.rpc.holders.Holder interface represents the base interface for both standard and generated Holder classes.
HOLDER_IS_NEEDED - Static variable in class org.apache.axis.wsdl.toJava.JavaTypeWriter
 
holder(MimeInfo, TypeEntry, Emitter) - Static method in class org.apache.axis.wsdl.toJava.Utils
Given a type, return the Java mapping of that type's holder.
href - Variable in class org.apache.axis.message.MessageElement
 
HTTP_TRANSPORT_VERSION - Static variable in class org.apache.axis.MessageContext
The value of the property is used by service WSDL generation (aka ?WSDL) Set this property to request a certain level of HTTP.
HTTPActionHandler - class org.apache.axis.handlers.http.HTTPActionHandler.
An HTTPActionHandler simply sets the context's TargetService property from the HTTPAction property.
HTTPActionHandler() - Constructor for class org.apache.axis.handlers.http.HTTPActionHandler
 
HTTPAuthHandler - class org.apache.axis.handlers.http.HTTPAuthHandler.
An HTTPAuthHandler simply sets the context's username and password properties from the HTTP auth headers.
HTTPAuthHandler() - Constructor for class org.apache.axis.handlers.http.HTTPAuthHandler
 
HTTPConstants - class org.apache.axis.transport.http.HTTPConstants.
HTTP protocol and message context constants.
HTTPConstants() - Constructor for class org.apache.axis.transport.http.HTTPConstants
 
HttpMessageExchange - class org.apache.axis.ime.internal.transports.http.HttpMessageExchange.
Wraps the existing synchronous HttpSender handler with an asynchronous MessageExchangeProvider.
HttpMessageExchange() - Constructor for class org.apache.axis.ime.internal.transports.http.HttpMessageExchange
 
HTTPSender - class org.apache.axis.transport.http.HTTPSender.
This is meant to be used on a SOAP Client to call a SOAP server.
HTTPSender() - Constructor for class org.apache.axis.transport.http.HTTPSender
 
HTTPTransport - class org.apache.axis.transport.http.HTTPTransport.
Extends Transport by implementing the setupMessageContext function to set HTTP-specific message context fields and transport chains.
HTTPTransport() - Constructor for class org.apache.axis.transport.http.HTTPTransport
 
HTTPTransport(String, String) - Constructor for class org.apache.axis.transport.http.HTTPTransport
helper constructor

I

IBMFakeTrustSocketFactory - class org.apache.axis.components.net.IBMFakeTrustSocketFactory.
Hook for Axis sender, allowing unsigned server certs
IBMFakeTrustSocketFactory.FakeX509TrustManager - class org.apache.axis.components.net.IBMFakeTrustSocketFactory.FakeX509TrustManager.
Class FakeX509TrustManager
IBMFakeTrustSocketFactory.FakeX509TrustManager() - Constructor for class org.apache.axis.components.net.IBMFakeTrustSocketFactory.FakeX509TrustManager
 
IBMFakeTrustSocketFactory(Hashtable) - Constructor for class org.apache.axis.components.net.IBMFakeTrustSocketFactory
Constructor FakeTrustSocketFactory
IBMJSSESocketFactory - class org.apache.axis.components.net.IBMJSSESocketFactory.
SSL socket factory.
IBMJSSESocketFactory(Hashtable) - Constructor for class org.apache.axis.components.net.IBMJSSESocketFactory
Constructor IBMJSSESocketFactory
id - Variable in class javax.xml.messaging.Endpoint
A string that identifies the party that this Endpoint object represents; a URI is the default.
id - Variable in class org.apache.axis.attachments.DimeBodyPart
 
id - Variable in class org.apache.axis.encoding.DeserializerImpl
 
id - Variable in class org.apache.axis.message.MessageElement
 
Id - class org.apache.axis.types.Id.
Custom class for supporting XSD data type ID The base type of Id is NCName.
Id() - Constructor for class org.apache.axis.types.Id
 
Id(String) - Constructor for class org.apache.axis.types.Id
ctor for Id
IdentityHashMap - class org.apache.axis.utils.IdentityHashMap.
IdentityHashMap similar to JDK1.4's java.util.IdentityHashMap
IdentityHashMap() - Constructor for class org.apache.axis.utils.IdentityHashMap
Constructor for IdentityHashMap.
IdentityHashMap(int) - Constructor for class org.apache.axis.utils.IdentityHashMap
Constructor for IdentityHashMap.
IdentityHashMap(int, float) - Constructor for class org.apache.axis.utils.IdentityHashMap
Constructor for IdentityHashMap.
IdentityHashMap(Map) - Constructor for class org.apache.axis.utils.IdentityHashMap
Constructor for IdentityHashMap.
IDKey - class org.apache.axis.utils.IDKey.
Wrap an identity key (System.identityHashCode())
IDKey(Object) - Constructor for class org.apache.axis.utils.IDKey
Constructor for IDKey
IDRef - class org.apache.axis.types.IDRef.
Custom class for supporting XSD data type IDRef
IDRef() - Constructor for class org.apache.axis.types.IDRef
 
IDRef(String) - Constructor for class org.apache.axis.types.IDRef
ctor for IDRef
IDRefs - class org.apache.axis.types.IDRefs.
Custom class for supporting XSD data type IDRefs
IDRefs() - Constructor for class org.apache.axis.types.IDRefs
 
IDRefs(String) - Constructor for class org.apache.axis.types.IDRefs
ctor for IDRefs
IDResolver - interface org.apache.axis.message.IDResolver.
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.axis.message.SAXOutputter
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.axis.message.SAX2EventRecorder
 
ignoreNonSOAPBindings(SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
If a binding's type is not TYPE_SOAP, then we don't use that binding or that binding's portType.
ImageDataHandlerDeserializer - class org.apache.axis.encoding.ser.ImageDataHandlerDeserializer.
ImageDataHandler Deserializer Modified by Russell Butek
ImageDataHandlerDeserializer() - Constructor for class org.apache.axis.encoding.ser.ImageDataHandlerDeserializer
 
ImageDataHandlerSerializer - class org.apache.axis.encoding.ser.ImageDataHandlerSerializer.
ImageDataHandler Serializer
ImageDataHandlerSerializer() - Constructor for class org.apache.axis.encoding.ser.ImageDataHandlerSerializer
 
ImageDataSource - class org.apache.axis.attachments.ImageDataSource.
 
ImageDataSource(String, Image) - Constructor for class org.apache.axis.attachments.ImageDataSource
 
ImageDataSource(String, String, Image) - Constructor for class org.apache.axis.attachments.ImageDataSource
 
ImageHolder - class org.apache.axis.holders.ImageHolder.
Class ImageHolder
ImageHolder() - Constructor for class org.apache.axis.holders.ImageHolder
Constructor ImageHolder
ImageHolder(Image) - Constructor for class org.apache.axis.holders.ImageHolder
Constructor ImageHolder
ImageIO - interface org.apache.axis.components.image.ImageIO.
This interface defines a ImageIO modules functionality
ImageIOFactory - class org.apache.axis.components.image.ImageIOFactory.
This class implements a factory to instantiate an ImageIO component.
ImageIOFactory() - Constructor for class org.apache.axis.components.image.ImageIOFactory
 
IMPL_CLASS_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
implWriter - Variable in class org.apache.axis.wsdl.toJava.JavaBindingWriter
 
IMPORT_SCHEMA_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
imports - Variable in class org.apache.axis.wsdl.gen.Parser
 
IN - Static variable in class javax.xml.rpc.ParameterMode
Field IN
IN - Static variable in class org.apache.axis.description.ParameterDesc
 
IN - Static variable in class org.apache.axis.wsdl.symbolTable.Parameter
 
IN_HEADER - Static variable in class org.apache.axis.wsdl.symbolTable.BindingEntry
 
incLockCounter() - Static method in class org.apache.axis.transport.http.AxisServletBase
thread safe lock counter increment
INHERITED_CLASS_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
INIT_PROPERTY_ENABLE_LIST - Static variable in class org.apache.axis.transport.http.AxisServlet
 
INIT_PROPERTY_JWS_CLASS_DIR - Static variable in class org.apache.axis.transport.http.AxisServlet
 
INIT_PROPERTY_TRANSPORT_NAME - Static variable in class org.apache.axis.transport.http.AxisServlet
 
INIT_PROPERTY_USE_SECURITY - Static variable in class org.apache.axis.transport.http.AxisServlet
 
init() - Method in class org.apache.axis.SimpleChain
 
init() - Method in interface org.apache.axis.Handler
Init is called when the chain containing this Handler object is instantiated.
init() - Method in class org.apache.axis.FaultableHandler
 
init() - Method in class org.apache.axis.AxisEngine
(re)initialize - What should really go in here???
init() - Method in interface org.apache.axis.components.uuid.UUIDGen
 
init() - Method in class org.apache.axis.components.uuid.SimpleUUIDGen
 
init() - Method in class org.apache.axis.handlers.LogHandler
 
init() - Method in class org.apache.axis.handlers.BasicHandler
Stubbed-out methods.
init() - Method in interface org.apache.axis.ime.MessageExchangeLifecycle
Initialize the lifecycle.
init() - Method in class org.apache.axis.ime.internal.MessageExchangeProvider
 
init() - Method in class org.apache.axis.ime.internal.MessageExchangeImpl
 
init() - Method in class org.apache.axis.monitor.SOAPMonitorService
Servlet initialiation
init() - Method in class org.apache.axis.transport.http.AxisServletBase
our initialize routine; subclasses should call this if they override it
init() - Method in class org.apache.axis.transport.http.AxisServlet
Initialization method.
init() - Method in class org.apache.axis.transport.local.LocalSender
Allocate an embedded Axis server to process requests and initialize it.
init(Handler, Handler, Handler, Handler, Handler) - Method in class org.apache.axis.SimpleTargetedChain
Initialiser which takes real or null request, pivot, and response handlers and which allows for special request and response handlers to be inserted just before and after any pivot handler.
init(HandlerInfo) - Method in interface javax.xml.rpc.handler.Handler
The init method enables the Handler instance to initialize itself.
init(HandlerInfo) - Method in class javax.xml.rpc.handler.GenericHandler
The init method to enable the Handler instance to initialize itself.
init(int) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Invoked prior to building a definition to ensure parms and data are set up.
init(long) - Method in class org.apache.axis.ime.internal.MessageExchangeProvider
 
init(Map) - Method in interface javax.xml.rpc.handler.HandlerChain
Initializes the configuration for a HandlerChain.
init(Map) - Method in class org.apache.axis.handlers.HandlerInfoChainFactory
 
init(Map) - Method in class org.apache.axis.handlers.HandlerChainImpl
 
init(Object) - Method in interface javax.xml.rpc.server.ServiceLifecycle
Used for initialization of a service endpoint.
initCause(Throwable) - Method in class javax.xml.soap.SOAPException
Initializes the cause field of this SOAPException object with the given Throwable object.
initFactory() - Method in class org.apache.axis.components.net.IBMJSSESocketFactory
Read the keystore, init the SSL socket factory
initFactory() - Method in class org.apache.axis.components.net.SunJSSESocketFactory
Read the keystore, init the SSL socket factory
initFactory() - Method in class org.apache.axis.components.net.JSSESocketFactory
Initialize the SSLSocketFactory
initFaultSubCodes() - Method in class org.apache.axis.AxisFault
do whatever is needed to create the fault subcodes data structure, if it is needed
initHashtable() - Method in class org.apache.axis.handlers.BasicHandler
 
initialize() - Static method in class org.apache.axis.client.Call
Set up the default transport URL mappings.
initialized - Variable in class org.apache.axis.ime.internal.MessageExchangeProvider
 
initSAXFactory(String, boolean, boolean) - Static method in class org.apache.axis.utils.XMLUtils
Initialize the SAX parser factory.
initServiceDesc(SOAPService, MessageContext) - Method in class org.apache.axis.providers.ComProvider
 
initServiceDesc(SOAPService, MessageContext) - Method in class org.apache.axis.providers.BSFProvider
 
initServiceDesc(SOAPService, MessageContext) - Method in class org.apache.axis.providers.BasicProvider
This method returns a ServiceDesc that contains the correct implimentation class.
initServiceDesc(SOAPService, MessageContext) - Method in class org.apache.axis.providers.java.JavaProvider
Fill in a service description with the correct impl class and typemapping set.
initTMR() - Method in class org.apache.axis.deployment.wsdd.WSDDService
Initialize a TypeMappingRegistry with the WSDDTypeMappings.
INOUT - Static variable in class javax.xml.rpc.ParameterMode
Field INOUT
INOUT - Static variable in class org.apache.axis.description.ParameterDesc
 
INOUT - Static variable in class org.apache.axis.wsdl.symbolTable.Parameter
 
inouts - Variable in class org.apache.axis.wsdl.symbolTable.Parameters
 
INPUT_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
inputs - Variable in class org.apache.axis.wsdl.symbolTable.Parameters
 
inputSource - Variable in class org.apache.axis.encoding.DeserializationContextImpl
 
inputStream - Variable in class org.apache.axis.message.InputStreamBody
 
InputStreamBody - class org.apache.axis.message.InputStreamBody.
 
InputStreamBody(InputStream) - Constructor for class org.apache.axis.message.InputStreamBody
 
insertTypesFragment(Document) - Method in class org.apache.axis.wsdl.fromJava.Types
Inserts the type fragment into the given wsdl document
IntegerWrapperHolder - class javax.xml.rpc.holders.IntegerWrapperHolder.
Class IntegerWrapperHolder
IntegerWrapperHolder() - Constructor for class javax.xml.rpc.holders.IntegerWrapperHolder
Constructor IntegerWrapperHolder
IntegerWrapperHolder(Integer) - Constructor for class javax.xml.rpc.holders.IntegerWrapperHolder
Constructor IntegerWrapperHolder
INTERACT_RETRY_INTERVAL - Static variable in interface org.apache.axis.transport.jms.JMSConstants
Key for properties used in the createConnector method.
INTERFACE_NAME - Static variable in class org.apache.axis.wsdl.toJava.JavaBindingWriter
 
interfaceWriter - Variable in class org.apache.axis.wsdl.toJava.JavaBindingWriter
 
internalConnect(ConnectionFactory, String, String) - Method in class org.apache.axis.transport.jms.TopicConnector
 
internalConnect(ConnectionFactory, String, String) - Method in class org.apache.axis.transport.jms.QueueConnector
 
internalConnect(ConnectionFactory, String, String) - Method in class org.apache.axis.transport.jms.JMSConnector
 
InternalException - exception org.apache.axis.InternalException.
Encapsulates exceptions for "should never occur" situations.
InternalException(Exception) - Constructor for class org.apache.axis.InternalException
Construct an Internal Exception from an Exception.
InternalException(String) - Constructor for class org.apache.axis.InternalException
Construct an Internal Exception from a String.
internalRegister(Class, QName, SerializerFactory, DeserializerFactory) - Method in class org.apache.axis.encoding.TypeMappingImpl
Internal version of register(), which allows null factories.
interruptAll() - Method in class org.apache.axis.components.threadpool.ThreadPool
Forcefully interrupt all workers
IntHolder - class javax.xml.rpc.holders.IntHolder.
Class IntHolder
IntHolder() - Constructor for class javax.xml.rpc.holders.IntHolder
Constructor IntHolder
IntHolder(int) - Constructor for class javax.xml.rpc.holders.IntHolder
Constructor IntHolder
intValue() - Method in class org.apache.axis.types.UnsignedLong
 
intValue() - Method in class org.apache.axis.types.UnsignedInt
 
InvocationStrategy - class org.apache.axis.strategies.InvocationStrategy.
A Strategy which calls invoke() on the specified Handler, passing it the specified MessageContext.
InvocationStrategy() - Constructor for class org.apache.axis.strategies.InvocationStrategy
 
invoke() - Method in class org.apache.axis.client.Call
Invoke this Call with its established MessageContext (perhaps because you called this.setRequestMessage()) Note: Not part of JAX-RPC specification.
invoke(MessageContext) - Method in class org.apache.axis.SimpleChain
Iterate over the chain invoking each handler.
invoke(MessageContext) - Method in interface org.apache.axis.Handler
Invoke is called to do the actual work of the Handler object.
invoke(MessageContext) - Method in class org.apache.axis.FaultableHandler
Invokes the specified handler.
invoke(MessageContext) - Method in class org.apache.axis.client.AxisClient
Main routine of the AXIS engine.
invoke(MessageContext) - Method in class org.apache.axis.handlers.SOAPMonitorHandler
Process and SOAP message
invoke(MessageContext) - Method in class org.apache.axis.handlers.SimpleSessionHandler
Process a MessageContext.
invoke(MessageContext) - Method in class org.apache.axis.handlers.SimpleAuthorizationHandler
Authorize the user and targetService from the msgContext
invoke(MessageContext) - Method in class org.apache.axis.handlers.SimpleAuthenticationHandler
Authenticate the user and password from the msgContext
invoke(MessageContext) - Method in class org.apache.axis.handlers.MD5AttachHandler
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.LogMessage
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.LogHandler
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.JWSHandler
Just set up the service, the inner service will do the rest...
invoke(MessageContext) - Method in class org.apache.axis.handlers.JAXRPCHandler
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.ErrorHandler
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.EchoHandler
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.DebugHandler
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.BasicHandler
Must implement this in subclasses.
invoke(MessageContext) - Method in class org.apache.axis.handlers.http.URLMapper
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.http.HTTPAuthHandler
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.http.HTTPActionHandler
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.soap.SOAPService
 
invoke(MessageContext) - Method in class org.apache.axis.ime.internal.util.handler.MessageExchangeHandler
 
invoke(MessageContext) - Method in class org.apache.axis.providers.ComProvider
 
invoke(MessageContext) - Method in class org.apache.axis.providers.BSFProvider
 
invoke(MessageContext) - Method in class org.apache.axis.providers.java.JavaProvider
Invoke the message by obtaining various common fields, looking up the service object (via getServiceObject), and actually processing the message (via processMessage).
invoke(MessageContext) - Method in class org.apache.axis.server.AxisServer
Main routine of the AXIS server.
invoke(MessageContext) - Method in class org.apache.axis.transport.http.CommonsHTTPSender
invoke creates a socket connection, sends the request SOAP message and then reads the response SOAP message back from the SOAP server
invoke(MessageContext) - Method in class org.apache.axis.transport.http.HTTPSender
invoke creates a socket connection, sends the request SOAP message and then reads the response SOAP message back from the SOAP server
invoke(MessageContext) - Method in class org.apache.axis.transport.java.JavaSender
 
invoke(MessageContext) - Method in class org.apache.axis.transport.jms.JMSSender
invoke() creates an endpoint, sends the request SOAP message, and then either reads the response SOAP message or simply returns.
invoke(MessageContext) - Method in class org.apache.axis.transport.local.LocalSender
 
invoke(MessageContext) - Method in class org.apache.axis.transport.local.LocalResponder
 
invoke(MessageContext) - Method in class org.apache.axis.transport.mail.MailSender
invoke creates a socket connection, sends the request SOAP message and then reads the response SOAP message back from the SOAP server
invoke(Object[]) - Method in interface javax.xml.rpc.Call
Invokes a specific operation using a synchronous request-response interaction mode.
invoke(Object[]) - Method in class org.apache.axis.client.Call
Invokes the operation associated with this Call object using the passed in parameters as the arguments to the method.
invoke(Object, Method, Object[]) - Method in class org.apache.axis.client.AxisClientProxy
Handle a method invocation.
invoke(QName, Object[]) - Method in interface javax.xml.rpc.Call
Invokes a specific operation using a synchronous request-response interaction mode.
invoke(QName, Object[]) - Method in class org.apache.axis.client.Call
Invokes a specific operation using a synchronous request-response interaction mode.
invoke(RPCElement) - Method in class org.apache.axis.client.Call
Invoke an RPC service with a pre-constructed RPCElement.
invoke(SOAPEnvelope) - Method in class org.apache.axis.client.Call
Invoke the service with a custom SOAPEnvelope.
invoke(String, Object[]) - Method in class org.apache.axis.client.Call
Convenience method to invoke a method with a default (empty) namespace.
invoke(String, String, Object[]) - Method in class org.apache.axis.client.Call
Invoke an RPC service with a method name and arguments.
invoked - Variable in class org.apache.axis.SimpleChain
 
invokeEndpointFromGet(MessageContext, HttpServletResponse, PrintWriter, String, String) - Method in class org.apache.axis.transport.http.AxisServlet
invoke an endpoint from a get request by building an XML request and handing it down.
InvokeException - exception org.apache.axis.transport.jms.InvokeException.
The InvokeException is thrown when a method encounters a general exception in the course of processing.
InvokeException(String) - Constructor for class org.apache.axis.transport.jms.InvokeException
 
invokeJAXRPCHandlers(MessageContext) - Method in class org.apache.axis.client.AxisClient
 
invokeMethod(MessageContext, Method, Object, Object[]) - Method in class org.apache.axis.providers.java.RPCProvider
This method encapsulates the method invocation.
invokeMethodFromGet(String, String) - Method in class org.apache.axis.transport.http.SimpleAxisWorker
 
invokeOneWay(Object[]) - Method in interface javax.xml.rpc.Call
Invokes a remote method using the one-way interaction mode.
invokeOneWay(Object[]) - Method in class org.apache.axis.client.Call
Invokes the operation associated with this Call object using the passed in parameters as the arguments to the method.
InvokeTimeoutException - exception org.apache.axis.transport.jms.InvokeTimeoutException.
The InvokeTimeoutException is thrown when a method cannot complete processing within the time allotted.
InvokeTimeoutException(String) - Constructor for class org.apache.axis.transport.jms.InvokeTimeoutException
 
is_log - Static variable in class org.apache.axis.attachments.ManagedMemoryDataSource
Field is_log
IS_MSG - Static variable in class org.apache.axis.MessageContext
Are we doing Msg vs RPC? - For Java Binding
isAcceptableAsAttribute(Class) - Method in class org.apache.axis.wsdl.fromJava.Types
Is the given class acceptable as an attribute
isAllWanted() - Method in class org.apache.axis.wsdl.toJava.Emitter
 
isAttachment(Object) - Static method in class org.apache.axis.attachments.AttachmentUtils
Determine if an object is to be treated as an attchment.
isAttachment(Object) - Method in class org.apache.axis.attachments.AttachmentsImpl
Determine if an object is to be treated as an attchment.
isAttachment(Object) - Method in interface org.apache.axis.attachments.Attachments
Determine if an object is to be treated as an attchment.
isAttachmentSupported() - Static method in class org.apache.axis.utils.JavaUtils
Determine whether attachments are supported by checking if the following classes are available: javax.activation.DataHandler, javax.mail.internet.MimeMultipart.
isBaseType - Variable in class org.apache.axis.wsdl.symbolTable.TypeEntry
 
isBaseType() - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
 
isBeanCompatible(Class, boolean) - Method in class org.apache.axis.wsdl.fromJava.Types
isBeanCompatible
isClassRegistered(String) - Method in class org.apache.axis.utils.cache.ClassCache
Query a given class' cache status.
isClient() - Method in class org.apache.axis.MessageContext
Let us know whether this is the client or the server.
isClientTrusted(X509Certificate[]) - Method in class org.apache.axis.components.net.IBMFakeTrustSocketFactory.FakeX509TrustManager
Method isClientTrusted
isClientTrusted(X509Certificate[]) - Method in class org.apache.axis.components.net.SunFakeTrustSocketFactory.FakeX509TrustManager
Method isClientTrusted
isComment() - Method in interface javax.xml.soap.Text
Retrieves whether this Text object represents a comment.
isComment() - Method in class org.apache.axis.message.Text
Retrieves whether this Text object represents a comment.
isComplex() - Method in class org.apache.axis.description.FaultDesc
 
isConformantSchemeName(String) - Static method in class org.apache.axis.types.URI
Determine whether a scheme conforms to the rules for a scheme name.
isConnectionDropped(JMSException) - Method in class org.apache.axis.components.jms.SonicMQVendorAdapter
 
isContent(int) - Static method in class org.apache.axis.utils.XMLChar
Returns true if the specified character can be considered content.
isConvertable(Object, Class) - Static method in class org.apache.axis.utils.JavaUtils
 
isConvertable(Object, Class, boolean) - Static method in class org.apache.axis.utils.JavaUtils
 
isDebug() - Method in class org.apache.axis.wsdl.gen.Parser
 
isDevelopment() - Method in class org.apache.axis.transport.http.AxisServletBase
probe for the system being 'production'
isDirty() - Method in class org.apache.axis.message.MessageElement
 
isDoneParsing() - Method in class org.apache.axis.encoding.DeserializationContextImpl
Return if done parsing document.
isDoneParsing() - Method in interface org.apache.axis.encoding.DeserializationContext
Return if done parsing document.
isElement() - Method in class org.apache.axis.description.FieldDesc
Check if this is an element or an attribute.
isEncoded() - Method in class org.apache.axis.MessageContext
Encoding
isEnded - Variable in class org.apache.axis.encoding.DeserializerImpl
 
isEnumClass(Class) - Static method in class org.apache.axis.utils.JavaUtils
Determine if the class is a JAX-RPC enum class.
isEnumClass(Class) - Static method in class org.apache.axis.wsdl.fromJava.Types
Returns true if indicated type matches the JAX-RPC enumeration class.
isError() - Method in class org.apache.axis.components.compiler.CompilerError
Assert whether this is a severe error or a warning
isFalse(Object) - Static method in class org.apache.axis.utils.JavaUtils
 
isFalse(Object, boolean) - Static method in class org.apache.axis.utils.JavaUtils
Tests the Object 'value': if its null, return default.
isFalse(String) - Static method in class org.apache.axis.utils.JavaUtils
Tests the String 'value': return 'true' if its 'false', '0', or 'no' - else 'false' Follow in 'C' tradition of boolean values: false is specific (0), everything else is true;
isFalseExplicitly(Object) - Static method in class org.apache.axis.utils.JavaUtils
 
isFalseExplicitly(Object, boolean) - Static method in class org.apache.axis.utils.JavaUtils
Tests the Object 'value': if its null, return default.
isFalseExplicitly(String) - Static method in class org.apache.axis.utils.JavaUtils
Tests the String 'value': return 'true' if its null, 'false', '0', or 'no' - else 'false'
isFaultComplex(Message, SymbolTable) - Static method in class org.apache.axis.wsdl.toJava.Utils
Given a fault message, return TRUE if the fault is a complex type fault
isFeatureEnabled(String) - Method in interface org.apache.axis.features.FeatureEnabled
 
isFileGenerated(String) - Method in class org.apache.axis.wsdl.toJava.JavaWriter
You should not need to override this method.
isFinished(int) - Method in interface org.apache.axis.utils.ParserControl
 
isFlagSet(char) - Method in class org.apache.axis.utils.Options
Returns an int specifying the number of times that the flag was specified on the command line.
isGenericURI() - Method in class org.apache.axis.types.URI
Get the indicator as to whether this URI uses the "generic URI" syntax.
isHelperWanted() - Method in class org.apache.axis.wsdl.toJava.Emitter
Indicate if we should be generating Helper classes
isHighFidelity() - Method in class org.apache.axis.MessageContext
 
isHighSurrogate(int) - Static method in class org.apache.axis.utils.XMLChar
Returns whether the given character is a high surrogate
isHostInNonProxyList(String, String) - Method in class org.apache.axis.components.net.DefaultSocketFactory
Check if the specified host is in the list of non proxy hosts.
isHostInNonProxyList(String, String) - Method in class org.apache.axis.transport.http.CommonsHTTPSender
Check if the specified host is in the list of non proxy hosts.
isHref - Variable in class org.apache.axis.encoding.DeserializerImpl
 
isImports() - Method in class org.apache.axis.wsdl.gen.Parser
 
isIndexed() - Method in class org.apache.axis.description.FieldDesc
 
isIndexed() - Method in class org.apache.axis.utils.FieldPropertyDescriptor
Query if property is indexed.
isIndexed() - Method in class org.apache.axis.utils.BeanPropertyDescriptor
Query if property is indexed.
isInHeader() - Method in class org.apache.axis.description.ParameterDesc
 
isInHeader() - Method in class org.apache.axis.wsdl.symbolTable.Parameter
Is this parameter in the input message header?
isInHeaderPart(String, String) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Is this part an input header part?.
isInvalid(int) - Static method in class org.apache.axis.utils.XMLChar
Returns true if the specified character is invalid.
isJar(InputStream) - Static method in class org.apache.axis.handlers.JWSHandler
 
isJavaId(String) - Static method in class org.apache.axis.utils.JavaUtils
isJavaId Returns true if the name is a valid java identifier.
isJavaKeyword(String) - Static method in class org.apache.axis.utils.JavaUtils
checks if the input string is a valid java keyword.
isKeyLocked(Object) - Method in class org.apache.axis.utils.LockableHashtable
Returns true if a given key is in our locked list
isKnownNamespace(String) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Check if this is a known namespace (soap-enc or schema xsd or schema xsi or xml)
isLowSurrogate(int) - Static method in class org.apache.axis.utils.XMLChar
Returns whether the given character is a low surrogate
isMarkup(int) - Static method in class org.apache.axis.utils.XMLChar
Returns true if the specified character can be considered markup.
isMinOccursZero() - Method in class org.apache.axis.description.FieldDesc
Check if this field can be omitted.
isMinOccursZero() - Method in class org.apache.axis.description.ElementDesc
 
isName(int) - Static method in class org.apache.axis.utils.XMLChar
Returns true if the specified character is a valid name character as defined by production [4] in the XML 1.0 specification.
isNameStart(int) - Static method in class org.apache.axis.utils.XMLChar
Returns true if the specified character is a valid name start character as defined by production [5] in the XML 1.0 specification.
isNCName(int) - Static method in class org.apache.axis.utils.XMLChar
Returns true if the specified character is a valid NCName character as defined by production [5] in Namespaces in XML recommendation.
isNCNameStart(int) - Static method in class org.apache.axis.utils.XMLChar
Returns true if the specified character is a valid NCName start character as defined by production [4] in Namespaces in XML recommendation.
isNegative() - Method in class org.apache.axis.types.Duration
 
isNil - Variable in class org.apache.axis.encoding.DeserializerImpl
 
isNil(Attributes) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Convenenience method that returns true if the value is nil (due to the xsi:nil) attribute.
isNil(Attributes) - Method in interface org.apache.axis.encoding.DeserializationContext
Convenenience method that returns true if the value is nil (due to the xsi:nil) attribute.
isNowrap() - Method in class org.apache.axis.wsdl.gen.Parser
 
isNullable(Class) - Method in class org.apache.axis.wsdl.fromJava.Types
Determines if the field is nullable.
isOnline() - Static method in class org.apache.axis.test.AxisTestBase
test for the online tests being enabled
isOnlyLiteralReferenced() - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
Is this type references ONLY as a literal type? If a binding's message's soapBody says: use="literal", then a type is referenced literally.
isOperationDIME(String) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Check if this operation should use DIME
isOutHeader() - Method in class org.apache.axis.description.ParameterDesc
 
isOutHeader() - Method in class org.apache.axis.wsdl.symbolTable.Parameter
Is this parameter in the output message header?
isOutHeaderPart(String, String) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Is this part an output header part?.
isParameterAndReturnSpecRequired(QName) - Method in interface javax.xml.rpc.Call
Indicates whether addParameter and setReturnType methods are to be invoked to specify the parameter and return type specification for a specific operation.
isParameterAndReturnSpecRequired(QName) - Method in class org.apache.axis.client.Call
Is the caller required to provide the parameter and return type specification? If true, then addParameter and setReturnType MUST be called to provide the meta data.
isPrimitive(Object) - Method in class org.apache.axis.encoding.SerializationContextImpl
Indicates whether the object should be interpretted as a primitive for the purposes of multi-ref processing.
isPrimitive(Object) - Method in interface org.apache.axis.encoding.SerializationContext
Indicates whether the object should be interpretted as a primitive for the purposes of multi-ref processing.
isPrimitiveType(TypeEntry) - Static method in class org.apache.axis.wsdl.toJava.Utils
 
isProcessed() - Method in class org.apache.axis.message.SOAPHeaderElement
 
isProcessingRef() - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
isProcessingRef() - Method in interface org.apache.axis.encoding.DeserializationContext
Are we in the midst of processing an href target? If so, we shouldn't be pushing the element stack...
isPropertySupported(String) - Method in class org.apache.axis.client.Call
 
isPropertyTrue(String) - Method in class org.apache.axis.MessageContext
Tests to see if the named property is set in the 'bag'.
isPropertyTrue(String) - Static method in class org.apache.axis.test.AxisTestBase
probe for a property being set in ant terms.
isPropertyTrue(String, boolean) - Method in class org.apache.axis.MessageContext
Tests to see if the named property is set in the 'bag'.
isPubid(int) - Static method in class org.apache.axis.utils.XMLChar
Returns true if the specified character is a valid Pubid character as defined by production [13] in the XML 1.0 specification.
isReadable() - Method in class org.apache.axis.utils.FieldPropertyDescriptor
Query if property is readable
isReadable() - Method in class org.apache.axis.utils.BeanPropertyDescriptor
Query if property is readable
isRecoverable(Throwable, int) - Method in class org.apache.axis.components.jms.SonicMQVendorAdapter
 
isRecoverable(Throwable, int) - Method in class org.apache.axis.components.jms.JMSVendorAdapter
 
isRecursive(IdentityHashMap, Vector) - Method in class org.apache.axis.encoding.ser.VectorSerializer
 
isReferenced() - Method in class org.apache.axis.wsdl.symbolTable.SymTabEntry
Is this entry referenced by any other entry in the symbol table?
isRegistered(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
Checks whether or not type mapping between specified XML type and Java type is registered.
isRegistered(Class, QName) - Method in class org.apache.axis.encoding.TypeMappingImpl
isRegistered returns true if the [javaType, xmlType] pair is registered.
isReturnHeader() - Method in class org.apache.axis.description.OperationDesc
Is the return value in the header of the response message?
isRoot() - Method in class org.apache.axis.message.MessageElement
 
isRunning() - Method in class org.apache.axis.server.AxisServer
 
isSchemaXSD(String) - Static method in class org.apache.axis.Constants
Returns true if SchemaXSD Namespace
isSchemaXSI(String) - Static method in class org.apache.axis.Constants
Returns true if SchemaXSI Namespace
isServerSide() - Method in class org.apache.axis.wsdl.toJava.Emitter
Indicate if we should be emitting server side code and deploy/undeploy
isServerTrusted(X509Certificate[]) - Method in class org.apache.axis.components.net.IBMFakeTrustSocketFactory.FakeX509TrustManager
Method isServerTrusted
isServerTrusted(X509Certificate[]) - Method in class org.apache.axis.components.net.SunFakeTrustSocketFactory.FakeX509TrustManager
Method isServerTrusted
isSessionUsed() - Method in class org.apache.axis.transport.http.SimpleAxisServer
 
isShutdown() - Method in class org.apache.axis.components.threadpool.ThreadPool
Returns true if all workers have been shutdown
isShuttingDown() - Method in class org.apache.axis.components.threadpool.ThreadPool
Returns true if all workers are in the process of shutting down
isSimpleSchemaType(QName) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
Determine if a QName is a simple XML Schema type
isSimpleType - Variable in class org.apache.axis.wsdl.symbolTable.TypeEntry
 
isSimpleType() - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
 
isSimpleTypeOrSimpleContent(Node) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
If the specified node is a simple type or contains simpleContent, return true
isSkeletonWanted() - Method in class org.apache.axis.wsdl.toJava.Emitter
Indicate if we should be deploying skeleton or implementation
isSOAP_ENC(String) - Static method in class org.apache.axis.Constants
Returns true if SOAP_ENC Namespace
isSOAP_ENV(String) - Static method in class org.apache.axis.Constants
Returns true if SOAP_ENV Namespace
isSpace(int) - Static method in class org.apache.axis.utils.XMLChar
Returns true if the specified character is a space character as defined by production [3] in the XML 1.0 specification.
isSupplemental(int) - Static method in class org.apache.axis.utils.XMLChar
Returns true if the specified character is a supplemental character.
isTestCaseWanted() - Method in class org.apache.axis.wsdl.toJava.Emitter
 
isTrue(Object) - Static method in class org.apache.axis.utils.JavaUtils
 
isTrue(Object, boolean) - Static method in class org.apache.axis.utils.JavaUtils
Tests the Object 'value': if its null, return default.
isTrue(String) - Static method in class org.apache.axis.utils.JavaUtils
Tests the String 'value': return 'false' if its 'false', '0', or 'no' - else 'true' Follow in 'C' tradition of boolean values: false is specific (0), everything else is true;
isTrueExplicitly(Object) - Static method in class org.apache.axis.utils.JavaUtils
 
isTrueExplicitly(Object, boolean) - Static method in class org.apache.axis.utils.JavaUtils
Tests the Object 'value': if its null, return default.
isTrueExplicitly(String) - Static method in class org.apache.axis.utils.JavaUtils
Tests the String 'value': return 'true' if its 'true', '1', or 'yes' - else 'false'
isValid(double) - Method in class org.apache.axis.types.UnsignedLong
validate the value against the xsd definition
isValid(int) - Static method in class org.apache.axis.utils.XMLChar
Returns true if the specified character is valid.
isValid(long) - Method in class org.apache.axis.types.UnsignedShort
validate the value against the xsd definition
isValid(long) - Method in class org.apache.axis.types.UnsignedInt
validate the value against the xsd definition
isValid(long) - Method in class org.apache.axis.types.UnsignedByte
validate the value against the xsd value space definition
isValid(String) - Static method in class org.apache.axis.enum.Use
 
isValid(String) - Static method in class org.apache.axis.enum.Style
 
isValid(String) - Static method in class org.apache.axis.enum.Scope
 
isValid(String) - Method in class org.apache.axis.enum.Enum.Type
 
isValid(String) - Method in class org.apache.axis.types.Token
validate the value against the xsd definition The value space of token is the set of strings that do not contain the line feed (#xA) nor tab (#x9) characters, that have no leading or trailing spaces (#x20) and that have no internal sequences of two or more spaces.
isValid(String) - Method in class org.apache.axis.types.NormalizedString
validate the value against the xsd definition for the object The value space of normalizedString is the set of strings that do not contain the carriage return (#xD), line feed (#xA) nor tab (#x9) characters.
isValid(String) - Method in class org.apache.axis.types.NMToken
validate the value against the xsd definition Nmtoken ::= (NameChar)+ NameChar ::= Letter | Digit | '.' | '-' | '_' | ':' | CombiningChar | Extender
isValid(String) - Method in class org.apache.axis.types.NCName
validate the value against the xsd definition NCName ::= (Letter | '_') (NCNameChar)* NCNameChar ::= Letter | Digit | '.' | '-' | '_' | CombiningChar | Extender
isValid(String) - Method in class org.apache.axis.types.Name
validate the value against the xsd definition Name ::= (Letter | '_' | ':') ( NameChar)* NameChar ::= Letter | Digit | '.' | '-' | '_' | ':' | CombiningChar | Extender
isValid(String) - Method in class org.apache.axis.types.Language
validate the value against the xsd definition TODO
isValid(String) - Method in class org.apache.axis.types.Id
validate the value against the xsd definition Same validation as NCName for the time being
isValidIANAEncoding(String) - Static method in class org.apache.axis.utils.XMLChar
Returns true if the encoding name is a valid IANA encoding.
isValidJavaEncoding(String) - Static method in class org.apache.axis.utils.XMLChar
Returns true if the encoding name is a valid Java encoding.
isValidName(String) - Static method in class org.apache.axis.utils.XMLChar
Check to see if a string is a valid Name according to [5] in the XML 1.0 Recommendation
isValidNCName(String) - Static method in class org.apache.axis.utils.XMLChar
Check to see if a string is a valid NCName according to [4] from the XML Namespaces 1.0 Recommendation
isValidNmtoken(String) - Static method in class org.apache.axis.utils.XMLChar
Check to see if a string is a valid Nmtoken according to [7] in the XML 1.0 Recommendation
isValueSet(char) - Method in class org.apache.axis.utils.Options
Returns a string (or null) specifying the value for the passed option.
isVerbose() - Method in class org.apache.axis.wsdl.gen.Parser
 
isWellFormedAddress(String) - Static method in class org.apache.axis.types.URI
Determine whether a string is syntactically capable of representing a valid IPv4 address or the domain name of a network host.
isWrapped() - Method in class org.apache.axis.description.ServiceDesc
Determine whether or not this is a "wrapped" invocation, i.e.
isWrapped() - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Are we wrapping literal soap body elements.
isWriteable() - Method in class org.apache.axis.utils.FieldPropertyDescriptor
Query if property is writeable
isWriteable() - Method in class org.apache.axis.utils.BeanPropertyDescriptor
Query if property is writeable
isWSDL(String) - Static method in class org.apache.axis.Constants
Returns true if WSDL Namespace
isWSDLSOAP(String) - Static method in class org.apache.axis.Constants
Returns true if WSDL SOAP Namespace
isXML11Space(int) - Static method in class org.apache.axis.utils.XMLChar
Returns true if the specified character is a space character as amdended in the XML 1.1 specification.
iterator() - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedQueue
 

J

JAFDataHandlerDeserializer - class org.apache.axis.encoding.ser.JAFDataHandlerDeserializer.
JAFDataHandler Serializer
JAFDataHandlerDeserializer() - Constructor for class org.apache.axis.encoding.ser.JAFDataHandlerDeserializer
 
JAFDataHandlerDeserializerFactory - class org.apache.axis.encoding.ser.JAFDataHandlerDeserializerFactory.
A JAFDataHandlerDeserializer Factory
JAFDataHandlerDeserializerFactory() - Constructor for class org.apache.axis.encoding.ser.JAFDataHandlerDeserializerFactory
 
JAFDataHandlerDeserializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.JAFDataHandlerDeserializerFactory
 
JAFDataHandlerSerializer - class org.apache.axis.encoding.ser.JAFDataHandlerSerializer.
JAFDataHandler Serializer
JAFDataHandlerSerializer() - Constructor for class org.apache.axis.encoding.ser.JAFDataHandlerSerializer
 
JAFDataHandlerSerializerFactory - class org.apache.axis.encoding.ser.JAFDataHandlerSerializerFactory.
A JAFDataHandlerSerializer Factory
JAFDataHandlerSerializerFactory() - Constructor for class org.apache.axis.encoding.ser.JAFDataHandlerSerializerFactory
 
JAFDataHandlerSerializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.JAFDataHandlerSerializerFactory
 
Java2WSDL - class org.apache.axis.wsdl.Java2WSDL.
Command line interface to the java2wsdl utility
Java2WSDL() - Constructor for class org.apache.axis.wsdl.Java2WSDL
Instantiate a Java2WSDL emitter.
JavaBeanFaultWriter - class org.apache.axis.wsdl.toJava.JavaBeanFaultWriter.
This is Wsdl2java's Complex Faylt Writer.
JavaBeanFaultWriter(Emitter, TypeEntry, Vector, TypeEntry, Vector, JavaWriter) - Constructor for class org.apache.axis.wsdl.toJava.JavaBeanFaultWriter
Constructor.
JavaBeanHelperWriter - class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter.
This is Wsdl2java's Helper Type Writer.
JavaBeanHelperWriter(Emitter, TypeEntry, Vector, TypeEntry, Vector) - Constructor for class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
Constructor.
JavaBeanWriter - class org.apache.axis.wsdl.toJava.JavaBeanWriter.
This is Wsdl2java's Complex Type Writer.
JavaBeanWriter(Emitter, TypeEntry, Vector, TypeEntry, Vector, JavaWriter) - Constructor for class org.apache.axis.wsdl.toJava.JavaBeanWriter
Constructor.
JavaBindingWriter - class org.apache.axis.wsdl.toJava.JavaBindingWriter.
This is Wsdl2java's Binding Writer.
JavaBindingWriter(Emitter, Binding, SymbolTable) - Constructor for class org.apache.axis.wsdl.toJava.JavaBindingWriter
Constructor.
Javac - class org.apache.axis.components.compiler.Javac.
This class wraps the Sun's Javac Compiler.
Javac() - Constructor for class org.apache.axis.components.compiler.Javac
 
JavaClass - class org.apache.axis.utils.cache.JavaClass.
A simple cache of previously loaded classes, and their methods.
JavaClass(Class) - Constructor for class org.apache.axis.utils.cache.JavaClass
Create a cache entry for this java.lang.Class
JavaClassWriter - class org.apache.axis.wsdl.toJava.JavaClassWriter.
Emitter knows about WSDL writers, one each for PortType, Binding, Service, Definition, Type.
JavaClassWriter(Emitter, String, String) - Constructor for class org.apache.axis.wsdl.toJava.JavaClassWriter
Constructor.
JavaDefinitionWriter - class org.apache.axis.wsdl.toJava.JavaDefinitionWriter.
This is Wsdl2java's Definition Writer.
JavaDefinitionWriter(Emitter, Definition, SymbolTable) - Constructor for class org.apache.axis.wsdl.toJava.JavaDefinitionWriter
Constructor.
JavaDeployWriter - class org.apache.axis.wsdl.toJava.JavaDeployWriter.
This is Wsdl2java's deploy Writer.
JavaDeployWriter(Emitter, Definition, SymbolTable) - Constructor for class org.apache.axis.wsdl.toJava.JavaDeployWriter
Constructor.
JavaEnumTypeWriter - class org.apache.axis.wsdl.toJava.JavaEnumTypeWriter.
This is Wsdl2java's Complex Type Writer.
JavaEnumTypeWriter(Emitter, TypeEntry, Vector) - Constructor for class org.apache.axis.wsdl.toJava.JavaEnumTypeWriter
Constructor.
JavaFaultWriter - class org.apache.axis.wsdl.toJava.JavaFaultWriter.
This is Wsdl2java's Fault Writer.
JavaFaultWriter(Emitter, SymbolTable, FaultInfo) - Constructor for class org.apache.axis.wsdl.toJava.JavaFaultWriter
Constructor.
JavaGeneratorFactory - class org.apache.axis.wsdl.toJava.JavaGeneratorFactory.
This is Wsdl2java's implementation of the GeneratorFactory
JavaGeneratorFactory.Writers - class org.apache.axis.wsdl.toJava.JavaGeneratorFactory.Writers.
 
JavaGeneratorFactory.Writers() - Constructor for class org.apache.axis.wsdl.toJava.JavaGeneratorFactory.Writers
 
JavaGeneratorFactory() - Constructor for class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
Default constructor.
JavaGeneratorFactory(Emitter) - Constructor for class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
JavaHolderWriter - class org.apache.axis.wsdl.toJava.JavaHolderWriter.
This is Wsdl2java's Holder Writer.
JavaHolderWriter(Emitter, TypeEntry) - Constructor for class org.apache.axis.wsdl.toJava.JavaHolderWriter
Constructor.
JavaImplWriter - class org.apache.axis.wsdl.toJava.JavaImplWriter.
This is Wsdl2java's implementation template writer.
JavaImplWriter(Emitter, BindingEntry, SymbolTable) - Constructor for class org.apache.axis.wsdl.toJava.JavaImplWriter
Constructor.
JavaInterfaceWriter - class org.apache.axis.wsdl.toJava.JavaInterfaceWriter.
This is Wsdl2java's PortType Writer.
JavaInterfaceWriter(Emitter, PortTypeEntry, BindingEntry, SymbolTable) - Constructor for class org.apache.axis.wsdl.toJava.JavaInterfaceWriter
Constructor.
JavaMessageExchange - class org.apache.axis.ime.internal.transports.java.JavaMessageExchange.
Wraps the existing synchronous JavaSender handler with an asynchronous MessageExchangeProvider.
JavaMessageExchange() - Constructor for class org.apache.axis.ime.internal.transports.java.JavaMessageExchange
 
JavaMethod - class org.apache.axis.utils.cache.JavaMethod.
A simple cache of previously loaded methods
JavaMethod(Class, String) - Constructor for class org.apache.axis.utils.cache.JavaMethod
Create a cache entry for this java.lang.Class
JavaProvider - class org.apache.axis.providers.java.JavaProvider.
Base class for Java dispatching.
JavaProvider() - Constructor for class org.apache.axis.providers.java.JavaProvider
 
JavaSender - class org.apache.axis.transport.java.JavaSender.
 
JavaSender() - Constructor for class org.apache.axis.transport.java.JavaSender
 
JavaServiceIfaceWriter - class org.apache.axis.wsdl.toJava.JavaServiceIfaceWriter.
This is Wsdl2java's service writer.
JavaServiceIfaceWriter(Emitter, ServiceEntry, SymbolTable) - Constructor for class org.apache.axis.wsdl.toJava.JavaServiceIfaceWriter
Constructor.
JavaServiceImplWriter - class org.apache.axis.wsdl.toJava.JavaServiceImplWriter.
This is Wsdl2java's service implementation writer.
JavaServiceImplWriter(Emitter, ServiceEntry, SymbolTable) - Constructor for class org.apache.axis.wsdl.toJava.JavaServiceImplWriter
Constructor.
JavaServiceWriter - class org.apache.axis.wsdl.toJava.JavaServiceWriter.
This is Wsdl2java's Service Writer.
JavaServiceWriter(Emitter, Service, SymbolTable) - Constructor for class org.apache.axis.wsdl.toJava.JavaServiceWriter
Constructor.
JavaSkelWriter - class org.apache.axis.wsdl.toJava.JavaSkelWriter.
This is Wsdl2java's skeleton writer.
JavaSkelWriter(Emitter, BindingEntry, SymbolTable) - Constructor for class org.apache.axis.wsdl.toJava.JavaSkelWriter
Constructor.
JavaStubWriter - class org.apache.axis.wsdl.toJava.JavaStubWriter.
This is Wsdl2java's stub writer.
JavaStubWriter(Emitter, BindingEntry, SymbolTable) - Constructor for class org.apache.axis.wsdl.toJava.JavaStubWriter
Constructor.
JavaTestCaseWriter - class org.apache.axis.wsdl.toJava.JavaTestCaseWriter.
This is Wsdl2java's TestCase writer.
JavaTestCaseWriter(Emitter, ServiceEntry, SymbolTable) - Constructor for class org.apache.axis.wsdl.toJava.JavaTestCaseWriter
Constructor.
JavaTransport - class org.apache.axis.transport.java.JavaTransport.
A Transport which will cause an invocation via "java"
JavaTransport() - Constructor for class org.apache.axis.transport.java.JavaTransport
 
javaType - Variable in class org.apache.axis.encoding.TypeMappingImpl.Pair
 
javaType - Variable in class org.apache.axis.encoding.ser.SimpleSerializer
 
javaType - Variable in class org.apache.axis.encoding.ser.SimpleDeserializer
 
javaType - Variable in class org.apache.axis.encoding.ser.HexSerializer
 
javaType - Variable in class org.apache.axis.encoding.ser.HexDeserializer
 
javaType - Variable in class org.apache.axis.encoding.ser.BaseSerializerFactory
 
javaType - Variable in class org.apache.axis.encoding.ser.BaseDeserializerFactory
 
javaType - Variable in class org.apache.axis.encoding.ser.Base64Serializer
 
javaType - Variable in class org.apache.axis.encoding.ser.Base64Deserializer
 
javaType - Variable in class org.apache.axis.encoding.ser.castor.CastorDeserializer
 
JavaTypeWriter - class org.apache.axis.wsdl.toJava.JavaTypeWriter.
This is Wsdl2java's Type Writer.
JavaTypeWriter(Emitter, TypeEntry, SymbolTable) - Constructor for class org.apache.axis.wsdl.toJava.JavaTypeWriter
Constructor.
JavaUndeployWriter - class org.apache.axis.wsdl.toJava.JavaUndeployWriter.
This is Wsdl2java's deploy Writer.
JavaUndeployWriter(Emitter, Definition, SymbolTable) - Constructor for class org.apache.axis.wsdl.toJava.JavaUndeployWriter
Constructor.
JavaUtils - class org.apache.axis.utils.JavaUtils.
Utility class to deal with Java language related issues, such as type conversions.
JavaUtils.ConvertCache - interface org.apache.axis.utils.JavaUtils.ConvertCache.
It the argument to the convert(...) method implements the ConvertCache interface, the convert(...) method will use the set/get methods to store and retrieve converted values.
JavaUtils.HolderException - exception org.apache.axis.utils.JavaUtils.HolderException.
 
JavaUtils.HolderException(String) - Constructor for class org.apache.axis.utils.JavaUtils.HolderException
 
JavaUtils() - Constructor for class org.apache.axis.utils.JavaUtils
 
JavaWriter - class org.apache.axis.wsdl.toJava.JavaWriter.
Emitter knows about WSDL writers, one each for PortType, Binding, Service, Definition, Type.
JavaWriter(Emitter, String) - Constructor for class org.apache.axis.wsdl.toJava.JavaWriter
Constructor.
javax.xml.messaging - package javax.xml.messaging
 
javax.xml.namespace - package javax.xml.namespace
 
javax.xml.rpc - package javax.xml.rpc
 
javax.xml.rpc.encoding - package javax.xml.rpc.encoding
 
javax.xml.rpc.handler - package javax.xml.rpc.handler
 
javax.xml.rpc.handler.soap - package javax.xml.rpc.handler.soap
 
javax.xml.rpc.holders - package javax.xml.rpc.holders
 
javax.xml.rpc.server - package javax.xml.rpc.server
 
javax.xml.rpc.soap - package javax.xml.rpc.soap
 
javax.xml.soap - package javax.xml.soap
 
javax.xml.transform - package javax.xml.transform
 
javax.xml.transform.dom - package javax.xml.transform.dom
 
javax.xml.transform.sax - package javax.xml.transform.sax
 
javax.xml.transform.stream - package javax.xml.transform.stream
 
javifyNames(SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
Fill in the names of each SymTabEntry with the javaified name.
JAXRPC_PORTTYPE_NAME - Static variable in class org.apache.axis.client.Call
 
JAXRPC_SERVICE - Static variable in class org.apache.axis.client.Call
 
JAXRPCException - exception javax.xml.rpc.JAXRPCException.
The javax.xml.rpc.JAXRPCException is thrown from the core JAX-RPC APIs to indicate an exception related to the JAX-RPC runtime mechanisms.
JAXRPCException() - Constructor for class javax.xml.rpc.JAXRPCException
Constructs a new exception with null as its detail message.
JAXRPCException(String) - Constructor for class javax.xml.rpc.JAXRPCException
Constructs a new exception with the specified detail message.
JAXRPCException(String, Throwable) - Constructor for class javax.xml.rpc.JAXRPCException
Constructs a new exception with the specified detail message and cause.
JAXRPCException(Throwable) - Constructor for class javax.xml.rpc.JAXRPCException
Constructs a new JAXRPCException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
JAXRPCHandler - class org.apache.axis.handlers.JAXRPCHandler.
Handles JAXRPC style handlers.
JAXRPCHandler() - Constructor for class org.apache.axis.handlers.JAXRPCHandler
 
JDK13IO - class org.apache.axis.components.image.JDK13IO.
JDK1.3 based Image I/O
JDK13IO() - Constructor for class org.apache.axis.components.image.JDK13IO
 
Jikes - class org.apache.axis.components.compiler.Jikes.
This class wraps IBM's Jikes Java compiler NOTE: inspired by the Apache Jasper implementation.
Jikes() - Constructor for class org.apache.axis.components.compiler.Jikes
 
JimiIO - class org.apache.axis.components.image.JimiIO.
JIMI based Image I/O
JimiIO() - Constructor for class org.apache.axis.components.image.JimiIO
 
JMS_CORRELATION_ID - Static variable in interface org.apache.axis.transport.jms.JMSConstants
Key for properties used in the send and call methods.
JMS_CORRELATION_ID_AS_BYTES - Static variable in interface org.apache.axis.transport.jms.JMSConstants
Key for properties used in the send and call methods.
JMS_TYPE - Static variable in interface org.apache.axis.transport.jms.JMSConstants
Key for properties used in the send and call methods.
JMSConnector - class org.apache.axis.transport.jms.JMSConnector.
JMSConnector is an abstract class that encapsulates the work of connecting to JMS destinations.
JMSConnector.AsyncConnection - class org.apache.axis.transport.jms.JMSConnector.AsyncConnection.
 
JMSConnector.AsyncConnection.ListenerSession - class org.apache.axis.transport.jms.JMSConnector.AsyncConnection.ListenerSession.
 
JMSConnector.AsyncConnection(ConnectionFactory, Connection, String, String, String, String) - Constructor for class org.apache.axis.transport.jms.JMSConnector.AsyncConnection
 
JMSConnector.SyncConnection - class org.apache.axis.transport.jms.JMSConnector.SyncConnection.
 
JMSConnector.SyncConnection.SendSession - class org.apache.axis.transport.jms.JMSConnector.SyncConnection.SendSession.
 
JMSConnector(ConnectionFactory, int, int, long, long, long, boolean, String, String, String, JMSVendorAdapter) - Constructor for class org.apache.axis.transport.jms.JMSConnector
 
JMSConnectorFactory - class org.apache.axis.transport.jms.JMSConnectorFactory.
JMSConnectorFactory is a factory class for creating JMSConnectors.
JMSConnectorFactory() - Constructor for class org.apache.axis.transport.jms.JMSConnectorFactory
 
JMSConstants - interface org.apache.axis.transport.jms.JMSConstants.
JMSConstants contains constants that apply to all JMS providers.
JMSEndpoint - class org.apache.axis.transport.jms.JMSEndpoint.
JMSEndpoint encapsulates interactions w/ a JMS destination.
JMSEndpoint(JMSConnector) - Constructor for class org.apache.axis.transport.jms.JMSEndpoint
 
JMSSender - class org.apache.axis.transport.jms.JMSSender.
This is meant to be used on a SOAP Client to call a SOAP server.
JMSSender() - Constructor for class org.apache.axis.transport.jms.JMSSender
 
JMSTransport - class org.apache.axis.transport.jms.JMSTransport.
JMSTransport is the JMS-specific implemenation of org.apache.axis.client.Transport.
JMSTransport(HashMap, HashMap) - Constructor for class org.apache.axis.transport.jms.JMSTransport
 
JMSVendorAdapter - class org.apache.axis.components.jms.JMSVendorAdapter.
SPI Interface that all JMSVendorAdaptors must implement.
JMSVendorAdapter() - Constructor for class org.apache.axis.components.jms.JMSVendorAdapter
 
JMSVendorAdapterFactory - class org.apache.axis.components.jms.JMSVendorAdapterFactory.
Discovery class used to locate vendor adapters.
JMSVendorAdapterFactory() - Constructor for class org.apache.axis.components.jms.JMSVendorAdapterFactory
 
JNDIAxisServerFactory - class org.apache.axis.server.JNDIAxisServerFactory.
Helper class for obtaining AxisServers, which hides the complexity of JNDI accesses, etc.
JNDIAxisServerFactory() - Constructor for class org.apache.axis.server.JNDIAxisServerFactory
 
jndiContextClass - Static variable in class org.apache.axis.providers.java.EJBProvider
 
jndiPassword - Static variable in class org.apache.axis.providers.java.EJBProvider
 
jndiURL - Static variable in class org.apache.axis.providers.java.EJBProvider
 
jndiUsername - Static variable in class org.apache.axis.providers.java.EJBProvider
 
JNDIVendorAdapter - class org.apache.axis.components.jms.JNDIVendorAdapter.
Uses JNDI to locate ConnectionFactory and Destinations
JNDIVendorAdapter() - Constructor for class org.apache.axis.components.jms.JNDIVendorAdapter
 
JSSESocketFactory - class org.apache.axis.components.net.JSSESocketFactory.
SSL socket factory.
JSSESocketFactory(Hashtable) - Constructor for class org.apache.axis.components.net.JSSESocketFactory
Constructor JSSESocketFactory
JWS_DEFAULT_FILE_EXTENSION - Static variable in class org.apache.axis.Constants
what the extension of JWS files is.
JWSClassLoader - class org.apache.axis.utils.JWSClassLoader.
Class loader for JWS files.
JWSClassLoader(String, ClassLoader, String) - Constructor for class org.apache.axis.utils.JWSClassLoader
Construct a JWSClassLoader with a class name, a parent ClassLoader, and a filename of a .class file containing the bytecode for the class.
JWSHandler - class org.apache.axis.handlers.JWSHandler.
A JWSHandler sets the target service and JWS filename in the context depending on the JWS configuration and the target URL.
JWSHandler() - Constructor for class org.apache.axis.handlers.JWSHandler
 

K

key - Variable in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedNode
 
KeyedBuffer - interface org.apache.axis.ime.internal.util.KeyedBuffer.
A KeyedBuffer is a low level hybrid FIFO Queue and Keyed map Each MessageExchange implementation will create at least two KeyedBuffer's, one for messages being sent, and another for messages that have been received.
KEYHINT - Static variable in class org.apache.axis.encoding.ser.MapDeserializer
 

L

Language - class org.apache.axis.types.Language.
Custom class for supporting XSD data type language language represents natural language identifiers as defined by [RFC 1766].
Language() - Constructor for class org.apache.axis.types.Language
 
Language(String) - Constructor for class org.apache.axis.types.Language
ctor for Language
last - Variable in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedQueue
 
list - Variable in class org.apache.axis.wsdl.symbolTable.Parameters
 
list - Variable in class org.apache.axis.wsdl.toJava.GeneratedFileInfo
 
list() - Method in class org.apache.axis.client.AdminClient
 
list(Options) - Method in class org.apache.axis.client.AdminClient
 
listConfig(AxisEngine) - Static method in class org.apache.axis.utils.Admin
Get an XML document representing this engine's configuration.
listener - Variable in class org.apache.axis.ime.internal.MessageExchangeReceiveContext
 
listener - Variable in class org.apache.axis.ime.internal.MessageExchangeProvider.MessageSender
 
LITERAL - Static variable in class org.apache.axis.enum.Use
 
LITERAL_STR - Static variable in class org.apache.axis.enum.Use
 
LOAD_BALANCING - Static variable in class org.apache.axis.components.jms.SonicMQVendorAdapter
SonicConnectionFactory parameter valid for either domain.
loadImage(InputStream) - Method in class org.apache.axis.components.image.MerlinIO
Load an Image.
loadImage(InputStream) - Method in class org.apache.axis.components.image.JimiIO
Load an Image.
loadImage(InputStream) - Method in class org.apache.axis.components.image.JDK13IO
Load an Image.
loadImage(InputStream) - Method in interface org.apache.axis.components.image.ImageIO
Load an Image.
loadInputSchema(String) - Method in class org.apache.axis.wsdl.fromJava.Types
Loads the types from the input schema file.
loadInputTypes(String) - Method in class org.apache.axis.wsdl.fromJava.Types
Load the types from the input wsdl file.
loadProperties(String, ClassLoader) - Method in class org.apache.axis.i18n.RB
 
loadProperties(String, ClassLoader, Locale, Locale) - Method in class org.apache.axis.i18n.RB
 
loadProperties(String, ClassLoader, Locale, Properties) - Method in class org.apache.axis.i18n.RB
 
loadServiceDescByIntrospection() - Method in class org.apache.axis.description.ServiceDesc
Fill in a service description by introspecting the implementation class.
loadServiceDescByIntrospection(Class) - Method in class org.apache.axis.description.ServiceDesc
Fill in a service description by introspecting the implementation class.
loadServiceDescByIntrospection(Class, TypeMapping) - Method in class org.apache.axis.description.ServiceDesc
Fill in a service description by introspecting the implementation class.
LOCAL_SERVER - Static variable in class org.apache.axis.transport.local.LocalTransport
 
locale - Static variable in class org.apache.axis.i18n.MessagesConstants
 
LocalMessageExchange - class org.apache.axis.ime.internal.transports.local.LocalMessageExchange.
Wraps the existing synchronous LocalSender handler with an asynchronous MessageExchangeProvider.
LocalMessageExchange() - Constructor for class org.apache.axis.ime.internal.transports.local.LocalMessageExchange
 
LocalResponder - class org.apache.axis.transport.local.LocalResponder.
Tiny Handler which just makes sure to Stringize the outgoing Message to appropriately use serializers on the server side.
LocalResponder() - Constructor for class org.apache.axis.transport.local.LocalResponder
 
LocalSender - class org.apache.axis.transport.local.LocalSender.
This is meant to be used on a SOAP Client to call a SOAP server.
LocalSender() - Constructor for class org.apache.axis.transport.local.LocalSender
 
LocalTransport - class org.apache.axis.transport.local.LocalTransport.
A Transport which will cause an invocation via a "local" AxisServer.
LocalTransport() - Constructor for class org.apache.axis.transport.local.LocalTransport
No-arg constructor, which will use an AxisServer constructed by the LocalSender (see LocalSender.java).
LocalTransport(AxisServer) - Constructor for class org.apache.axis.transport.local.LocalTransport
Use this constructor if you have a particular server kicking around (perhaps which you've already deployed useful stuff into) which you'd like to use.
LOCATION_IMPORT_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
LOCATION_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
LockableHashtable - class org.apache.axis.utils.LockableHashtable.
This subclass of the java Hashtable allows individual entries to be "locked" so that their values cannot be overwritten or removed.
LockableHashtable() - Constructor for class org.apache.axis.utils.LockableHashtable
 
LockableHashtable(int) - Constructor for class org.apache.axis.utils.LockableHashtable
 
LockableHashtable(int, float) - Constructor for class org.apache.axis.utils.LockableHashtable
 
LockableHashtable(Map) - Constructor for class org.apache.axis.utils.LockableHashtable
 
log - Static variable in class org.apache.axis.SOAPPart
 
log - Static variable in class org.apache.axis.SimpleTargetedChain
 
log - Static variable in class org.apache.axis.SimpleChain
 
log - Static variable in class org.apache.axis.MessageContext
 
log - Static variable in class org.apache.axis.Message
 
log - Static variable in class org.apache.axis.InternalException
 
log - Static variable in class org.apache.axis.FaultableHandler
 
log - Static variable in class org.apache.axis.ConfigurationException
 
log - Static variable in class org.apache.axis.AxisProperties
 
log - Static variable in class org.apache.axis.AxisFault
 
log - Static variable in class org.apache.axis.AxisEngine
 
log - Static variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
Field log
log - Static variable in class org.apache.axis.attachments.MultiPartDimeInputStream
 
log - Static variable in class org.apache.axis.attachments.MimeUtils
Field log
log - Static variable in class org.apache.axis.attachments.ManagedMemoryDataSource
Field log
log - Static variable in class org.apache.axis.attachments.ImageDataSource
 
log - Static variable in class org.apache.axis.attachments.DimeDelimitedInputStream
 
log - Static variable in class org.apache.axis.attachments.DimeBodyPart
 
log - Static variable in class org.apache.axis.attachments.BoundaryDelimitedStream
Field log
log - Static variable in class org.apache.axis.attachments.AttachmentsImpl
 
log - Static variable in class org.apache.axis.attachments.AttachmentPart
Field log
log - Static variable in class org.apache.axis.client.Call
 
log - Static variable in class org.apache.axis.client.AxisClient
 
log - Static variable in class org.apache.axis.client.AdminClient
 
log - Static variable in class org.apache.axis.components.compiler.Jikes
 
log - Static variable in class org.apache.axis.components.compiler.Javac
 
log - Static variable in class org.apache.axis.components.compiler.CompilerFactory
 
log - Static variable in class org.apache.axis.components.image.ImageIOFactory
 
log - Static variable in class org.apache.axis.components.net.IBMFakeTrustSocketFactory
Field log
log - Static variable in class org.apache.axis.components.net.IBMFakeTrustSocketFactory.FakeX509TrustManager
Field log
log - Static variable in class org.apache.axis.components.net.TransportClientPropertiesFactory
 
log - Static variable in class org.apache.axis.components.net.SunFakeTrustSocketFactory
Field log
log - Static variable in class org.apache.axis.components.net.SunFakeTrustSocketFactory.FakeX509TrustManager
Field log
log - Static variable in class org.apache.axis.components.net.SocketFactoryFactory
Field log
log - Static variable in class org.apache.axis.components.net.DefaultSocketFactory
Field log
log - Static variable in class org.apache.axis.components.script.ScriptFactory
 
log - Static variable in class org.apache.axis.components.threadpool.ThreadPool
 
log - Static variable in class org.apache.axis.configuration.FileProvider
 
log - Static variable in class org.apache.axis.configuration.EngineConfigurationFactoryServlet
 
log - Static variable in class org.apache.axis.configuration.EngineConfigurationFactoryFinder
 
log - Static variable in class org.apache.axis.configuration.EngineConfigurationFactoryDefault
 
log - Static variable in class org.apache.axis.deployment.wsdd.WSDDProvider
 
log - Static variable in class org.apache.axis.deployment.wsdd.WSDDDocument
 
log - Static variable in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
log - Static variable in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
 
log - Static variable in class org.apache.axis.description.ServiceDesc
 
log - Static variable in class org.apache.axis.description.OperationDesc
 
log - Static variable in class org.apache.axis.encoding.TypeMappingImpl
 
log - Static variable in class org.apache.axis.encoding.SerializationContextImpl
 
log - Static variable in class org.apache.axis.encoding.MethodTarget
 
log - Static variable in class org.apache.axis.encoding.FieldTarget
 
log - Static variable in class org.apache.axis.encoding.DeserializerImpl
 
log - Static variable in class org.apache.axis.encoding.DeserializationContextImpl
 
log - Static variable in class org.apache.axis.encoding.ser.VectorSerializer
 
log - Static variable in class org.apache.axis.encoding.ser.VectorDeserializer
 
log - Static variable in class org.apache.axis.encoding.ser.SourceDataHandlerSerializer
 
log - Static variable in class org.apache.axis.encoding.ser.SourceDataHandlerDeserializer
 
log - Static variable in class org.apache.axis.encoding.ser.PlainTextDataHandlerSerializer
 
log - Static variable in class org.apache.axis.encoding.ser.PlainTextDataHandlerDeserializer
 
log - Static variable in class org.apache.axis.encoding.ser.OctetStreamDataHandlerSerializer
 
log - Static variable in class org.apache.axis.encoding.ser.OctetStreamDataHandlerDeserializer
 
log - Static variable in class org.apache.axis.encoding.ser.MimeMultipartDataHandlerSerializer
 
log - Static variable in class org.apache.axis.encoding.ser.MimeMultipartDataHandlerDeserializer
 
log - Static variable in class org.apache.axis.encoding.ser.MapSerializer
 
log - Static variable in class org.apache.axis.encoding.ser.MapDeserializer
 
log - Static variable in class org.apache.axis.encoding.ser.JAFDataHandlerSerializer
 
log - Static variable in class org.apache.axis.encoding.ser.JAFDataHandlerDeserializerFactory
 
log - Static variable in class org.apache.axis.encoding.ser.JAFDataHandlerDeserializer
 
log - Static variable in class org.apache.axis.encoding.ser.ImageDataHandlerSerializer
 
log - Static variable in class org.apache.axis.encoding.ser.ImageDataHandlerDeserializer
 
log - Static variable in class org.apache.axis.encoding.ser.EnumSerializer
 
log - Static variable in class org.apache.axis.encoding.ser.ElementDeserializer
 
log - Static variable in class org.apache.axis.encoding.ser.DocumentDeserializer
 
log - Static variable in class org.apache.axis.encoding.ser.BeanSerializer
 
log - Static variable in class org.apache.axis.encoding.ser.BeanPropertyTarget
 
log - Static variable in class org.apache.axis.encoding.ser.BeanDeserializer
 
log - Static variable in class org.apache.axis.encoding.ser.ArraySerializer
 
log - Static variable in class org.apache.axis.encoding.ser.ArrayDeserializer
 
log - Static variable in class org.apache.axis.encoding.ser.castor.CastorSerializer
 
log - Static variable in class org.apache.axis.enum.Enum
 
log - Static variable in class org.apache.axis.handlers.SimpleSessionHandler
 
log - Static variable in class org.apache.axis.handlers.SimpleAuthorizationHandler
 
log - Static variable in class org.apache.axis.handlers.SimpleAuthenticationHandler
 
log - Static variable in class org.apache.axis.handlers.MD5AttachHandler
 
log - Static variable in class org.apache.axis.handlers.LogMessage
 
log - Static variable in class org.apache.axis.handlers.LogHandler
 
log - Static variable in class org.apache.axis.handlers.JWSHandler
 
log - Static variable in class org.apache.axis.handlers.JAXRPCHandler
 
log - Static variable in class org.apache.axis.handlers.ErrorHandler
 
log - Static variable in class org.apache.axis.handlers.EchoHandler
 
log - Static variable in class org.apache.axis.handlers.DebugHandler
 
log - Static variable in class org.apache.axis.handlers.BasicHandler
 
log - Static variable in class org.apache.axis.handlers.http.URLMapper
 
log - Static variable in class org.apache.axis.handlers.http.HTTPAuthHandler
 
log - Static variable in class org.apache.axis.handlers.http.HTTPActionHandler
 
log - Static variable in class org.apache.axis.handlers.soap.SOAPService
 
log - Static variable in class org.apache.axis.i18n.ProjectResourceBundle
 
log - Static variable in class org.apache.axis.ime.internal.MessageExchangeProvider
 
log - Static variable in class org.apache.axis.ime.internal.MessageExchangeProvider.MessageReceiver
 
log - Static variable in class org.apache.axis.ime.internal.MessageExchangeProvider.MessageSender
 
log - Static variable in class org.apache.axis.ime.internal.MessageExchangeImpl
 
log - Static variable in class org.apache.axis.ime.internal.FirstComeFirstServeDispatchPolicy
 
log - Static variable in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer
 
log - Static variable in class org.apache.axis.ime.internal.util.handler.MessageExchangeHandler
 
log - Static variable in class org.apache.axis.ime.internal.util.handler.HandlerMessageExchange
 
log - Static variable in class org.apache.axis.message.SOAPEnvelope
 
log - Static variable in class org.apache.axis.message.SAXOutputter
 
log - Static variable in class org.apache.axis.message.RPCParam
 
log - Static variable in class org.apache.axis.message.RPCHandler
 
log - Static variable in class org.apache.axis.message.MessageElement
 
log - Static variable in class org.apache.axis.message.InputStreamBody
 
log - Static variable in class org.apache.axis.message.HeaderBuilder
 
log - Static variable in class org.apache.axis.message.BodyBuilder
 
log - Static variable in class org.apache.axis.providers.BSFProvider
 
log - Static variable in class org.apache.axis.providers.BasicProvider
 
log - Static variable in class org.apache.axis.providers.java.RPCProvider
 
log - Static variable in class org.apache.axis.providers.java.RMIProvider
 
log - Static variable in class org.apache.axis.providers.java.JavaProvider
 
log - Static variable in class org.apache.axis.providers.java.EJBProvider
 
log - Static variable in class org.apache.axis.providers.java.CORBAProvider
 
log - Static variable in class org.apache.axis.security.servlet.ServletSecurityProvider
 
log - Static variable in class org.apache.axis.security.simple.SimpleSecurityProvider
 
log - Static variable in class org.apache.axis.server.Transport
 
log - Static variable in class org.apache.axis.server.DefaultAxisServerFactory
 
log - Static variable in class org.apache.axis.server.AxisServer
 
log - Static variable in class org.apache.axis.transport.http.CommonsHTTPSender
Field log
log - Static variable in class org.apache.axis.transport.http.SimpleAxisWorker
 
log - Static variable in class org.apache.axis.transport.http.SimpleAxisServer
 
log - Static variable in class org.apache.axis.transport.http.HTTPSender
 
log - Static variable in class org.apache.axis.transport.http.AxisServlet
 
log - Static variable in class org.apache.axis.transport.java.JavaSender
 
log - Static variable in class org.apache.axis.transport.jms.SimpleJMSWorker
 
log - Static variable in class org.apache.axis.transport.jms.SimpleJMSListener
 
log - Static variable in class org.apache.axis.transport.jms.JMSTransport
 
log - Static variable in class org.apache.axis.transport.local.LocalSender
 
log - Static variable in class org.apache.axis.transport.local.LocalResponder
 
log - Static variable in class org.apache.axis.transport.mail.MailWorker
 
log - Static variable in class org.apache.axis.transport.mail.MailServer
 
log - Static variable in class org.apache.axis.transport.mail.MailSender
 
log - Static variable in class org.apache.axis.utils.XMLUtils
 
log - Static variable in class org.apache.axis.utils.XMLUtils.ParserErrorHandler
 
log - Static variable in class org.apache.axis.utils.WSDLUtils
 
log - Static variable in class org.apache.axis.utils.SessionUtils
Field log
log - Static variable in class org.apache.axis.utils.Options
 
log - Static variable in class org.apache.axis.utils.NSStack
 
log - Static variable in class org.apache.axis.utils.JavaUtils
 
log - Static variable in class org.apache.axis.utils.DefaultEntityResolver
 
log - Static variable in class org.apache.axis.utils.BeanUtils
 
log - Static variable in class org.apache.axis.utils.BeanPropertyDescriptor
 
log - Static variable in class org.apache.axis.utils.Admin
 
log - Static variable in class org.apache.axis.utils.bytecode.ParamNameExtractor
 
log - Static variable in class org.apache.axis.wsdl.fromJava.Types
 
logException(Exception) - Method in class org.apache.axis.transport.http.AxisServlet
log any exception to our output log, at our chosen level
LogFactory - class org.apache.axis.components.logger.LogFactory.
 
LogFactory() - Constructor for class org.apache.axis.components.logger.LogFactory
 
LogHandler - class org.apache.axis.handlers.LogHandler.
A simple Handler which logs the request and response messages to either the console or a specified file (default "axis.log").
LogHandler() - Constructor for class org.apache.axis.handlers.LogHandler
 
LogMessage - class org.apache.axis.handlers.LogMessage.
This handler simply prints a custom message to the debug log.
LogMessage() - Constructor for class org.apache.axis.handlers.LogMessage
 
LongHolder - class javax.xml.rpc.holders.LongHolder.
Class LongHolder
LongHolder() - Constructor for class javax.xml.rpc.holders.LongHolder
Constructor LongHolder
LongHolder(long) - Constructor for class javax.xml.rpc.holders.LongHolder
Constructor LongHolder
longValue() - Method in class org.apache.axis.types.UnsignedLong
 
longValue() - Method in class org.apache.axis.types.UnsignedInt
 
LongWrapperHolder - class javax.xml.rpc.holders.LongWrapperHolder.
Class LongWrapperHolder
LongWrapperHolder() - Constructor for class javax.xml.rpc.holders.LongWrapperHolder
Constructor LongWrapperHolder
LongWrapperHolder(Long) - Constructor for class javax.xml.rpc.holders.LongWrapperHolder
Constructor LongWrapperHolder
lookup(String, ClassLoader) - Method in class org.apache.axis.utils.cache.ClassCache
Find the cached JavaClass entry for this class, creating one if necessary.
lookupFaultDetail(QName) - Method in class org.apache.axis.AxisFault
Find a fault detail element by its qname
lowSurrogate(int) - Static method in class org.apache.axis.utils.XMLChar
Returns the low surrogate of a supplemental character
LS - Static variable in class org.apache.axis.utils.JavaUtils
The prefered line separator
lValue - Variable in class org.apache.axis.types.UnsignedLong
 
lValue - Variable in class org.apache.axis.types.UnsignedInt
 

M

m_adapter - Variable in class org.apache.axis.transport.jms.JMSConnector
 
m_allowReceive - Variable in class org.apache.axis.transport.jms.JMSConnector
 
m_connectRetryInterval - Variable in class org.apache.axis.transport.jms.JMSConnector
 
m_consumer - Variable in class org.apache.axis.transport.jms.JMSConnector.AsyncConnection.ListenerSession
 
m_interactRetryInterval - Variable in class org.apache.axis.transport.jms.JMSConnector
 
m_numRetries - Variable in class org.apache.axis.transport.jms.JMSConnector
 
m_numSessions - Variable in class org.apache.axis.transport.jms.JMSConnector
 
m_poolTimeout - Variable in class org.apache.axis.transport.jms.JMSConnector
 
m_receiveConnection - Variable in class org.apache.axis.transport.jms.JMSConnector
 
m_sendConnection - Variable in class org.apache.axis.transport.jms.JMSConnector
 
m_subscription - Variable in class org.apache.axis.transport.jms.JMSConnector.AsyncConnection.ListenerSession
 
m_timeoutTime - Variable in class org.apache.axis.transport.jms.JMSConnector
 
MailConstants - class org.apache.axis.transport.mail.MailConstants.
 
MailConstants() - Constructor for class org.apache.axis.transport.mail.MailConstants
 
MailSender - class org.apache.axis.transport.mail.MailSender.
This is meant to be used on a SOAP Client to call a SOAP server via SMTP/POP3
MailSender() - Constructor for class org.apache.axis.transport.mail.MailSender
 
MailServer - class org.apache.axis.transport.mail.MailServer.
This is a simple implementation of an SMTP/POP3 server for processing SOAP requests via Apache's xml-axis.
MailServer(String, int, String, String) - Constructor for class org.apache.axis.transport.mail.MailServer
 
MailTransport - class org.apache.axis.transport.mail.MailTransport.
A Transport which will cause an invocation via "mail"
MailTransport() - Constructor for class org.apache.axis.transport.mail.MailTransport
 
MailWorker - class org.apache.axis.transport.mail.MailWorker.
 
MailWorker(MailServer, MimeMessage) - Constructor for class org.apache.axis.transport.mail.MailWorker
Constructor for MailWorker
main(String[]) - Static method in class org.apache.axis.Version
Entry point.
main(String[]) - Static method in class org.apache.axis.attachments.ManagedMemoryDataSource
Method main
main(String[]) - Static method in class org.apache.axis.client.AdminClient
Creates in instance of AdminClient and invokes process(args).
main(String[]) - Static method in class org.apache.axis.transport.http.SimpleAxisServer
Server process.
main(String[]) - Static method in class org.apache.axis.transport.jms.SimpleJMSListener
 
main(String[]) - Static method in class org.apache.axis.transport.mail.MailServer
Server process.
main(String[]) - Static method in class org.apache.axis.utils.tcpmon
this is our main method
main(String[]) - Static method in class org.apache.axis.utils.Admin
 
main(String[]) - Static method in class org.apache.axis.wsdl.WSDL2Java
Main Run the WSDL2Java emitter with the specified command-line arguments
main(String[]) - Static method in class org.apache.axis.wsdl.Java2WSDL
Main Run the Java2WSDL emitter with the specified command-line arguments
main(String[]) - Static method in class org.apache.axis.wsdl.gen.WSDL2
Main Run the tool with the specified command-line arguments
MAINTAIN_SESSION - Static variable in class org.apache.axis.client.ServiceFactory
 
maintainSession - Variable in class org.apache.axis.client.Stub
 
maintainSessionSet - Variable in class org.apache.axis.client.Stub
 
makeAttributesEditable() - Method in class org.apache.axis.message.MessageElement
 
makeFault(Exception) - Static method in class org.apache.axis.AxisFault
Make an AxisFault based on a passed Exception.
makeLockable - Variable in class org.apache.axis.handlers.BasicHandler
 
makeNamespace(String) - Static method in class org.apache.axis.wsdl.fromJava.Namespaces
Make namespace from a fully qualified class name use the default protocol for the namespace
makeNamespace(String, String) - Static method in class org.apache.axis.wsdl.fromJava.Namespaces
Make namespace from a fully qualified class name and the given protocol
makeNewElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.SOAPHandler
 
makeNewElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.BodyBuilder
 
makeNewInstance(EngineConfiguration) - Method in class org.apache.axis.deployment.wsdd.WSDDTargetedChain
 
makeNewInstance(EngineConfiguration) - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
makeNewInstance(EngineConfiguration) - Method in class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration
 
makeNewInstance(EngineConfiguration) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
Creates a new instance of this deployable.
makeNewInstance(EngineConfiguration) - Method in class org.apache.axis.deployment.wsdd.WSDDChain
Creates a new instance of this Chain
makeNewServiceObject(MessageContext, String) - Method in class org.apache.axis.providers.java.RMIProvider
Return a object which implements the service.
makeNewServiceObject(MessageContext, String) - Method in class org.apache.axis.providers.java.JavaProvider
Default java service object comes from simply instantiating the class wrapped in jc
makeNewServiceObject(MessageContext, String) - Method in class org.apache.axis.providers.java.EJBProvider
Return a object which implements the service.
makeNewServiceObject(MessageContext, String) - Method in class org.apache.axis.providers.java.CORBAProvider
Return a object which implements the service.
makeNonJavaKeyword(String) - Static method in class org.apache.axis.utils.JavaUtils
Turn a java keyword string into a non-Java keyword string.
makePackageName(String) - Static method in class org.apache.axis.wsdl.toJava.Utils
 
makeValue(String) - Method in class org.apache.axis.encoding.ser.SimpleDeserializer
Convert the string that has been accumulated into an Object.
makeValue(String) - Method in class org.apache.axis.encoding.ser.QNameDeserializer
The simple deserializer provides most of the stuff.
makeValue(String) - Method in class org.apache.axis.encoding.ser.EnumDeserializer
 
makeValue(String) - Method in class org.apache.axis.encoding.ser.DateDeserializer
The simple deserializer provides most of the stuff.
makeValue(String) - Method in class org.apache.axis.encoding.ser.CalendarDeserializer
The simple deserializer provides most of the stuff.
ManagedMemoryDataSource - class org.apache.axis.attachments.ManagedMemoryDataSource.
This class allows small attachments to be cached in memory, while large ones are cached out.
ManagedMemoryDataSource() - Constructor for class org.apache.axis.attachments.ManagedMemoryDataSource
Constructor ManagedMemoryDataSource
ManagedMemoryDataSource(InputStream, int, String) - Constructor for class org.apache.axis.attachments.ManagedMemoryDataSource
Create a new boundary stream;
ManagedMemoryDataSource(InputStream, int, String, boolean) - Constructor for class org.apache.axis.attachments.ManagedMemoryDataSource
Create a new boundary stream;
MapDeserializer - class org.apache.axis.encoding.ser.MapDeserializer.
 
MapDeserializer() - Constructor for class org.apache.axis.encoding.ser.MapDeserializer
 
MapDeserializerFactory - class org.apache.axis.encoding.ser.MapDeserializerFactory.
A MapDeserializer Factory
MapDeserializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.MapDeserializerFactory
 
Mapping - class org.apache.axis.utils.Mapping.
 
Mapping(String, String) - Constructor for class org.apache.axis.utils.Mapping
 
MapSerializer - class org.apache.axis.encoding.ser.MapSerializer.
A MapSerializer is be used to serialize and deserialize Maps using the SOAP-ENC encoding style.
MapSerializer() - Constructor for class org.apache.axis.encoding.ser.MapSerializer
 
MapSerializerFactory - class org.apache.axis.encoding.ser.MapSerializerFactory.
A MapSerializer Factory
MapSerializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.MapSerializerFactory
 
MapUtils - class org.apache.axis.transport.jms.MapUtils.
MapUtils provides convenience methods for accessing a java.util.Map
MapUtils() - Constructor for class org.apache.axis.transport.jms.MapUtils
 
mark(int) - Method in class org.apache.axis.attachments.DimeDelimitedInputStream
mark the stream.
mark(int) - Method in class org.apache.axis.attachments.BoundaryDelimitedStream
mark the stream.
markSupported() - Method in class org.apache.axis.attachments.DimeDelimitedInputStream
markSupported return false;
markSupported() - Method in class org.apache.axis.attachments.BoundaryDelimitedStream
markSupported return false;
markSupported() - Method in class org.apache.axis.transport.http.ChunkedInputStream
 
MASK_CONTENT - Static variable in class org.apache.axis.utils.XMLChar
Content character mask.
MASK_NAME - Static variable in class org.apache.axis.utils.XMLChar
Name character mask.
MASK_NAME_START - Static variable in class org.apache.axis.utils.XMLChar
Name start character mask.
MASK_NCNAME - Static variable in class org.apache.axis.utils.XMLChar
NCName character mask.
MASK_NCNAME_START - Static variable in class org.apache.axis.utils.XMLChar
NCName start character mask.
MASK_PUBID - Static variable in class org.apache.axis.utils.XMLChar
Pubid character mask.
MASK_SPACE - Static variable in class org.apache.axis.utils.XMLChar
Space character mask.
MASK_VALID - Static variable in class org.apache.axis.utils.XMLChar
Valid character mask.
match(String, String, boolean) - Static method in class org.apache.axis.components.net.DefaultSocketFactory
Matches a string against a pattern.
match(String, String, boolean) - Static method in class org.apache.axis.transport.http.CommonsHTTPSender
Matches a string against a pattern.
matches(byte[], byte[]) - Method in class org.apache.axis.transport.http.SimpleAxisWorker
does tolower[buf] match the target byte array, up to the target's length?
matches(byte[], int, byte[]) - Method in class org.apache.axis.transport.http.SimpleAxisWorker
Case-insensitive match of a target byte [] to a source byte [], starting from a particular offset into the source.
matches(MimeHeaders) - Method in class org.apache.axis.attachments.AttachmentPart
check if this Part's mimeheaders matches the one passed in.
MAX_MEMORY_DISK_CACHED - Static variable in class org.apache.axis.attachments.ManagedMemoryDataSource
Field MAX_MEMORY_DISK_CACHED
MAX_THREADS - Static variable in class org.apache.axis.components.threadpool.ThreadPool
 
maxCached - Variable in class org.apache.axis.attachments.ManagedMemoryDataSource
Field maxCached
MC_CONFIGPATH - Static variable in class org.apache.axis.Constants
 
MC_HOME_DIR - Static variable in class org.apache.axis.Constants
 
MC_HTTP_SERVLET - Static variable in class org.apache.axis.transport.http.HTTPConstants
HttpServlet
MC_HTTP_SERVLETLOCATION - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
MC_HTTP_SERVLETPATHINFO - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
MC_HTTP_SERVLETREQUEST - Static variable in class org.apache.axis.transport.http.HTTPConstants
HttpServletRequest
MC_HTTP_SERVLETRESPONSE - Static variable in class org.apache.axis.transport.http.HTTPConstants
HttpServletResponse
MC_HTTP_SOAPACTION - Static variable in class org.apache.axis.transport.http.HTTPConstants
Deprecated. Should use javax.xml.rpc.Call.SOAPACTION_URI_PROPERTY instead.
MC_HTTP_STATUS_CODE - Static variable in class org.apache.axis.transport.http.HTTPConstants
Integer
MC_HTTP_STATUS_MESSAGE - Static variable in class org.apache.axis.transport.http.HTTPConstants
String
MC_JWS_CLASSDIR - Static variable in class org.apache.axis.Constants
 
MC_NO_OPERATION_OK - Static variable in class org.apache.axis.Constants
 
MC_REALPATH - Static variable in class org.apache.axis.Constants
 
MC_RELATIVE_PATH - Static variable in class org.apache.axis.Constants
 
MC_REMOTE_ADDR - Static variable in class org.apache.axis.Constants
 
MC_SERVLET_ENDPOINT_CONTEXT - Static variable in class org.apache.axis.Constants
 
MC_SINGLE_SOAP_VERSION - Static variable in class org.apache.axis.Constants
 
MD5AttachHandler - class org.apache.axis.handlers.MD5AttachHandler.
 
MD5AttachHandler() - Constructor for class org.apache.axis.handlers.MD5AttachHandler
 
memorybuflist - Variable in class org.apache.axis.attachments.ManagedMemoryDataSource
Field memorybuflist
merge(Properties, Properties) - Method in class org.apache.axis.i18n.RB
Merge two Properties objects
MerlinIO - class org.apache.axis.components.image.MerlinIO.
JDK1.4 based Image I/O NOTE: NEEDS WORK!!!! NEEDS TO BE TESTED.
MerlinIO() - Constructor for class org.apache.axis.components.image.MerlinIO
 
message - Variable in class org.apache.axis.message.MessageElement
 
Message - class org.apache.axis.Message.
A complete SOAP (and/or XML-RPC, eventually) message.
MESSAGE - Static variable in class org.apache.axis.enum.Style
 
MESSAGE_CORRELATOR_PROPERTY - Static variable in interface org.apache.axis.ime.MessageExchangeConstants
Identifies the MessageExchangeCorrelator property within the MessageContext
MESSAGE_SELECTOR - Static variable in interface org.apache.axis.transport.jms.JMSConstants
Key for properties used in the registerListener method.
MESSAGE_STR - Static variable in class org.apache.axis.enum.Style
 
Message(Object) - Constructor for class org.apache.axis.Message
Construct a Message.
Message(Object, boolean) - Constructor for class org.apache.axis.Message
Construct a Message, using the provided initialContents as the contents of the Message's SOAPPart.
Message(Object, boolean, MimeHeaders) - Constructor for class org.apache.axis.Message
Construct a Message, using the provided initialContents as the contents of the Message's SOAPPart.
Message(Object, boolean, String, String) - Constructor for class org.apache.axis.Message
Construct a Message, using the provided initialContents as the contents of the Message's SOAPPart.
Message(Object, MimeHeaders) - Constructor for class org.apache.axis.Message
Construct a Message, using the provided initialContents as the contents of the Message's SOAPPart.
MessageBundle - class org.apache.axis.i18n.MessageBundle.
Accept parameters for ProjectResourceBundle, but defer object instantiation (and therefore resource bundle loading) until required.
MessageBundle(String, String, String, Locale, ClassLoader, ResourceBundle) - Constructor for class org.apache.axis.i18n.MessageBundle
Construct a new ExtendMessages
MessageContext - interface javax.xml.rpc.handler.MessageContext.
The interface MessageContext abstracts the message context that is processed by a handler in the handle method.
MessageContext - class org.apache.axis.MessageContext.
A MessageContext is the Axis implementation of the javax SOAPMessageContext class, and is core to message processing in handlers and other parts of the system.
MessageContext(AxisEngine) - Constructor for class org.apache.axis.MessageContext
Create a message context.
MessageCorrelatedEvent - class org.apache.axis.ime.event.MessageCorrelatedEvent.
MessageCorrelatedEvent is the base abstract class for all events which are associated with a particular message.
MessageCorrelatedEvent(MessageExchangeCorrelator) - Constructor for class org.apache.axis.ime.event.MessageCorrelatedEvent
 
MessageCorrelatedEvent(MessageExchangeCorrelator, MessageContext) - Constructor for class org.apache.axis.ime.event.MessageCorrelatedEvent
 
MessageElement - class org.apache.axis.message.MessageElement.
 
MessageElement.QNameAttr - class org.apache.axis.message.MessageElement.QNameAttr.
 
MessageElement.QNameAttr() - Constructor for class org.apache.axis.message.MessageElement.QNameAttr
 
MessageElement() - Constructor for class org.apache.axis.message.MessageElement
No-arg constructor for building messages?
MessageElement(Element) - Constructor for class org.apache.axis.message.MessageElement
 
MessageElement(Name) - Constructor for class org.apache.axis.message.MessageElement
 
MessageElement(QName, Object) - Constructor for class org.apache.axis.message.MessageElement
 
MessageElement(String, String) - Constructor for class org.apache.axis.message.MessageElement
 
MessageElement(String, String, Object) - Constructor for class org.apache.axis.message.MessageElement
 
MessageElement(String, String, String) - Constructor for class org.apache.axis.message.MessageElement
 
MessageElement(String, String, String, Attributes, DeserializationContext) - Constructor for class org.apache.axis.message.MessageElement
 
MessageElement(Text) - Constructor for class org.apache.axis.message.MessageElement
 
MessageEntry - class org.apache.axis.wsdl.symbolTable.MessageEntry.
This class represents a WSDL message.
MessageEntry(Message) - Constructor for class org.apache.axis.wsdl.symbolTable.MessageEntry
Construct a MessageEntry from a WSDL4J Message object.
MessageExchange - interface org.apache.axis.ime.MessageExchange.
Represents the boundary interface through which messages are exchanged.
MessageExchangeConstants - interface org.apache.axis.ime.MessageExchangeConstants.
 
MessageExchangeCorrelator - interface org.apache.axis.ime.MessageExchangeCorrelator.
Used for correlating outbound/inbound messages.
MessageExchangeCorrelatorService - interface org.apache.axis.ime.internal.MessageExchangeCorrelatorService.
 
MessageExchangeEvent - interface org.apache.axis.ime.MessageExchangeEvent.
The base interface for all MessageExchange events, such as message receipt notification, delivery acknowledgement, exception notification, and status.
MessageExchangeEventListener - interface org.apache.axis.ime.MessageExchangeEventListener.
The base interface to be extended by all MessageExchangeEvent listeners.
MessageExchangeFactory - interface org.apache.axis.ime.MessageExchangeFactory.
 
MessageExchangeHandler - class org.apache.axis.ime.internal.util.handler.MessageExchangeHandler.
This could probably be a bit more sophisticated, but it works for now
MessageExchangeHandler() - Constructor for class org.apache.axis.ime.internal.util.handler.MessageExchangeHandler
 
MessageExchangeHandler(MessageExchange) - Constructor for class org.apache.axis.ime.internal.util.handler.MessageExchangeHandler
 
MessageExchangeImpl - class org.apache.axis.ime.internal.MessageExchangeImpl.
 
MessageExchangeImpl.Listener - class org.apache.axis.ime.internal.MessageExchangeImpl.Listener.
 
MessageExchangeImpl.Listener(MessageExchangeImpl.Holder) - Constructor for class org.apache.axis.ime.internal.MessageExchangeImpl.Listener
 
MessageExchangeImpl(MessageExchangeProvider) - Constructor for class org.apache.axis.ime.internal.MessageExchangeImpl
 
MessageExchangeLifecycle - interface org.apache.axis.ime.MessageExchangeLifecycle.
Interface that may be provided by MessageExchange impl's to allow users to control the lifecycle of the "stuff" going on under the covers
MessageExchangeProvider - class org.apache.axis.ime.internal.MessageExchangeProvider.
 
MessageExchangeProvider.MessageReceiver - class org.apache.axis.ime.internal.MessageExchangeProvider.MessageReceiver.
 
MessageExchangeProvider.MessageReceiver(ThreadPool, KeyedBuffer, ReceivedMessageDispatchPolicy, Handler) - Constructor for class org.apache.axis.ime.internal.MessageExchangeProvider.MessageReceiver
 
MessageExchangeProvider.MessageSender - class org.apache.axis.ime.internal.MessageExchangeProvider.MessageSender.
 
MessageExchangeProvider.MessageSender(ThreadPool, KeyedBuffer, MessageExchangeEventListener, Handler) - Constructor for class org.apache.axis.ime.internal.MessageExchangeProvider.MessageSender
 
MessageExchangeProvider() - Constructor for class org.apache.axis.ime.internal.MessageExchangeProvider
 
MessageExchangeReceiveContext - class org.apache.axis.ime.internal.MessageExchangeReceiveContext.
 
MessageExchangeReceiveContext() - Constructor for class org.apache.axis.ime.internal.MessageExchangeReceiveContext
 
MessageExchangeSendContext - class org.apache.axis.ime.internal.MessageExchangeSendContext.
Note: the only challenge with making this class serializable is that org.apache.axis.MessageContext is currently NOT serializable.
MessageExchangeSendContext() - Constructor for class org.apache.axis.ime.internal.MessageExchangeSendContext
 
MessageExchangeStatus - interface org.apache.axis.ime.event.MessageExchangeStatus.
Used to indicate a custom MessageExchange event
MessageFactory - class javax.xml.soap.MessageFactory.
A factory for creating SOAPMessage objects.
MessageFactory() - Constructor for class javax.xml.soap.MessageFactory
 
MessageFactoryImpl - class org.apache.axis.soap.MessageFactoryImpl.
Message Factory implementation
MessageFactoryImpl() - Constructor for class org.apache.axis.soap.MessageFactoryImpl
 
MessageFaultEvent - class org.apache.axis.ime.event.MessageFaultEvent.
The MessageFaultEvent is used to indicate an exception in the processing of a message.
MessageFaultEvent(MessageExchangeCorrelator, Throwable) - Constructor for class org.apache.axis.ime.event.MessageFaultEvent
 
MessageReceiveEvent - class org.apache.axis.ime.event.MessageReceiveEvent.
The MessageReceiveEvent is used to notify listeners that a message has been received.
MessageReceiveEvent(MessageExchangeCorrelator, MessageExchangeReceiveContext, MessageContext) - Constructor for class org.apache.axis.ime.event.MessageReceiveEvent
 
Messages - class org.apache.axis.i18n.Messages.
 
Messages - class org.apache.axis.utils.Messages.
 
Messages() - Constructor for class org.apache.axis.i18n.Messages
 
Messages() - Constructor for class org.apache.axis.utils.Messages
 
MessagesConstants - class org.apache.axis.i18n.MessagesConstants.
 
MessagesConstants() - Constructor for class org.apache.axis.i18n.MessagesConstants
 
MessageSendEvent - class org.apache.axis.ime.event.MessageSendEvent.
The MessageSendEvent is used to indicate that a message has been dispatched.
MessageSendEvent(MessageExchangeCorrelator, MessageExchangeSendContext, MessageContext) - Constructor for class org.apache.axis.ime.event.MessageSendEvent
 
MessageStatusEvent - class org.apache.axis.ime.event.MessageStatusEvent.
The MessageExchangeStatus event is used to provide status notifications to registered listeners.
MessageStatusEvent(MessageExchangeCorrelator, MessageExchangeStatus) - Constructor for class org.apache.axis.ime.event.MessageStatusEvent
 
messageType - Variable in class org.apache.axis.message.SOAPEnvelope
 
MessageWithAttachments - interface org.apache.axis.message.MessageWithAttachments.
 
methodCache - Variable in class org.apache.axis.encoding.ser.BaseFactory
Cache for Methods
METHODS_ALLOWED_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
METHODS_NOTALLOWED_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
MethodTarget - class org.apache.axis.encoding.MethodTarget.
 
MethodTarget(Object, Method) - Constructor for class org.apache.axis.encoding.MethodTarget
Construct a target whose value is set via a method
MethodTarget(Object, String) - Constructor for class org.apache.axis.encoding.MethodTarget
Construct a target whose value is set via a method
MIME - Static variable in class org.apache.axis.attachments.DimeTypeNameFormat
 
MIME_APPLICATION_DIME - Static variable in class org.apache.axis.Message
 
MIME_DATA_HANDLER - Static variable in class org.apache.axis.Constants
 
MIME_IMAGE - Static variable in class org.apache.axis.Constants
 
MIME_MULTIPART - Static variable in class org.apache.axis.Constants
 
MIME_MULTIPART_RELATED - Static variable in class org.apache.axis.Message
 
MIME_MULTIPART_RELATED - Static variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
Field MIME_MULTIPART_RELATED
MIME_OCTETSTREAM - Static variable in class org.apache.axis.Constants
 
MIME_PLAINTEXT - Static variable in class org.apache.axis.Constants
 
MIME_SOURCE - Static variable in class org.apache.axis.Constants
 
MIME_UNKNOWN - Static variable in class org.apache.axis.Message
 
MimeHeader - class javax.xml.soap.MimeHeader.
An object that stores a MIME header name and its value.
MimeHeader(String, String) - Constructor for class javax.xml.soap.MimeHeader
Constructs a MimeHeader object initialized with the given name and value.
MimeHeaders - class javax.xml.soap.MimeHeaders.
A container for MimeHeader objects, which represent the MIME headers present in a MIME part of a message.
MimeHeaders() - Constructor for class javax.xml.soap.MimeHeaders
Constructs a default MimeHeaders object initialized with an empty Vector object.
MimeInfo - class org.apache.axis.wsdl.symbolTable.MimeInfo.
 
MimeInfo(String, String) - Constructor for class org.apache.axis.wsdl.symbolTable.MimeInfo
 
MimeMultipartDataHandlerDeserializer - class org.apache.axis.encoding.ser.MimeMultipartDataHandlerDeserializer.
MimeMultipartDataHandler Deserializer
MimeMultipartDataHandlerDeserializer() - Constructor for class org.apache.axis.encoding.ser.MimeMultipartDataHandlerDeserializer
 
MimeMultipartDataHandlerSerializer - class org.apache.axis.encoding.ser.MimeMultipartDataHandlerSerializer.
MimeMultipartDataHandler Serializer
MimeMultipartDataHandlerSerializer() - Constructor for class org.apache.axis.encoding.ser.MimeMultipartDataHandlerSerializer
 
MimeMultipartDataSource - class org.apache.axis.attachments.MimeMultipartDataSource.
 
MimeMultipartDataSource(String, MimeMultipart) - Constructor for class org.apache.axis.attachments.MimeMultipartDataSource
 
MimeMultipartHolder - class org.apache.axis.holders.MimeMultipartHolder.
Class MimeMultipartHolder
MimeMultipartHolder() - Constructor for class org.apache.axis.holders.MimeMultipartHolder
Constructor MimeMultipartHolder
MimeMultipartHolder(MimeMultipart) - Constructor for class org.apache.axis.holders.MimeMultipartHolder
Constructor MimeMultipartHolder
mimeToJava(String) - Static method in class org.apache.axis.utils.JavaUtils
Given the MIME type string, return the Java mapping.
MimeUtils - class org.apache.axis.attachments.MimeUtils.
This class is defines utilities for mime.
MimeUtils() - Constructor for class org.apache.axis.attachments.MimeUtils
 
MIN_MEMORY_DISK_CACHED - Static variable in class org.apache.axis.attachments.ManagedMemoryDataSource
Field MIN_MEMORY_DISK_CACHED
MIN_TIMEOUT_TIME - Static variable in interface org.apache.axis.transport.jms.JMSConstants
Key for properties used in the createConnector method.
mkdir(String) - Method in class org.apache.axis.wsdl.toJava.Namespaces
Make a directory for the given package under root.
mode - Variable in class org.apache.axis.wsdl.Java2WSDL
 
MODE_ALL - Static variable in class org.apache.axis.wsdl.fromJava.Emitter
 
MODE_DOC_WRAPPED - Static variable in class org.apache.axis.wsdl.fromJava.Emitter
DEPRECATED - Indicates style=wrapped use=literal
MODE_DOCUMENT - Static variable in class org.apache.axis.wsdl.fromJava.Emitter
DEPRECATED - Indicates style=document use=literal
MODE_IMPLEMENTATION - Static variable in class org.apache.axis.wsdl.fromJava.Emitter
 
MODE_INTERFACE - Static variable in class org.apache.axis.wsdl.fromJava.Emitter
 
MODE_RPC - Static variable in class org.apache.axis.wsdl.fromJava.Emitter
DEPRECATED - Indicates style=rpc use=encoded
modeFromString(String) - Static method in class org.apache.axis.description.ParameterDesc
Get a mode constant from a string.
MODERN_CLASS - Static variable in class org.apache.axis.components.compiler.Javac
 
MONITOR_INTERVAL - Static variable in class org.apache.axis.components.jms.SonicMQVendorAdapter
SonicConnectionFactory parameter valid for either domain.
Month - class org.apache.axis.types.Month.
Implementation of the XML Schema type gMonth
Month(int) - Constructor for class org.apache.axis.types.Month
Constructs a Month with the given values No timezone is specified
Month(int, String) - Constructor for class org.apache.axis.types.Month
Constructs a Month with the given values, including a timezone string The timezone is validated but not used.
Month(String) - Constructor for class org.apache.axis.types.Month
Construct a Month from a String in the format --MM--[timezone]
MonthDay - class org.apache.axis.types.MonthDay.
Implementation of the XML Schema type gMonthDay
MonthDay(int, int) - Constructor for class org.apache.axis.types.MonthDay
Constructs a MonthDay with the given values No timezone is specified
MonthDay(int, int, String) - Constructor for class org.apache.axis.types.MonthDay
Constructs a MonthDay with the given values, including a timezone string The timezone is validated but not used.
MonthDay(String) - Constructor for class org.apache.axis.types.MonthDay
Construct a MonthDay from a String in the format --MM-DD[timezone]
MonthDayHolder - class org.apache.axis.holders.MonthDayHolder.
Class MonthDayHolder
MonthDayHolder() - Constructor for class org.apache.axis.holders.MonthDayHolder
Constructor MonthDayHolder
MonthDayHolder(MonthDay) - Constructor for class org.apache.axis.holders.MonthDayHolder
Constructor MonthDayHolder
MonthHolder - class org.apache.axis.holders.MonthHolder.
Class MonthHolder
MonthHolder() - Constructor for class org.apache.axis.holders.MonthHolder
Constructor MonthHolder
MonthHolder(Month) - Constructor for class org.apache.axis.holders.MonthHolder
Constructor MonthHolder
moveValueTargets(Deserializer) - Method in class org.apache.axis.encoding.DeserializerImpl
Move someone else's targets to our own (see DeserializationContext) The DeserializationContext only allows one Deserializer to wait for a unknown multi-ref'ed value.
moveValueTargets(Deserializer) - Method in interface org.apache.axis.encoding.Deserializer
Move someone else's targets to our own (see DeserializationContext) The DeserializationContext only allows one Deserializer to wait for a unknown multi-ref'ed value.
mpartStream - Variable in class org.apache.axis.attachments.AttachmentsImpl
The actual stream to manage the multi-related input stream.
MSG_METHOD_BODYARRAY - Static variable in class org.apache.axis.description.OperationDesc
 
MSG_METHOD_DOCUMENT - Static variable in class org.apache.axis.description.OperationDesc
 
MSG_METHOD_ELEMENTARRAY - Static variable in class org.apache.axis.description.OperationDesc
 
MSG_METHOD_NONCONFORMING - Static variable in class org.apache.axis.description.OperationDesc
 
MSG_METHOD_SOAPENVELOPE - Static variable in class org.apache.axis.description.OperationDesc
 
msgContext - Variable in class org.apache.axis.encoding.DeserializationContextImpl
 
MsgProvider - class org.apache.axis.providers.java.MsgProvider.
Deal with message-style Java services.
MsgProvider() - Constructor for class org.apache.axis.providers.java.MsgProvider
 
MultiPartDimeInputStream - class org.apache.axis.attachments.MultiPartDimeInputStream.
This simulates the multipart stream
MultiPartDimeInputStream(InputStream) - Constructor for class org.apache.axis.attachments.MultiPartDimeInputStream
Multipart stream.
MultiPartInputStream - class org.apache.axis.attachments.MultiPartInputStream.
This simulates the multipart stream
MultiPartRelatedInputStream - class org.apache.axis.attachments.MultiPartRelatedInputStream.
This simulates the multipart stream
MultiPartRelatedInputStream(String, InputStream) - Constructor for class org.apache.axis.attachments.MultiPartRelatedInputStream
Multipart stream.
mustUnderstand - Variable in class org.apache.axis.message.SOAPHeaderElement
 
myElement - Variable in class org.apache.axis.message.SOAPHandler
 
myPD - Variable in class org.apache.axis.utils.BeanPropertyDescriptor
 
myRegister(QName, Class, SerializerFactory, DeserializerFactory) - Method in class org.apache.axis.encoding.DefaultTypeMappingImpl
Construct TypeMapping for all the [xmlType, javaType] for all of the known xmlType namespaces.
myRegisterSimple(QName, Class) - Method in class org.apache.axis.encoding.DefaultTypeMappingImpl
Register a "simple" type mapping - in other words, a

N

name - Variable in class org.apache.axis.enum.Enum
 
name - Variable in class org.apache.axis.handlers.BasicHandler
 
name - Variable in class org.apache.axis.message.MessageElement
 
name - Variable in class org.apache.axis.wsdl.symbolTable.SymTabEntry
 
Name - interface javax.xml.soap.Name.
A representation of an XML name.
Name - class org.apache.axis.types.Name.
Custom class for supporting XSD data type Name Name represents XML Names.
Name() - Constructor for class org.apache.axis.types.Name
 
Name(String) - Constructor for class org.apache.axis.types.Name
ctor for Name
names - Variable in class org.apache.axis.wsdl.toJava.JavaBeanWriter
 
NAMESPACE_FILE_OPT - Static variable in class org.apache.axis.wsdl.WSDL2Java
 
NAMESPACE_IMPL_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
NAMESPACE_OPT - Static variable in class org.apache.axis.wsdl.WSDL2Java
 
NAMESPACE_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
NamespaceConstants - class javax.xml.rpc.NamespaceConstants.
Constants used in JAX-RPC for namespace prefixes and URIs
NamespaceConstants() - Constructor for class javax.xml.rpc.NamespaceConstants
Constructor NamespaceConstants
namespaceMap - Variable in class org.apache.axis.wsdl.Java2WSDL
 
namespaceMap - Variable in class org.apache.axis.wsdl.toJava.Emitter
 
namespaces - Variable in class org.apache.axis.message.MessageElement
 
namespaces - Variable in class org.apache.axis.wsdl.toJava.JavaClassWriter
 
namespaces - Variable in class org.apache.axis.wsdl.toJava.Emitter
 
Namespaces - class org.apache.axis.wsdl.fromJava.Namespaces.
Description: A HashMap of packageNames and namespaces with some helper methods
Namespaces - class org.apache.axis.wsdl.toJava.Namespaces.
This class is essentially a HashMap of pairs with a few extra wizzbangs.
Namespaces() - Constructor for class org.apache.axis.wsdl.fromJava.Namespaces
 
Namespaces(String) - Constructor for class org.apache.axis.wsdl.toJava.Namespaces
Instantiate a Namespaces object whose packages will all reside under root.
namespaceURI - Variable in class org.apache.axis.message.MessageElement
 
NCName - class org.apache.axis.types.NCName.
Custom class for supporting XSD data type NCName NCName represents XML "non-colonized" Names The base type of NCName is Name.
NCName() - Constructor for class org.apache.axis.types.NCName
 
NCName(String) - Constructor for class org.apache.axis.types.NCName
ctor for NCName
needDeser - Variable in class org.apache.axis.message.RPCElement
 
needsHighFidelityRecording() - Method in class org.apache.axis.handlers.soap.SOAPService
 
NegativeInteger - class org.apache.axis.types.NegativeInteger.
Custom class for supporting primitive XSD data type negativeinteger negativeInteger is derived from nonPositiveInteger by setting the value of maxInclusive to be -1.
NegativeInteger(byte[]) - Constructor for class org.apache.axis.types.NegativeInteger
 
NegativeInteger(int, byte[]) - Constructor for class org.apache.axis.types.NegativeInteger
 
NegativeInteger(int, int, Random) - Constructor for class org.apache.axis.types.NegativeInteger
 
NegativeInteger(int, Random) - Constructor for class org.apache.axis.types.NegativeInteger
 
NegativeInteger(String) - Constructor for class org.apache.axis.types.NegativeInteger
 
NegativeInteger(String, int) - Constructor for class org.apache.axis.types.NegativeInteger
 
NegativeIntegerHolder - class org.apache.axis.holders.NegativeIntegerHolder.
Class NegativeIntegerHolder
NegativeIntegerHolder() - Constructor for class org.apache.axis.holders.NegativeIntegerHolder
Constructor NegativeIntegerHolder
NegativeIntegerHolder(NegativeInteger) - Constructor for class org.apache.axis.holders.NegativeIntegerHolder
Constructor NegativeIntegerHolder
NETWORK_TIMEOUT_OPT - Static variable in class org.apache.axis.wsdl.gen.WSDL2
 
newDocument() - Static method in class org.apache.axis.utils.XMLUtils
Get an empty new Document
newDocument(InputSource) - Static method in class org.apache.axis.utils.XMLUtils
Get a new Document read from the input source
newDocument(InputStream) - Static method in class org.apache.axis.utils.XMLUtils
Get a new Document read from the input stream
newDocument(String) - Static method in class org.apache.axis.utils.XMLUtils
Get a new Document read from the indicated uri
newDocument(String, String, String) - Static method in class org.apache.axis.utils.XMLUtils
Create a new document from the given URI, use the username and password if the URI requires authentication.
newElement(MessageElement) - Method in class org.apache.axis.message.SAX2EventRecorder
 
newFactory() - Static method in class org.apache.axis.configuration.EngineConfigurationFactoryFinder
 
newFactory(Object) - Static method in class org.apache.axis.configuration.EngineConfigurationFactoryServlet
Creates and returns a new EngineConfigurationFactory.
newFactory(Object) - Static method in class org.apache.axis.configuration.EngineConfigurationFactoryFinder
Create the default engine configuration and detect whether the user has overridden this with their own.
newFactory(Object) - Static method in class org.apache.axis.configuration.EngineConfigurationFactoryDefault
Creates and returns a new EngineConfigurationFactory.
newInstance() - Static method in class javax.xml.rpc.ServiceFactory
Gets an instance of the ServiceFactory
newInstance() - Static method in class javax.xml.soap.SOAPFactory
Creates a new instance of SOAPFactory.
newInstance() - Static method in class javax.xml.soap.SOAPElementFactory
Deprecated.  
newInstance() - Static method in class javax.xml.soap.SOAPConnectionFactory
Creates an instance of the default SOAPConnectionFactory object.
newInstance() - Static method in class javax.xml.soap.MessageFactory
Creates a new MessageFactory object that is an instance of the default implementation.
newInstance(Class) - Static method in class org.apache.axis.AxisProperties
!WARNING! SECURITY issue.
newInstance(Class, Class) - Static method in class org.apache.axis.AxisProperties
 
newInstance(Class, Class[], Object[]) - Static method in class org.apache.axis.AxisProperties
 
newInstance(MessageExchangeCorrelator, MessageContext, MessageExchangeEventListener) - Static method in class org.apache.axis.ime.internal.MessageExchangeSendContext
 
newInstance(MessageExchangeCorrelator, MessageExchangeEventListener) - Static method in class org.apache.axis.ime.internal.MessageExchangeReceiveContext
 
newProviderInstance(WSDDService, EngineConfiguration) - Method in class org.apache.axis.deployment.wsdd.WSDDProvider
 
newProviderInstance(WSDDService, EngineConfiguration) - Method in class org.apache.axis.deployment.wsdd.providers.WSDDJavaRPCProvider
 
newProviderInstance(WSDDService, EngineConfiguration) - Method in class org.apache.axis.deployment.wsdd.providers.WSDDJavaRMIProvider
 
newProviderInstance(WSDDService, EngineConfiguration) - Method in class org.apache.axis.deployment.wsdd.providers.WSDDJavaMsgProvider
 
newProviderInstance(WSDDService, EngineConfiguration) - Method in class org.apache.axis.deployment.wsdd.providers.WSDDJavaEJBProvider
 
newProviderInstance(WSDDService, EngineConfiguration) - Method in class org.apache.axis.deployment.wsdd.providers.WSDDJavaCORBAProvider
 
newProviderInstance(WSDDService, EngineConfiguration) - Method in class org.apache.axis.deployment.wsdd.providers.WSDDHandlerProvider
 
newProviderInstance(WSDDService, EngineConfiguration) - Method in class org.apache.axis.deployment.wsdd.providers.WSDDComProvider
 
newProviderInstance(WSDDService, EngineConfiguration) - Method in class org.apache.axis.deployment.wsdd.providers.WSDDBsfProvider
 
newStreamNo() - Static method in class org.apache.axis.attachments.DimeDelimitedInputStream
 
newStreamNo() - Static method in class org.apache.axis.attachments.BoundaryDelimitedStream
Method newStreamNo
next - Variable in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedNode
 
next - Variable in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedQueueIterator
 
next - Variable in class org.apache.axis.message.SOAPFaultCodeBuilder
 
next() - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedQueueIterator
 
next() - Method in class org.apache.axis.utils.NSStack
Return the next namespace mapping in the top frame.
nextUUID() - Method in interface org.apache.axis.components.uuid.UUIDGen
 
nextUUID() - Method in class org.apache.axis.components.uuid.SimpleUUIDGen
Creates a new UUID.
NILHINT - Static variable in class org.apache.axis.encoding.ser.MapDeserializer
 
NL - Static variable in class org.apache.axis.utils.JavaUtils
 
NMToken - class org.apache.axis.types.NMToken.
Custom class for supporting XSD data type NMToken NMTOKEN represents the NMTOKEN attribute type from [XML 1.0(Second Edition)].
NMToken() - Constructor for class org.apache.axis.types.NMToken
 
NMToken(String) - Constructor for class org.apache.axis.types.NMToken
ctor for NMToken
NMTokens - class org.apache.axis.types.NMTokens.
Custom class for supporting XSD data type NMTokens
NMTokens() - Constructor for class org.apache.axis.types.NMTokens
 
NMTokens(String) - Constructor for class org.apache.axis.types.NMTokens
ctor for NMTokens
NO_HEADER - Static variable in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get the flag indicating what sort of header this part is.
NO_LOCAL - Static variable in interface org.apache.axis.transport.jms.JMSConstants
Key for properties used in the registerListener method.
NO_TIMEOUT - Static variable in class org.apache.axis.ime.internal.MessageExchangeImpl
 
noArgs - Static variable in class org.apache.axis.utils.BeanUtils
 
noArgs - Static variable in class org.apache.axis.utils.BeanPropertyDescriptor
 
noClasses - Static variable in class org.apache.axis.description.TypeDesc
 
node - Variable in class org.apache.axis.wsdl.symbolTable.TypeEntry
 
Node - interface javax.xml.soap.Node.
A representation of a node (element) in a DOM representation of an XML document that provides some tree manipulation methods.
node2ExtensionBase - Variable in class org.apache.axis.wsdl.symbolTable.SymbolTable
cache of nodes -> base types for complexTypes.
nodeToString(Node, boolean) - Static method in class org.apache.axis.utils.DOM2Writer
Return a string containing this node serialized as XML.
NoEndPointException - exception org.apache.axis.NoEndPointException.
 
NoEndPointException() - Constructor for class org.apache.axis.NoEndPointException
 
NOIMPORTS_OPT - Static variable in class org.apache.axis.wsdl.gen.WSDL2
 
NonBlockingBufferedInputStream - class org.apache.axis.transport.http.NonBlockingBufferedInputStream.
 
NonBlockingBufferedInputStream() - Constructor for class org.apache.axis.transport.http.NonBlockingBufferedInputStream
 
NonNegativeInteger - class org.apache.axis.types.NonNegativeInteger.
Custom class for supporting primitive XSD data type nonNegativeInteger
NonNegativeInteger(byte[]) - Constructor for class org.apache.axis.types.NonNegativeInteger
 
NonNegativeInteger(int, byte[]) - Constructor for class org.apache.axis.types.NonNegativeInteger
 
NonNegativeInteger(int, int, Random) - Constructor for class org.apache.axis.types.NonNegativeInteger
 
NonNegativeInteger(int, Random) - Constructor for class org.apache.axis.types.NonNegativeInteger
 
NonNegativeInteger(String) - Constructor for class org.apache.axis.types.NonNegativeInteger
 
NonNegativeInteger(String, int) - Constructor for class org.apache.axis.types.NonNegativeInteger
 
NonNegativeIntegerHolder - class org.apache.axis.holders.NonNegativeIntegerHolder.
Class NonNegativeIntegerHolder
NonNegativeIntegerHolder() - Constructor for class org.apache.axis.holders.NonNegativeIntegerHolder
Constructor NonNegativeIntegerHolder
NonNegativeIntegerHolder(NonNegativeInteger) - Constructor for class org.apache.axis.holders.NonNegativeIntegerHolder
Constructor NonNegativeIntegerHolder
NonPersistentKeyedBuffer - class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.
Creates a non-persistent KeyedBuffer.
NonPersistentKeyedBuffer.KeyedNode - class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedNode.
 
NonPersistentKeyedBuffer.KeyedNode() - Constructor for class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedNode
 
NonPersistentKeyedBuffer.KeyedNode(Object, Object) - Constructor for class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedNode
 
NonPersistentKeyedBuffer.KeyedNode(Object, Object, NonPersistentKeyedBuffer.KeyedNode) - Constructor for class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedNode
 
NonPersistentKeyedBuffer.KeyedQueue - class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedQueue.
 
NonPersistentKeyedBuffer.KeyedQueue() - Constructor for class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedQueue
 
NonPersistentKeyedBuffer.KeyedQueueIterator - class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedQueueIterator.
 
NonPersistentKeyedBuffer.KeyedQueueIterator(NonPersistentKeyedBuffer.KeyedNode) - Constructor for class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedQueueIterator
 
NonPersistentKeyedBuffer(ThreadPool) - Constructor for class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer
 
NonPersistentMessageExchangeCorrelatorService - class org.apache.axis.ime.internal.NonPersistentMessageExchangeCorrelatorService.
 
NonPersistentMessageExchangeCorrelatorService() - Constructor for class org.apache.axis.ime.internal.NonPersistentMessageExchangeCorrelatorService
 
NonPositiveInteger - class org.apache.axis.types.NonPositiveInteger.
Custom class for supporting primitive XSD data type nonPositiveInteger nonPositiveInteger is derived from integer by setting the value of maxInclusive to be 0.
NonPositiveInteger(byte[]) - Constructor for class org.apache.axis.types.NonPositiveInteger
 
NonPositiveInteger(int, byte[]) - Constructor for class org.apache.axis.types.NonPositiveInteger
 
NonPositiveInteger(int, int, Random) - Constructor for class org.apache.axis.types.NonPositiveInteger
 
NonPositiveInteger(int, Random) - Constructor for class org.apache.axis.types.NonPositiveInteger
 
NonPositiveInteger(String) - Constructor for class org.apache.axis.types.NonPositiveInteger
 
NonPositiveInteger(String, int) - Constructor for class org.apache.axis.types.NonPositiveInteger
 
NonPositiveIntegerHolder - class org.apache.axis.holders.NonPositiveIntegerHolder.
Class NonPositiveIntegerHolder
NonPositiveIntegerHolder() - Constructor for class org.apache.axis.holders.NonPositiveIntegerHolder
Constructor NonPositiveIntegerHolder
NonPositiveIntegerHolder(NonPositiveInteger) - Constructor for class org.apache.axis.holders.NonPositiveIntegerHolder
Constructor NonPositiveIntegerHolder
nonProxyHosts - Variable in class org.apache.axis.components.net.DefaultHTTPTransportClientProperties
 
noObjects - Static variable in class org.apache.axis.description.TypeDesc
 
NoopFactory - class org.apache.axis.wsdl.gen.NoopFactory.
This factory returns a bunch of NoopGenerators
NoopFactory() - Constructor for class org.apache.axis.wsdl.gen.NoopFactory
 
NoopGenerator - class org.apache.axis.wsdl.gen.NoopGenerator.
This generator doesn't do anything.
NoopGenerator() - Constructor for class org.apache.axis.wsdl.gen.NoopGenerator
 
normaliseOptions(Handler) - Static method in class org.apache.axis.AxisEngine
Normalise the engine's options.
normalize(String) - Static method in class org.apache.axis.utils.DOM2Writer
 
normalize(URL) - Static method in class org.apache.axis.utils.URLHashSet
if the url points to a file then make sure we cleanup ".." "." etc.
NormalizedString - class org.apache.axis.types.NormalizedString.
Custom class for supporting XSD data type NormalizedString.
NormalizedString() - Constructor for class org.apache.axis.types.NormalizedString
 
NormalizedString(String) - Constructor for class org.apache.axis.types.NormalizedString
ctor for NormalizedString
NormalizedStringHolder - class org.apache.axis.holders.NormalizedStringHolder.
Class NormalizedStringHolder
NormalizedStringHolder() - Constructor for class org.apache.axis.holders.NormalizedStringHolder
Constructor NormalizedStringHolder
NormalizedStringHolder(NormalizedString) - Constructor for class org.apache.axis.holders.NormalizedStringHolder
Constructor NormalizedStringHolder
Notation - class org.apache.axis.types.Notation.
Custom class for supporting XSD data type NOTATION.
Notation() - Constructor for class org.apache.axis.types.Notation
 
Notation(NCName, URI, URI) - Constructor for class org.apache.axis.types.Notation
 
nowrap - Variable in class org.apache.axis.wsdl.gen.Parser
 
NOWRAP_OPT - Static variable in class org.apache.axis.wsdl.gen.WSDL2
 
NS_PREFIX_SCHEMA_XSD - Static variable in class org.apache.axis.Constants
 
NS_PREFIX_SCHEMA_XSI - Static variable in class org.apache.axis.Constants
 
NS_PREFIX_SOAP_ENC - Static variable in class org.apache.axis.Constants
 
NS_PREFIX_SOAP_ENV - Static variable in class org.apache.axis.Constants
 
NS_PREFIX_WSDD - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
NS_PREFIX_WSDD_JAVA - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
NS_PREFIX_WSDL - Static variable in class org.apache.axis.Constants
 
NS_PREFIX_WSDL_SOAP - Static variable in class org.apache.axis.Constants
 
NS_PREFIX_XML - Static variable in class org.apache.axis.Constants
 
NS_PREFIX_XMLSOAP - Static variable in class org.apache.axis.Constants
 
NS_URI_AXIS - Static variable in class org.apache.axis.Constants
 
NS_URI_DEBUG - Static variable in class org.apache.axis.handlers.DebugHandler
 
NS_URI_JAVA - Static variable in class org.apache.axis.Constants
 
NS_URI_WSDL11 - Static variable in class org.apache.axis.Constants
WSDL Namespace
NS_URI_XML - Static variable in class org.apache.axis.Constants
 
NS_URI_XMLNS - Static variable in class org.apache.axis.Constants
 
NS_URI_XMLSOAP - Static variable in class org.apache.axis.Constants
 
NS_URIS_WSDL - Static variable in class org.apache.axis.Constants
 
NS_URIS_WSDL_SOAP - Static variable in class org.apache.axis.Constants
 
NSPREFIX_SCHEMA_XSD - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace prefix for XML schema XSD
NSPREFIX_SCHEMA_XSI - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace prefix for XML Schema XSI
NSPREFIX_SOAP_ENCODING - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace prefix for SOAP Encoding
NSPREFIX_SOAP_ENVELOPE - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace prefix for SOAP Envelope
NSStack - class org.apache.axis.utils.NSStack.
The abstraction this class provides is a push down stack of variable length frames of prefix to namespace mappings.
NSStack() - Constructor for class org.apache.axis.utils.NSStack
 
NStoPkgFilename - Variable in class org.apache.axis.wsdl.toJava.Emitter
 
NSURI_SCHEMA_XSD - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace URI for XML Schema XSD
NSURI_SCHEMA_XSI - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace URI for XML Schema XSI
NSURI_SOAP_ENCODING - Static variable in class javax.xml.rpc.NamespaceConstants
Nameapace URI for SOAP 1.1 Encoding
NSURI_SOAP_ENVELOPE - Static variable in class javax.xml.rpc.NamespaceConstants
Nameapace URI for SOAP 1.1 Envelope
NSURI_SOAP_NEXT_ACTOR - Static variable in class javax.xml.rpc.NamespaceConstants
Nameapace URI for SOAP 1.1 next actor role
NULL_CORRELATOR - Static variable in class org.apache.axis.ime.internal.SimpleMessageExchangeCorrelator
 
NullAttributes - class org.apache.axis.message.NullAttributes.
Null implementation of the Attributes interface.
NullAttributes() - Constructor for class org.apache.axis.message.NullAttributes
 
NullProvider - class org.apache.axis.configuration.NullProvider.
A do-nothing ConfigurationProvider
NullProvider() - Constructor for class org.apache.axis.configuration.NullProvider
 
NUM_RETRIES - Static variable in interface org.apache.axis.transport.jms.JMSConstants
Key for properties used in the createConnector method.
NUM_SESSIONS - Static variable in interface org.apache.axis.transport.jms.JMSConstants
Key for properties used in the createConnector method.

O

ObjectHolder - class javax.xml.rpc.holders.ObjectHolder.
Class ObjectHolder
ObjectHolder() - Constructor for class javax.xml.rpc.holders.ObjectHolder
Constructor ObjectHolder
ObjectHolder(Object) - Constructor for class javax.xml.rpc.holders.ObjectHolder
Constructor ObjectHolder
OctetStream - class org.apache.axis.attachments.OctetStream.
 
OctetStream() - Constructor for class org.apache.axis.attachments.OctetStream
 
OctetStream(byte[]) - Constructor for class org.apache.axis.attachments.OctetStream
 
OctetStreamDataHandlerDeserializer - class org.apache.axis.encoding.ser.OctetStreamDataHandlerDeserializer.
application/octetstream DataHandler Deserializer Modified by Davanum Srinivas
OctetStreamDataHandlerDeserializer() - Constructor for class org.apache.axis.encoding.ser.OctetStreamDataHandlerDeserializer
 
OctetStreamDataHandlerSerializer - class org.apache.axis.encoding.ser.OctetStreamDataHandlerSerializer.
application/octetstream DataHandler Serializer
OctetStreamDataHandlerSerializer() - Constructor for class org.apache.axis.encoding.ser.OctetStreamDataHandlerSerializer
 
OctetStreamDataSource - class org.apache.axis.attachments.OctetStreamDataSource.
 
OctetStreamDataSource(String, OctetStream) - Constructor for class org.apache.axis.attachments.OctetStreamDataSource
 
OctetStreamHolder - class org.apache.axis.holders.OctetStreamHolder.
Class OctetStreamHolder
OctetStreamHolder() - Constructor for class org.apache.axis.holders.OctetStreamHolder
Constructor OctetStreamHolder
OctetStreamHolder(OctetStream) - Constructor for class org.apache.axis.holders.OctetStreamHolder
Constructor OctetStreamHolder
ON_EXCEPTION_ACTION - Static variable in class org.apache.axis.components.jms.JMSVendorAdapter
 
onConnect() - Method in class org.apache.axis.transport.jms.JMSConnector.SyncConnection
 
onConnect() - Method in class org.apache.axis.transport.jms.JMSConnector.AsyncConnection
 
onEndChild(String, String, DeserializationContext) - Method in class org.apache.axis.message.SOAPHandler
 
onEndChild(String, String, DeserializationContext) - Method in class org.apache.axis.message.SOAPFaultBuilder
 
onEndChild(String, String, DeserializationContext) - Method in class org.apache.axis.message.HeaderBuilder
 
onEndChild(String, String, DeserializationContext) - Method in class org.apache.axis.message.EnvelopeBuilder
 
onEndChild(String, String, DeserializationContext) - Method in class org.apache.axis.message.BodyBuilder
 
onEndElement(String, String, DeserializationContext) - Method in class org.apache.axis.encoding.DeserializerImpl
onEndElement is called by endElement.
onEndElement(String, String, DeserializationContext) - Method in interface org.apache.axis.encoding.Deserializer
onEndElement is called by endElement.
onEndElement(String, String, DeserializationContext) - Method in class org.apache.axis.encoding.ser.SimpleDeserializer
Append any characters to the value.
onEndElement(String, String, DeserializationContext) - Method in class org.apache.axis.encoding.ser.HexDeserializer
Return something even if no characters were found.
onEndElement(String, String, DeserializationContext) - Method in class org.apache.axis.encoding.ser.ElementDeserializer
 
onEndElement(String, String, DeserializationContext) - Method in class org.apache.axis.encoding.ser.DocumentDeserializer
 
onEndElement(String, String, DeserializationContext) - Method in class org.apache.axis.encoding.ser.Base64Deserializer
Return something even if no characters were found.
onEndElement(String, String, DeserializationContext) - Method in class org.apache.axis.encoding.ser.castor.CastorDeserializer
Return something even if no characters were found.
onEvent(MessageExchangeEvent) - Method in interface org.apache.axis.ime.MessageExchangeEventListener
 
onEvent(MessageExchangeEvent) - Method in class org.apache.axis.ime.internal.MessageExchangeImpl.Listener
 
onEvent(MessageExchangeEvent) - Method in class org.apache.axis.ime.internal.util.handler.HandlerMessageExchange.Listener
 
onException() - Method in class org.apache.axis.transport.jms.JMSConnector.SyncConnection
 
onException() - Method in class org.apache.axis.transport.jms.JMSConnector.AsyncConnection
 
onFault(MessageContext) - Method in class org.apache.axis.SimpleChain
Notify the handlers in this chain because some handler later on has faulted - in reverse order.
onFault(MessageContext) - Method in interface org.apache.axis.Handler
Called when a subsequent handler throws a fault.
onFault(MessageContext) - Method in class org.apache.axis.FaultableHandler
Some handler later on has faulted so we need to process the fault.
onFault(MessageContext) - Method in class org.apache.axis.handlers.SimpleAuthorizationHandler
Nothing to undo
onFault(MessageContext) - Method in class org.apache.axis.handlers.LogHandler
 
onFault(MessageContext) - Method in class org.apache.axis.handlers.JAXRPCHandler
 
onFault(MessageContext) - Method in class org.apache.axis.handlers.DebugHandler
 
onFault(MessageContext) - Method in class org.apache.axis.handlers.BasicHandler
 
onlyLiteralReference - Variable in class org.apache.axis.wsdl.symbolTable.TypeEntry
 
onMessage(Message) - Method in class org.apache.axis.transport.jms.SimpleJMSListener
This method is called asynchronously whenever a message arrives.
onShutdown() - Method in class org.apache.axis.transport.jms.JMSConnector.SyncConnection
 
onShutdown() - Method in class org.apache.axis.transport.jms.JMSConnector.AsyncConnection
 
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.DeserializerImpl
onStartChild is called on each child element.
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in interface org.apache.axis.encoding.Deserializer
onStartChild is called on each child element.
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ser.VectorDeserializer
onStartChild is called on each child element.
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ser.SimpleDeserializer
There should not be nested elements, so thow and exception if this occurs.
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ser.MapDeserializer
onStartChild is called on each child element.
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ser.JAFDataHandlerDeserializer
Deserializer interface called on each child element encountered in the XML stream.
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ser.BeanDeserializer
Deserializer interface called on each child element encountered in the XML stream.
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ser.ArrayDeserializer
onStartChild is called on each child element.
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.SOAPHandler
 
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.SOAPFaultReasonBuilder
 
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.SOAPFaultDetailsBuilder
 
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.SOAPFaultCodeBuilder
 
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.SOAPFaultBuilder
 
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.RPCHandler
Register the start of a parameter (child element of the method call element).
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.HeaderBuilder
 
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.EnvelopeHandler
 
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.EnvelopeBuilder
 
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.BodyBuilder
 
onStartElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.DeserializerImpl
This method is invoked after startElement when the element requires deserialization (i.e.
onStartElement(String, String, String, Attributes, DeserializationContext) - Method in interface org.apache.axis.encoding.Deserializer
This method is invoked after startElement when the element requires deserialization (i.e.
onStartElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ser.VectorDeserializer
This method is invoked after startElement when the element requires deserialization (i.e.
onStartElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ser.SimpleDeserializer
Set the bean properties that correspond to element attributes.
onStartElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ser.QNameDeserializer
 
onStartElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ser.MapDeserializer
This method is invoked after startElement when the element requires deserialization (i.e.
onStartElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ser.BeanDeserializer
Set the bean properties that correspond to element attributes.
onStartElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ser.ArrayDeserializer
This method is invoked after startElement when the element requires deserialization (i.e.
openConnection(URL) - Method in class org.apache.axis.transport.java.Handler
 
openConnection(URL) - Method in class org.apache.axis.transport.local.Handler
 
openConnection(URL) - Method in class org.apache.axis.transport.mail.Handler
 
OPERATION_STYLE_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property for operation style.
OperationDesc - class org.apache.axis.description.OperationDesc.
An OperationDesc is an abstract description of an operation on a service.
OperationDesc() - Constructor for class org.apache.axis.description.OperationDesc
Default constructor.
OperationDesc(String, ParameterDesc[], QName) - Constructor for class org.apache.axis.description.OperationDesc
"Complete" constructor
OPTION_ALLOWEDMETHODS - Static variable in class org.apache.axis.providers.java.JavaProvider
 
OPTION_BEANNAME - Static variable in class org.apache.axis.providers.java.EJBProvider
 
OPTION_CLASSNAME - Static variable in class org.apache.axis.providers.java.JavaProvider
 
OPTION_CLASSPATH - Static variable in class org.apache.axis.providers.java.JavaProvider
 
OPTION_CLIENT_CONFIG_FILE - Static variable in class org.apache.axis.configuration.EngineConfigurationFactoryDefault
 
OPTION_HELPER_CLASSNAME - Static variable in class org.apache.axis.providers.java.CORBAProvider
 
OPTION_HOMEINTERFACENAME - Static variable in class org.apache.axis.providers.java.EJBProvider
 
OPTION_INTERFACE_CLASSNAME - Static variable in class org.apache.axis.providers.java.RMIProvider
 
OPTION_INTERFACE_CLASSNAME - Static variable in class org.apache.axis.providers.java.CORBAProvider
 
OPTION_IS_STATIC - Static variable in class org.apache.axis.providers.java.JavaProvider
 
OPTION_JWS_FILE_EXTENSION - Variable in class org.apache.axis.handlers.JWSHandler
 
OPTION_LANGUAGE - Static variable in class org.apache.axis.providers.BSFProvider
 
OPTION_LOCALHOMEINTERFACENAME - Static variable in class org.apache.axis.providers.java.EJBProvider
 
OPTION_LOCALINTERFACENAME - Static variable in class org.apache.axis.providers.java.EJBProvider
 
OPTION_NAME_ID - Static variable in class org.apache.axis.providers.java.CORBAProvider
 
OPTION_NAME_KIND - Static variable in class org.apache.axis.providers.java.CORBAProvider
 
OPTION_NAMING_LOOKUP - Static variable in class org.apache.axis.providers.java.RMIProvider
 
OPTION_ORB_INITIAL_HOST - Static variable in class org.apache.axis.providers.java.CORBAProvider
 
OPTION_ORB_INITIAL_PORT - Static variable in class org.apache.axis.providers.java.CORBAProvider
 
OPTION_PROGID - Static variable in class org.apache.axis.deployment.wsdd.providers.WSDDComProvider
 
OPTION_REMOTEINTERFACENAME - Static variable in class org.apache.axis.providers.java.EJBProvider
 
OPTION_SCOPE - Static variable in class org.apache.axis.providers.java.JavaProvider
 
OPTION_SCRIPT - Static variable in class org.apache.axis.providers.BSFProvider
 
OPTION_SERVER_CONFIG_FILE - Static variable in class org.apache.axis.configuration.EngineConfigurationFactoryDefault
 
OPTION_SRC - Static variable in class org.apache.axis.providers.BSFProvider
 
OPTION_THREADING_MODEL - Static variable in class org.apache.axis.deployment.wsdd.providers.WSDDComProvider
 
OPTION_WSDL_INPUTSCHEMA - Static variable in class org.apache.axis.providers.BasicProvider
 
OPTION_WSDL_INPUTSCHEMA - Static variable in class org.apache.axis.providers.java.JavaProvider
 
OPTION_WSDL_PORTTYPE - Static variable in class org.apache.axis.providers.BasicProvider
 
OPTION_WSDL_PORTTYPE - Static variable in class org.apache.axis.providers.java.JavaProvider
 
OPTION_WSDL_SERVICEELEMENT - Static variable in class org.apache.axis.providers.BasicProvider
 
OPTION_WSDL_SERVICEELEMENT - Static variable in class org.apache.axis.providers.java.JavaProvider
 
OPTION_WSDL_SERVICEPORT - Static variable in class org.apache.axis.providers.BasicProvider
 
OPTION_WSDL_SERVICEPORT - Static variable in class org.apache.axis.providers.java.JavaProvider
 
OPTION_WSDL_TARGETNAMESPACE - Static variable in class org.apache.axis.providers.BasicProvider
 
OPTION_WSDL_TARGETNAMESPACE - Static variable in class org.apache.axis.providers.java.JavaProvider
 
options - Variable in class org.apache.axis.handlers.BasicHandler
 
options - Static variable in class org.apache.axis.wsdl.WSDL2Java
Define the understood options.
options - Variable in class org.apache.axis.wsdl.Java2WSDL
Define the understood options.
options - Variable in class org.apache.axis.wsdl.gen.WSDL2
 
Options - class org.apache.axis.utils.Options.
 
Options(String[]) - Constructor for class org.apache.axis.utils.Options
Constructor - just pass in the args from the command line.
orderedParts - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
Field orderedParts
orderedParts - Variable in class org.apache.axis.attachments.MultiPartDimeInputStream
 
org.apache.axis - package org.apache.axis
 
org.apache.axis.attachments - package org.apache.axis.attachments
 
org.apache.axis.client - package org.apache.axis.client
 
org.apache.axis.components.compiler - package org.apache.axis.components.compiler
 
org.apache.axis.components.image - package org.apache.axis.components.image
 
org.apache.axis.components.jms - package org.apache.axis.components.jms
 
org.apache.axis.components.logger - package org.apache.axis.components.logger
 
org.apache.axis.components.net - package org.apache.axis.components.net
 
org.apache.axis.components.script - package org.apache.axis.components.script
 
org.apache.axis.components.threadpool - package org.apache.axis.components.threadpool
 
org.apache.axis.components.uuid - package org.apache.axis.components.uuid
 
org.apache.axis.configuration - package org.apache.axis.configuration
 
org.apache.axis.deployment.wsdd - package org.apache.axis.deployment.wsdd
 
org.apache.axis.deployment.wsdd.providers - package org.apache.axis.deployment.wsdd.providers
 
org.apache.axis.description - package org.apache.axis.description
 
org.apache.axis.encoding - package org.apache.axis.encoding
 
org.apache.axis.encoding.ser - package org.apache.axis.encoding.ser
 
org.apache.axis.encoding.ser.castor - package org.apache.axis.encoding.ser.castor
 
org.apache.axis.enum - package org.apache.axis.enum
 
org.apache.axis.features - package org.apache.axis.features
 
org.apache.axis.handlers - package org.apache.axis.handlers
 
org.apache.axis.handlers.http - package org.apache.axis.handlers.http
 
org.apache.axis.handlers.soap - package org.apache.axis.handlers.soap
 
org.apache.axis.holders - package org.apache.axis.holders
 
org.apache.axis.i18n - package org.apache.axis.i18n
 
org.apache.axis.ime - package org.apache.axis.ime
 
org.apache.axis.ime.event - package org.apache.axis.ime.event
 
org.apache.axis.ime.internal - package org.apache.axis.ime.internal
 
org.apache.axis.ime.internal.transports.http - package org.apache.axis.ime.internal.transports.http
 
org.apache.axis.ime.internal.transports.java - package org.apache.axis.ime.internal.transports.java
 
org.apache.axis.ime.internal.transports.local - package org.apache.axis.ime.internal.transports.local
 
org.apache.axis.ime.internal.util - package org.apache.axis.ime.internal.util
 
org.apache.axis.ime.internal.util.handler - package org.apache.axis.ime.internal.util.handler
 
org.apache.axis.message - package org.apache.axis.message
 
org.apache.axis.monitor - package org.apache.axis.monitor
 
org.apache.axis.providers - package org.apache.axis.providers
 
org.apache.axis.providers.java - package org.apache.axis.providers.java
 
org.apache.axis.schema - package org.apache.axis.schema
 
org.apache.axis.security - package org.apache.axis.security
 
org.apache.axis.security.servlet - package org.apache.axis.security.servlet
 
org.apache.axis.security.simple - package org.apache.axis.security.simple
 
org.apache.axis.server - package org.apache.axis.server
 
org.apache.axis.session - package org.apache.axis.session
 
org.apache.axis.soap - package org.apache.axis.soap
 
org.apache.axis.strategies - package org.apache.axis.strategies
 
org.apache.axis.test - package org.apache.axis.test
 
org.apache.axis.transport.http - package org.apache.axis.transport.http
 
org.apache.axis.transport.java - package org.apache.axis.transport.java
 
org.apache.axis.transport.jms - package org.apache.axis.transport.jms
 
org.apache.axis.transport.local - package org.apache.axis.transport.local
 
org.apache.axis.transport.mail - package org.apache.axis.transport.mail
 
org.apache.axis.types - package org.apache.axis.types
 
org.apache.axis.utils - package org.apache.axis.utils
 
org.apache.axis.utils.bytecode - package org.apache.axis.utils.bytecode
 
org.apache.axis.utils.cache - package org.apache.axis.utils.cache
 
org.apache.axis.wsdl - package org.apache.axis.wsdl
 
org.apache.axis.wsdl.fromJava - package org.apache.axis.wsdl.fromJava
 
org.apache.axis.wsdl.gen - package org.apache.axis.wsdl.gen
 
org.apache.axis.wsdl.symbolTable - package org.apache.axis.wsdl.symbolTable
 
org.apache.axis.wsdl.toJava - package org.apache.axis.wsdl.toJava
 
OUT - Static variable in class javax.xml.rpc.ParameterMode
Field OUT
OUT - Static variable in class org.apache.axis.description.ParameterDesc
 
OUT - Static variable in class org.apache.axis.wsdl.symbolTable.Parameter
 
OUT_HEADER - Static variable in class org.apache.axis.wsdl.symbolTable.BindingEntry
 
OUTPUT_IMPL_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
OUTPUT_OPT - Static variable in class org.apache.axis.wsdl.WSDL2Java
 
OUTPUT_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
OUTPUT_WSDL_MODE_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
output(SerializationContext) - Method in class org.apache.axis.AxisFault
add this fault and any needed headers to the output context
output(SerializationContext) - Method in class org.apache.axis.message.MessageElement
This is the public output() method, which will always simply use the recorded SAX stream for this element if it is available.
outputImpl(SerializationContext) - Method in class org.apache.axis.message.SOAPHeaderElement
Subclasses can override
outputImpl(SerializationContext) - Method in class org.apache.axis.message.SOAPHeader
 
outputImpl(SerializationContext) - Method in class org.apache.axis.message.SOAPFault
 
outputImpl(SerializationContext) - Method in class org.apache.axis.message.SOAPEnvelope
Should make SOAPSerializationException?
outputImpl(SerializationContext) - Method in class org.apache.axis.message.SOAPBody
 
outputImpl(SerializationContext) - Method in class org.apache.axis.message.RPCHeaderParam
outputImpl serializes the RPCParam
outputImpl(SerializationContext) - Method in class org.apache.axis.message.RPCElement
 
outputImpl(SerializationContext) - Method in class org.apache.axis.message.MessageElement
Subclasses can override
outputImpl(SerializationContext) - Method in class org.apache.axis.message.InputStreamBody
 
outputMultiRefs() - Method in class org.apache.axis.encoding.SerializationContextImpl
The serialize method uses hrefs to reference all non-primitive values.
outputMultiRefs() - Method in interface org.apache.axis.encoding.SerializationContext
The serialize method uses hrefs to reference all non-primitive values.
outputs - Variable in class org.apache.axis.wsdl.symbolTable.Parameters
 

P

PACKAGE_OPT - Static variable in class org.apache.axis.wsdl.WSDL2Java
 
PACKAGE_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
packageName - Variable in class org.apache.axis.wsdl.toJava.JavaClassWriter
 
Parameter - class org.apache.axis.wsdl.symbolTable.Parameter.
This class simply collects
Parameter() - Constructor for class org.apache.axis.wsdl.symbolTable.Parameter
 
ParameterDesc - class org.apache.axis.description.ParameterDesc.
A Parameter descriptor, collecting the interesting info about an operation parameter.
ParameterDesc() - Constructor for class org.apache.axis.description.ParameterDesc
 
ParameterDesc(ParameterDesc) - Constructor for class org.apache.axis.description.ParameterDesc
Constructor-copy
ParameterDesc(QName, byte, QName) - Constructor for class org.apache.axis.description.ParameterDesc
Constructor
ParameterDesc(QName, byte, QName, Class) - Constructor for class org.apache.axis.description.ParameterDesc
Deprecated.  
ParameterDesc(QName, byte, QName, Class, boolean, boolean) - Constructor for class org.apache.axis.description.ParameterDesc
"Complete" constructor, suitable for usage in skeleton code
ParameterMode - class javax.xml.rpc.ParameterMode.
The javax.xml.rpc.ParameterMode is a type-safe enumeration for parameter mode.
parameters - Variable in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
Our parameters
Parameters - class org.apache.axis.wsdl.symbolTable.Parameters.
This class simply collects all the parameter or message data for an operation into one place.
Parameters() - Constructor for class org.apache.axis.wsdl.symbolTable.Parameters
 
ParamList - class org.apache.axis.server.ParamList.
 
ParamList() - Constructor for class org.apache.axis.server.ParamList
 
ParamList(Collection) - Constructor for class org.apache.axis.server.ParamList
 
ParamList(int) - Constructor for class org.apache.axis.server.ParamList
 
ParamList(int, int) - Constructor for class org.apache.axis.server.ParamList
 
ParamNameExtractor - class org.apache.axis.utils.bytecode.ParamNameExtractor.
This class retieves function parameter names from bytecode built with debugging symbols.
ParamNameExtractor() - Constructor for class org.apache.axis.utils.bytecode.ParamNameExtractor
 
ParamReader - class org.apache.axis.utils.bytecode.ParamReader.
This is the class file reader for obtaining the parameter names for declared methods in a class.
ParamReader(byte[]) - Constructor for class org.apache.axis.utils.bytecode.ParamReader
process the given class bytes directly.
ParamReader(Class) - Constructor for class org.apache.axis.utils.bytecode.ParamReader
process a class file, given it's class.
params - Variable in class org.apache.axis.message.RPCElement
 
parent - Variable in class org.apache.axis.message.MessageElement
 
parse() - Method in class org.apache.axis.encoding.DeserializationContextImpl
Create a parser and parse the inputSource
parse() - Method in interface org.apache.axis.encoding.DeserializationContext
Create a parser and parse the inputSource
parseByte(byte) - Static method in class org.apache.axis.attachments.DimeTypeNameFormat
 
parseByte(Byte) - Static method in class org.apache.axis.attachments.DimeTypeNameFormat
 
parseClassicStream(BufferedReader) - Method in class org.apache.axis.components.compiler.Javac
Parse the compiler error stream to produce a list of CompilerErrors
parseDate(String) - Method in class org.apache.axis.types.Duration
This method parses the date portion of a duration.
parseModernStream(BufferedReader) - Method in class org.apache.axis.components.compiler.Javac
Parse the compiler error stream to produce a list of CompilerErrors
parseOption(CLOption) - Method in class org.apache.axis.wsdl.WSDL2Java
Parse an option
parseOption(CLOption) - Method in class org.apache.axis.wsdl.Java2WSDL
Parse an option
parseOption(CLOption) - Method in class org.apache.axis.wsdl.gen.WSDL2
Parse an option
parser - Variable in class org.apache.axis.wsdl.gen.WSDL2
 
Parser - class org.apache.axis.wsdl.gen.Parser.
This is a class with no documentation.
Parser() - Constructor for class org.apache.axis.wsdl.gen.Parser
 
ParserControl - interface org.apache.axis.utils.ParserControl.
ParserControl is used to control particular behaviour of the parser.
parseStream(BufferedReader) - Method in class org.apache.axis.components.compiler.Jikes
Parse the compiler error stream to produce a list of CompilerErrors
parseStream(BufferedReader) - Method in class org.apache.axis.components.compiler.Javac
Parse the compiler error stream to produce a list of CompilerErrors
parseStream(BufferedReader) - Method in class org.apache.axis.components.compiler.AbstractCompiler
Parse the compiler error stream to produce a list of CompilerErrors
parseTime(String) - Method in class org.apache.axis.types.Duration
This method parses the time portion of a duration.
Part - interface org.apache.axis.Part.
 
parts - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
Field parts
parts - Variable in class org.apache.axis.attachments.MultiPartDimeInputStream
 
parts - Variable in class org.apache.axis.attachments.DimeMultiPart
 
password - Variable in class org.apache.axis.wsdl.gen.Parser
 
PASSWORD_OPT - Static variable in class org.apache.axis.wsdl.WSDL2Java
 
PASSWORD_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: Password for authentication.
PASSWORD_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property: Password for authentication
peek() - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer
 
peek() - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedQueue
 
peek() - Method in interface org.apache.axis.ime.internal.util.KeyedBuffer
Select, but do not remove the next message on the channel.
peek() - Method in class org.apache.axis.transport.http.NonBlockingBufferedInputStream
Just like read except byte is not removed from the buffer.
peekAll() - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer
 
peekAll() - Method in interface org.apache.axis.ime.internal.util.KeyedBuffer
Select, but do not remove all messages on the channel.
PERSISTENT_DELIVERY - Static variable in class org.apache.axis.components.jms.SonicMQVendorAdapter
SonicConnectionFactory parameter valid for either domain.
PING_INTERVAL - Static variable in class org.apache.axis.components.jms.SonicMQVendorAdapter
SonicConnectionFactory parameter valid for either domain.
pivotHandler - Variable in class org.apache.axis.SimpleTargetedChain
 
PlainTextDataHandlerDeserializer - class org.apache.axis.encoding.ser.PlainTextDataHandlerDeserializer.
text/plain DataHandler Deserializer Modified by Russell Butek
PlainTextDataHandlerDeserializer() - Constructor for class org.apache.axis.encoding.ser.PlainTextDataHandlerDeserializer
 
PlainTextDataHandlerSerializer - class org.apache.axis.encoding.ser.PlainTextDataHandlerSerializer.
text/plain DataHandler Serializer
PlainTextDataHandlerSerializer() - Constructor for class org.apache.axis.encoding.ser.PlainTextDataHandlerSerializer
 
PlainTextDataSource - class org.apache.axis.attachments.PlainTextDataSource.
 
PlainTextDataSource(String, String) - Constructor for class org.apache.axis.attachments.PlainTextDataSource
 
policy - Variable in class org.apache.axis.ime.internal.MessageExchangeProvider.MessageReceiver
 
pool - Variable in class org.apache.axis.ime.internal.MessageExchangeProvider.MessageReceiver
 
pool - Variable in class org.apache.axis.ime.internal.MessageExchangeProvider.MessageSender
 
pop() - Method in class org.apache.axis.utils.NSStack
Remove the top frame from the stack.
POP3_HOST - Static variable in class org.apache.axis.transport.mail.MailConstants
 
POP3_PASSWORD - Static variable in class org.apache.axis.transport.mail.MailConstants
 
POP3_USERID - Static variable in class org.apache.axis.transport.mail.MailConstants
 
popElementHandler() - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
popElementHandler() - Method in interface org.apache.axis.encoding.DeserializationContext
 
populate(String) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Call this method if you have a uri for the WSDL document
populate(String, Document) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Call this method if your WSDL document has already been parsed as an XML DOM document.
populate(String, String, String) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
 
populateTypes(URL, Document) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Populate the symbol table with all of the Types from the Document.
PortEntry - class org.apache.axis.wsdl.symbolTable.PortEntry.
This class represents the symbol table entry for a WSDL port.
PortEntry(Port) - Constructor for class org.apache.axis.wsdl.symbolTable.PortEntry
constructor
portType - Variable in class org.apache.axis.wsdl.toJava.JavaInterfaceWriter
 
PORTTYPE_NAME_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
PortTypeEntry - class org.apache.axis.wsdl.symbolTable.PortTypeEntry.
This class represents a WSDL portType.
PortTypeEntry(PortType) - Constructor for class org.apache.axis.wsdl.symbolTable.PortTypeEntry
Construct a PortTypeEntry from a WSDL4J PortType object and a HashMap of Parameters objects, keyed off of the operation name.
PositiveInteger - class org.apache.axis.types.PositiveInteger.
Custom class for supporting primitive XSD data type positiveInteger positiveInteger is derived from nonNegativeInteger by setting the value of minInclusive to be 1.
PositiveInteger(byte[]) - Constructor for class org.apache.axis.types.PositiveInteger
 
PositiveInteger(int, byte[]) - Constructor for class org.apache.axis.types.PositiveInteger
 
PositiveInteger(int, int, Random) - Constructor for class org.apache.axis.types.PositiveInteger
 
PositiveInteger(int, Random) - Constructor for class org.apache.axis.types.PositiveInteger
 
PositiveInteger(String) - Constructor for class org.apache.axis.types.PositiveInteger
 
PositiveInteger(String, int) - Constructor for class org.apache.axis.types.PositiveInteger
 
PositiveIntegerHolder - class org.apache.axis.holders.PositiveIntegerHolder.
Class PositiveIntegerHolder
PositiveIntegerHolder() - Constructor for class org.apache.axis.holders.PositiveIntegerHolder
Constructor PositiveIntegerHolder
PositiveIntegerHolder(PositiveInteger) - Constructor for class org.apache.axis.holders.PositiveIntegerHolder
Constructor PositiveIntegerHolder
PREFETCH_COUNT - Static variable in class org.apache.axis.components.jms.SonicMQVendorAdapter
SonicConnectionFactory parameter valid for the PTP domain.
PREFETCH_THRESHOLD - Static variable in class org.apache.axis.components.jms.SonicMQVendorAdapter
SonicConnectionFactory parameter valid for the PTP domain.
prefix - Variable in class org.apache.axis.message.MessageElement
 
PrefixedQName - class org.apache.axis.message.PrefixedQName.
 
PrefixedQName(String, String, String) - Constructor for class org.apache.axis.message.PrefixedQName
 
preprocess() - Method in class org.apache.axis.wsdl.toJava.JavaBeanWriter
Builds the names String vector.
prettyDocumentToFile(Document, String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Write a prettified document to a file.
PrettyDocumentToStream(Document, OutputStream) - Static method in class org.apache.axis.utils.XMLUtils
 
PrettyDocumentToWriter(Document, Writer) - Static method in class org.apache.axis.utils.XMLUtils
 
PrettyElementToStream(Element, OutputStream) - Static method in class org.apache.axis.utils.XMLUtils
 
PrettyElementToWriter(Element, Writer) - Static method in class org.apache.axis.utils.XMLUtils
 
prevQName - Variable in class org.apache.axis.encoding.ser.BeanDeserializer
 
printarry(byte[], int, int) - Static method in class org.apache.axis.attachments.BoundaryDelimitedStream
Method printarry
printStackTrace(PrintStream) - Method in class org.apache.axis.AxisFault
The override of the base class method prints out the fault info before the stack trace
printStackTrace(PrintWriter) - Method in class org.apache.axis.AxisFault
The override of the base class method prints out the fault info before the stack trace
printUsage() - Static method in class org.apache.axis.transport.jms.SimpleJMSListener
 
printUsage() - Method in class org.apache.axis.wsdl.Java2WSDL
printUsage print usage information and quit.
printUsage() - Method in class org.apache.axis.wsdl.gen.WSDL2
printUsage print usage information and quit.
PRIORITY - Static variable in interface org.apache.axis.transport.jms.JMSConstants
Key for properties used in the send and call methods.
privateElementToWriter(Element, Writer, boolean, boolean) - Static method in class org.apache.axis.utils.XMLUtils
 
process(InputStream) - Method in class org.apache.axis.client.AdminClient
 
process(MessageContext, Element) - Method in class org.apache.axis.utils.Admin
The meat of the Admin service.
process(Options, InputStream) - Method in class org.apache.axis.client.AdminClient
 
process(Options, String) - Method in class org.apache.axis.client.AdminClient
 
process(String) - Method in class org.apache.axis.client.AdminClient
 
process(String[]) - Method in class org.apache.axis.client.AdminClient
Processes a set of administration commands.
process(URL) - Method in class org.apache.axis.client.AdminClient
 
processAxisFault(AxisFault) - Method in class org.apache.axis.transport.http.AxisServlet
routine called whenever an axis fault is caught; where they are logged and any other business.
processed - Variable in class org.apache.axis.message.SOAPHeaderElement
 
processingInstruction(String, String) - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
processingInstruction(String, String) - Method in class org.apache.axis.message.SAX2EventRecorder
 
processListRequest(HttpServletResponse, PrintWriter) - Method in class org.apache.axis.transport.http.AxisServlet
respond to the ?list command.
processMessage(MessageContext, SOAPEnvelope, SOAPEnvelope, Object) - Method in class org.apache.axis.providers.java.RPCProvider
Process the current message.
processMessage(MessageContext, SOAPEnvelope, SOAPEnvelope, Object) - Method in class org.apache.axis.providers.java.MsgProvider
Process the message.
processMessage(MessageContext, SOAPEnvelope, SOAPEnvelope, Object) - Method in class org.apache.axis.providers.java.JavaProvider
Process the current message.
processMethodRequest(MessageContext, HttpServletRequest, HttpServletResponse, PrintWriter) - Method in class org.apache.axis.transport.http.AxisServlet
scan through the request for parameters, invoking the endpoint if we get a method param.
processOpts(Options) - Method in class org.apache.axis.client.AdminClient
 
processPropertyDescriptors(PropertyDescriptor[], Class) - Static method in class org.apache.axis.utils.BeanUtils
This method attempts to sort the property descriptors using the typeDesc and order defined in the class.
processPropertyDescriptors(PropertyDescriptor[], Class, TypeDesc) - Static method in class org.apache.axis.utils.BeanUtils
 
processReceive(MessageExchangeReceiveContext) - Method in class org.apache.axis.ime.internal.MessageExchangeProvider
 
processReturnedMessageContext(MessageContext) - Method in class org.apache.axis.client.Transport
Allow the transport to grab any transport-specific stuff it might want from a returned MessageContext
processReturnedMessageContext(MessageContext) - Method in class org.apache.axis.transport.http.HTTPTransport
 
processSend(MessageExchangeSendContext) - Method in class org.apache.axis.ime.internal.MessageExchangeProvider
 
processWindowEvent(WindowEvent) - Method in class org.apache.axis.utils.tcpmon
 
processWSDD(MessageContext, AxisEngine, Element) - Static method in class org.apache.axis.utils.Admin
 
processWsdlRequest(MessageContext, HttpServletResponse, PrintWriter) - Method in class org.apache.axis.transport.http.AxisServlet
handle a ?wsdl request
projectName - Static variable in class org.apache.axis.i18n.MessagesConstants
 
ProjectResourceBundle - class org.apache.axis.i18n.ProjectResourceBundle.
Wrapper class for resource bundles.
PROP_ATTACHMENT_CLEANUP - Static variable in class org.apache.axis.AxisEngine
 
PROP_ATTACHMENT_DIR - Static variable in class org.apache.axis.AxisEngine
 
PROP_ATTACHMENT_IMPLEMENTATION - Static variable in class org.apache.axis.AxisEngine
 
PROP_DEBUG_FILE - Static variable in class org.apache.axis.AxisEngine
 
PROP_DEBUG_LEVEL - Static variable in class org.apache.axis.AxisEngine
 
PROP_DEFAULT_CONFIG_CLASS - Static variable in class org.apache.axis.AxisEngine
 
PROP_DOMULTIREFS - Static variable in class org.apache.axis.AxisEngine
 
PROP_PASSWORD - Static variable in class org.apache.axis.AxisEngine
 
PROP_SEND_MINIMIZED_ELEMENTS - Static variable in class org.apache.axis.AxisEngine
 
PROP_SEND_XSI - Static variable in class org.apache.axis.AxisEngine
 
PROP_SOAP_ALLOWED_VERSION - Static variable in class org.apache.axis.AxisEngine
 
PROP_SOAP_VERSION - Static variable in class org.apache.axis.AxisEngine
 
PROP_SYNC_CONFIG - Static variable in class org.apache.axis.AxisEngine
 
PROP_TWOD_ARRAY_ENCODING - Static variable in class org.apache.axis.AxisEngine
 
PROP_WEBMETHOD - Static variable in class org.apache.axis.soap.SOAP12Constants
MessageContext property name for webmethod
PROP_XML_DECL - Static variable in class org.apache.axis.AxisEngine
 
PROPERTY_EXT - Static variable in class org.apache.axis.i18n.RB
 
PROPERTY_NAME - Static variable in interface org.apache.axis.EngineConfiguration
Property name used for setting an EngineConfiguration to be used in creating engines.
propertyDescriptor - Variable in class org.apache.axis.encoding.ser.BeanSerializerFactory
 
propertyDescriptor - Variable in class org.apache.axis.encoding.ser.BeanSerializer
 
propertyMap - Variable in class org.apache.axis.encoding.ser.BeanDeserializerFactory
 
propertyMap - Variable in class org.apache.axis.encoding.ser.BeanDeserializer
 
propertyNames() - Static method in class org.apache.axis.AxisProperties
 
PROVIDER_BSF - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
PROVIDER_COM - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
PROVIDER_CORBA - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
PROVIDER_EJB - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
PROVIDER_HANDLER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
PROVIDER_MSG - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
PROVIDER_RMI - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
PROVIDER_RPC - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
proxyHost - Variable in class org.apache.axis.components.net.DefaultHTTPTransportClientProperties
 
proxyPassword - Variable in class org.apache.axis.components.net.DefaultHTTPTransportClientProperties
 
proxyPort - Variable in class org.apache.axis.components.net.DefaultHTTPTransportClientProperties
 
proxyUser - Variable in class org.apache.axis.components.net.DefaultHTTPTransportClientProperties
 
publishContents(ContentHandler) - Method in class org.apache.axis.message.MessageElement
 
publishMessage(Long, Integer, String, String) - Static method in class org.apache.axis.monitor.SOAPMonitorService
Publish a SOAP message to listeners
publishToHandler(ContentHandler) - Method in class org.apache.axis.message.MessageElement
 
push() - Method in class org.apache.axis.utils.NSStack
Create a new frame at the top of the stack.
pushElementHandler(SOAPHandler) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Management of sub-handlers (deserializers)
pushElementHandler(SOAPHandler) - Method in interface org.apache.axis.encoding.DeserializationContext
Handler management methods
pushNewElement(MessageElement) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Push the MessageElement into the recorder
pushNewElement(MessageElement) - Method in interface org.apache.axis.encoding.DeserializationContext
Push the MessageElement into the recorder
put(MessageExchangeCorrelator, Object) - Method in class org.apache.axis.ime.internal.NonPersistentMessageExchangeCorrelatorService
 
put(MessageExchangeCorrelator, Object) - Method in interface org.apache.axis.ime.internal.MessageExchangeCorrelatorService
 
put(NonPersistentKeyedBuffer.KeyedNode) - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedQueue
 
put(Object, Object) - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer
 
put(Object, Object) - Method in interface org.apache.axis.ime.internal.util.KeyedBuffer
Put a message onto the channel
put(Object, Object) - Method in class org.apache.axis.utils.LockableHashtable
Overrides the Hashtable.put() method to mark items as not being locked.
put(Object, Object) - Method in class org.apache.axis.utils.IdentityHashMap
 
put(Object, Object, boolean) - Method in class org.apache.axis.utils.LockableHashtable
New version of the put() method that allows for explicitly marking items added to the hashtable as locked.
put(Object, Object, String) - Method in class org.apache.axis.wsdl.fromJava.Namespaces
adds an entry to the packagename/namespace HashMap.
putAll(Map) - Method in class org.apache.axis.wsdl.fromJava.Namespaces
adds an entry to the packagename/namespace HashMap for each of the entry in the map.
putAll(Map) - Method in class org.apache.axis.wsdl.toJava.Namespaces
Like HashMap's putAll, this adds the given map's contents to this map.
putAllPrefix(Map) - Method in class org.apache.axis.wsdl.fromJava.Namespaces
adds an entry to the namespace / prefix HashMap for each of the entry in the map.
putPrefix(String, String) - Method in class org.apache.axis.wsdl.fromJava.Namespaces
put the gine namespace / prefix into the appropriate HashMap
pw - Variable in class org.apache.axis.wsdl.toJava.JavaBeanWriter
 

Q

qname - Variable in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
qname - Variable in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
Our name
qname - Variable in class org.apache.axis.wsdl.symbolTable.SymTabEntry
 
QName - class javax.xml.namespace.QName.
QName class represents the value of a qualified name as specified in XML Schema Part2: Datatypes specification.
QNAME_BEANMAPPING - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_BSF_PROVIDER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_CHAIN - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_COM_PROVIDER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_CORBA_PROVIDER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_DEPLOY - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_DOC - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_EJB_PROVIDER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_ELEMENTMAPPING - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_ENDPOINTURL - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_FAULT - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_FAULTACTOR - Static variable in class org.apache.axis.Constants
 
QNAME_FAULTCODE - Static variable in class org.apache.axis.Constants
 
QNAME_FAULTCODE_SOAP12 - Static variable in class org.apache.axis.Constants
 
QNAME_FAULTDETAIL_EXCEPTIONNAME - Static variable in class org.apache.axis.Constants
QName of exception Name element in an axis fault detail.
QNAME_FAULTDETAIL_RUNTIMEEXCEPTION - Static variable in class org.apache.axis.Constants
QName of stack trace element in an axis fault detail.
QNAME_FAULTDETAIL_SOAP12 - Static variable in class org.apache.axis.Constants
 
QNAME_FAULTDETAIL_STACKTRACE - Static variable in class org.apache.axis.Constants
QName of stack trace element in an axis fault detail.
QNAME_FAULTDETAILS - Static variable in class org.apache.axis.Constants
 
QNAME_FAULTFLOW - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_FAULTNODE_SOAP12 - Static variable in class org.apache.axis.Constants
 
QNAME_FAULTREASON_SOAP12 - Static variable in class org.apache.axis.Constants
 
QNAME_FAULTROLE_SOAP12 - Static variable in class org.apache.axis.Constants
 
QNAME_FAULTSTRING - Static variable in class org.apache.axis.Constants
 
QNAME_FAULTSUBCODE_SOAP12 - Static variable in class org.apache.axis.Constants
 
QNAME_FAULTVALUE_SOAP12 - Static variable in class org.apache.axis.Constants
 
QNAME_GLOBAL - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_HANDLER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_HANDLER_PROVIDER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_JAVAMSG_PROVIDER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_JAVARPC_PROVIDER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_JAXRPC_HANDLERINFO - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_JAXRPC_HANDLERINFOCHAIN - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_JAXRPC_HEADER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_JAXRPC_ROLE - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_LITERAL_ITEM - Static variable in class org.apache.axis.Constants
 
QNAME_NAMESPACE - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_NIL - Static variable in class org.apache.axis.schema.SchemaVersion2001
 
QNAME_NIL - Static variable in class org.apache.axis.schema.SchemaVersion2000
 
QNAME_NIL - Static variable in class org.apache.axis.schema.SchemaVersion1999
 
QNAME_NO_SERVICE_FAULT_CODE - Static variable in class org.apache.axis.Constants
the no-service fault value
QNAME_NOTUNDERSTOOD - Static variable in class org.apache.axis.Constants
 
QNAME_OPERATION - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_PARAM - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_REQFLOW - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_RESPFLOW - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_RMI_PROVIDER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_RPC_RESULT - Static variable in class org.apache.axis.Constants
 
QNAME_SERVICE - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_TEXT_SOAP12 - Static variable in class org.apache.axis.Constants
 
QNAME_TRANSPORT - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_TYPEMAPPING - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_UNDEPLOY - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_WSDLFILE - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QName(String) - Constructor for class javax.xml.namespace.QName
Constructor for the QName.
QName(String, String) - Constructor for class javax.xml.namespace.QName
Constructor for the QName.
qName2String(QName) - Method in class org.apache.axis.encoding.SerializationContextImpl
 
qName2String(QName) - Method in interface org.apache.axis.encoding.SerializationContext
Convert QName to a string of the form :
qName2String(QName) - Method in class org.apache.axis.encoding.AttributeSerializationContextImpl
 
qName2String(QName, boolean) - Method in class org.apache.axis.encoding.SerializationContextImpl
Convert QName to a string of the form :
qNameAttrs - Variable in class org.apache.axis.message.MessageElement
 
QNameDeserializer - class org.apache.axis.encoding.ser.QNameDeserializer.
The DateSerializer deserializes a Date.
QNameDeserializer(Class, QName) - Constructor for class org.apache.axis.encoding.ser.QNameDeserializer
The Deserializer is constructed with the xmlType and javaType
QNameDeserializerFactory - class org.apache.axis.encoding.ser.QNameDeserializerFactory.
A QNameDeserializer Factory
QNameDeserializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.QNameDeserializerFactory
 
QNameHolder - class javax.xml.rpc.holders.QNameHolder.
Class QNameHolder
QNameHolder() - Constructor for class javax.xml.rpc.holders.QNameHolder
Constructor QNameHolder
QNameHolder(QName) - Constructor for class javax.xml.rpc.holders.QNameHolder
Constructor QNameHolder
QNAMES_NIL - Static variable in class org.apache.axis.Constants
 
QNameSerializer - class org.apache.axis.encoding.ser.QNameSerializer.
Serializer for QNames.
QNameSerializer() - Constructor for class org.apache.axis.encoding.ser.QNameSerializer
 
QNameSerializerFactory - class org.apache.axis.encoding.ser.QNameSerializerFactory.
SerializerFactory for QName primitive
QNameSerializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.QNameSerializerFactory
 
QueueConnector - class org.apache.axis.transport.jms.QueueConnector.
QueueConnector is a concrete JMSConnector subclass that specifically handles connections to queues (ptp domain).
QueueConnector(ConnectionFactory, int, int, long, long, long, boolean, String, String, String, JMSVendorAdapter) - Constructor for class org.apache.axis.transport.jms.QueueConnector
 
QUIT_REQUESTED - Static variable in class org.apache.axis.MessageContext
Has a quit been requested? Hackish...
quit() - Method in class org.apache.axis.client.AdminClient
 
quit(Options) - Method in class org.apache.axis.client.AdminClient
 

R

random - Static variable in class org.apache.axis.utils.SessionUtils
A random number generator to use when generating session identifiers.
randomClass - Static variable in class org.apache.axis.utils.SessionUtils
The Java class name of the random number generator class to be used when generating session identifiers.
RB - class org.apache.axis.i18n.RB.
CURRENTLY NOT USED KEEPING FOR REFERENCE 9/19/2002
RB(Object, String) - Constructor for class org.apache.axis.i18n.RB
Construct a new RB
RB(Object, String, Locale) - Constructor for class org.apache.axis.i18n.RB
Construct a new RB
RB(String) - Constructor for class org.apache.axis.i18n.RB
Construct a new RB
READ_ALL - Static variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
Field READ_ALL
READ_ALL - Static variable in class org.apache.axis.attachments.MultiPartDimeInputStream
 
READ_CHUNK_SZ - Static variable in class org.apache.axis.attachments.ManagedMemoryDataSource
Field READ_CHUNK_SZ
read() - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
Method read
read() - Method in class org.apache.axis.attachments.MultiPartDimeInputStream
 
read() - Method in class org.apache.axis.attachments.DimeDelimitedInputStream
Read from the boundary delimited stream.
read() - Method in class org.apache.axis.attachments.BoundaryDelimitedStream
Read from the boundary delimited stream.
read() - Method in class org.apache.axis.transport.http.NonBlockingBufferedInputStream
Read a byte from the input stream, blocking if necessary.
read() - Method in class org.apache.axis.transport.http.ChunkedInputStream
 
read(byte[]) - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
Method read
read(byte[]) - Method in class org.apache.axis.attachments.MultiPartDimeInputStream
 
read(byte[]) - Method in class org.apache.axis.attachments.DimeDelimitedInputStream
Read from the delimited stream.
read(byte[]) - Method in class org.apache.axis.attachments.BoundaryDelimitedStream
Read from the boundary delimited stream.
read(byte[]) - Method in class org.apache.axis.transport.http.NonBlockingBufferedInputStream
Read bytes from the input stream.
read(byte[]) - Method in class org.apache.axis.transport.http.ChunkedInputStream
 
read(byte[], int, int) - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
Read the root stream.
read(byte[], int, int) - Method in class org.apache.axis.attachments.MultiPartDimeInputStream
Read the root stream.
read(byte[], int, int) - Method in class org.apache.axis.attachments.DimeDelimitedInputStream
Read from the DIME stream.
read(byte[], int, int) - Method in class org.apache.axis.attachments.BoundaryDelimitedStream
Read from the boundary delimited stream.
read(byte[], int, int) - Method in class org.apache.axis.transport.http.NonBlockingBufferedInputStream
Read a specified number of bytes from the input stream.
read(byte[], int, int) - Method in class org.apache.axis.transport.http.ChunkedInputStream
 
readAll() - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
Method readAll
readAll() - Method in class org.apache.axis.attachments.MultiPartDimeInputStream
 
readAttributes() - Method in class org.apache.axis.utils.bytecode.ClassReader
read an attributes array.
readCode() - Method in class org.apache.axis.utils.bytecode.ParamReader
 
readCode() - Method in class org.apache.axis.utils.bytecode.ClassReader
read a code attribute
readCpool() - Method in class org.apache.axis.utils.bytecode.ClassReader
 
readers - Variable in class org.apache.axis.attachments.ManagedMemoryDataSource
Field readers
readInt() - Method in class org.apache.axis.utils.bytecode.ClassReader
 
readLocalVariableTable() - Method in class org.apache.axis.utils.bytecode.ParamReader
this is invoked when a LocalVariableTable attribute is encountered.
readShort() - Method in class org.apache.axis.utils.bytecode.ClassReader
 
readTillFound(String[]) - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
This will read streams in till the one that is needed is found.
readTillFound(String[]) - Method in class org.apache.axis.attachments.MultiPartDimeInputStream
This will read streams in till the one that is needed is found.
RECEIVE - Variable in class org.apache.axis.ime.internal.MessageExchangeProvider
 
RECEIVE - Variable in class org.apache.axis.ime.internal.FirstComeFirstServeDispatchPolicy
 
RECEIVE_ACTION - Static variable in class org.apache.axis.components.jms.JMSVendorAdapter
 
RECEIVE_REQUESTS - Variable in class org.apache.axis.ime.internal.MessageExchangeProvider
 
RECEIVE_REQUESTS - Variable in class org.apache.axis.ime.internal.FirstComeFirstServeDispatchPolicy
 
receive() - Method in interface org.apache.axis.ime.MessageExchange
Waits indefinitely for a message to be received (blocking)
receive() - Method in class org.apache.axis.ime.internal.MessageExchangeImpl
 
receive(long) - Method in interface org.apache.axis.ime.MessageExchange
Waits the specified amount of time for a message to be received (blocking)
receive(long) - Method in class org.apache.axis.ime.internal.MessageExchangeImpl
 
receive(MessageExchangeCorrelator) - Method in interface org.apache.axis.ime.MessageExchange
Waits indefinitely for a message matching the specified correlator (blocking)
receive(MessageExchangeCorrelator) - Method in class org.apache.axis.ime.internal.MessageExchangeImpl
 
receive(MessageExchangeCorrelator, long) - Method in interface org.apache.axis.ime.MessageExchange
Waits the specified amount of time for a message matching the specified correlator (blocking)
receive(MessageExchangeCorrelator, long) - Method in class org.apache.axis.ime.internal.MessageExchangeImpl
 
receive(MessageExchangeCorrelator, MessageExchangeEventListener) - Method in interface org.apache.axis.ime.MessageExchange
Registers a listener for receiving messages (nonblocking)
receive(MessageExchangeCorrelator, MessageExchangeEventListener) - Method in class org.apache.axis.ime.internal.MessageExchangeImpl
 
receive(MessageExchangeEventListener) - Method in interface org.apache.axis.ime.MessageExchange
Registers a listener for receiving messages (nonblocking)
receive(MessageExchangeEventListener) - Method in class org.apache.axis.ime.internal.MessageExchangeImpl
 
receiveContext - Variable in class org.apache.axis.ime.event.MessageReceiveEvent
 
ReceivedMessageDispatchPolicy - interface org.apache.axis.ime.internal.ReceivedMessageDispatchPolicy.
 
receiveHandler - Variable in class org.apache.axis.ime.internal.MessageExchangeProvider
 
RECONNECT_INTERVAL - Static variable in class org.apache.axis.components.jms.SonicMQVendorAdapter
SonicConnectionFactory parameter valid for either domain.
RECONNECT_TIMEOUT - Static variable in class org.apache.axis.components.jms.SonicMQVendorAdapter
SonicConnectionFactory parameter valid for either domain.
recorder - Variable in class org.apache.axis.message.MessageElement
 
recycleNode() - Method in interface javax.xml.soap.Node
Notifies the implementation that this Node object is no longer being used by the application and that the implementation is free to reuse this object for nodes that may be created later.
recycleNode() - Method in class org.apache.axis.message.MessageElement
No-opped - Axis does not recycle nodes.
ref - Variable in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
refreshGlobalOptions() - Method in class org.apache.axis.AxisEngine
(Re-)load the global options from the registry.
refType - Variable in class org.apache.axis.wsdl.symbolTable.TypeEntry
 
register(Class, QName, SerializerFactory, DeserializerFactory) - Method in interface javax.xml.rpc.encoding.TypeMapping
Registers SerializerFactory and DeserializerFactory for a specific type mapping between an XML type and Java type.
register(Class, QName, SerializerFactory, DeserializerFactory) - Method in class org.apache.axis.encoding.TypeMappingImpl
Registers SerializerFactory and DeserializerFactory for a specific type mapping between an XML type and Java type.
register(Class, QName, SerializerFactory, DeserializerFactory) - Method in class org.apache.axis.encoding.DefaultTypeMappingImpl
 
register(String, TypeMapping) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Registers a TypeMapping instance with the TypeMappingRegistry.
register(String, TypeMapping) - Method in class org.apache.axis.encoding.TypeMappingRegistryImpl
The method register adds a TypeMapping instance for a specific namespace
register(TypeEntry) - Method in class org.apache.axis.wsdl.symbolTable.UndefinedType
Register referrant TypeEntry so that the code can update the TypeEntry when the Undefined Element or Type is defined
register(TypeEntry) - Method in class org.apache.axis.wsdl.symbolTable.UndefinedElement
Register referrant TypeEntry so that the code can update the TypeEntry when the Undefined Element or Type is defined
register(TypeEntry) - Method in class org.apache.axis.wsdl.symbolTable.UndefinedDelegate
Register referrant TypeEntry so that the code can update the TypeEntry when the Undefined Element or Type is defined
register(TypeEntry) - Method in interface org.apache.axis.wsdl.symbolTable.Undefined
Register referrant TypeEntry so that the code can update the TypeEntry when the Undefined Element or Type is defined
registerClass(String, Class) - Method in class org.apache.axis.utils.cache.ClassCache
Register a class in the cache.
registerDefault(TypeMapping) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Registers the TypeMapping instance that is default for all encoding styles supported by the TypeMappingRegistry.
registerDefault(TypeMapping) - Method in class org.apache.axis.encoding.TypeMappingRegistryImpl
The method register adds a default TypeMapping instance.
registerElementByID(String, MessageElement) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Register the MessageElement with this id (where id is id= form without the #) This routine is called when the MessageElement with an id is read.
registerElementByID(String, MessageElement) - Method in interface org.apache.axis.encoding.DeserializationContext
Register the MessageElement with this id (where id is id= form without the #) This routine is called when the MessageElement with an id is read.
registerFile(String) - Method in class org.apache.axis.wsdl.toJava.JavaWriter
You should not need to override this method.
registerFile(String) - Method in class org.apache.axis.wsdl.toJava.JavaClassWriter
You should not need to override this method.
registerFile(String) - Method in class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
Only register the filename if the bean helper is not wrapped within a bean.
registerFixup(String, Deserializer) - Method in class org.apache.axis.encoding.DeserializationContextImpl
During deserialization, an element with an href=#id may be encountered before the element defining id=id is read.
registerFixup(String, Deserializer) - Method in interface org.apache.axis.encoding.DeserializationContext
During deserialization, an element with an href=#id may be encountered before the element defining id=id is read.
registerListener(MessageListener) - Method in class org.apache.axis.transport.jms.JMSEndpoint
Register a MessageListener.
registerListener(MessageListener, HashMap) - Method in class org.apache.axis.transport.jms.JMSEndpoint
Register a MessageListener.
registerNamespaceForService(String, WSDDService) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
Register a particular namepsace which maps to a given WSDDService.
registerPrefixForURI(String, String) - Method in class org.apache.axis.encoding.SerializationContextImpl
Register prefix for the indicated uri
registerPrefixForURI(String, String) - Method in interface org.apache.axis.encoding.SerializationContext
Register prefix for the indicated uri
registerProvider(QName, WSDDProvider) - Static method in class org.apache.axis.deployment.wsdd.WSDDProvider
 
registerResolverForID(String, IDResolver) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Each id can have its own kind of resolver.
registerResolverForID(String, IDResolver) - Method in interface org.apache.axis.encoding.DeserializationContext
Each id can have its own kind of resolver.
registerSchemaSpecificTypes(TypeMapping) - Method in class org.apache.axis.schema.SchemaVersion2001
Register the schema specific type mappings
registerSchemaSpecificTypes(TypeMapping) - Method in class org.apache.axis.schema.SchemaVersion2000
Register the schema specific type mappings
registerSchemaSpecificTypes(TypeMapping) - Method in class org.apache.axis.schema.SchemaVersion1999
Register the schema specific type mappings
registerSchemaSpecificTypes(TypeMapping) - Method in interface org.apache.axis.schema.SchemaVersion
Register the schema specific type mappings
registerTypeDescForClass(Class, TypeDesc) - Static method in class org.apache.axis.description.TypeDesc
Static function to explicitly register a type description for a given class.
registerTypeMapping(Class, QName, Class, Class) - Method in class org.apache.axis.client.Call
 
registerTypeMapping(Class, QName, Class, Class, boolean) - Method in class org.apache.axis.client.Call
 
registerTypeMapping(Class, QName, SerializerFactory, DeserializerFactory) - Method in class org.apache.axis.client.Call
Register type mapping information for serialization/deserialization Note: Not part of JAX-RPC specification.
registerTypeMapping(Class, QName, SerializerFactory, DeserializerFactory, boolean) - Method in class org.apache.axis.client.Call
Register type mapping information for serialization/deserialization Note: Not part of JAX-RPC specification.
registerValueTarget(Target) - Method in class org.apache.axis.encoding.DeserializerImpl
For deserializers of non-primitives, the value may not be known until later (due to multi-referencing).
registerValueTarget(Target) - Method in interface org.apache.axis.encoding.Deserializer
For deserializers of non-primitives, the value may not be known until later (due to multi-referencing).
relay - Variable in class org.apache.axis.message.SOAPHeaderElement
 
releaseSAXParser(SAXParser) - Static method in class org.apache.axis.utils.XMLUtils
Return a SAX parser for reuse.
REMOTE_SERVICE - Static variable in class org.apache.axis.transport.local.LocalTransport
 
remove() - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedQueueIterator
 
remove(Object) - Method in class org.apache.axis.utils.LockableHashtable
Checks to see if an item is locked before it is removed.
remove(Object) - Method in class org.apache.axis.utils.IdentityHashMap
 
remove(String) - Method in class org.apache.axis.session.SimpleSession
Remove a property from the session
remove(String) - Method in interface org.apache.axis.session.Session
Remove a property from the session
remove(String) - Method in class org.apache.axis.transport.http.AxisHttpSession
Remove a property from the session
remove(URL) - Method in class org.apache.axis.utils.URLHashSet
Removes the given URL from this set if it is present.
removeActorURI(String) - Method in class org.apache.axis.AxisEngine
 
removeAllAttachments() - Method in class javax.xml.soap.SOAPMessage
Removes all AttachmentPart objects that have been added to this SOAPMessage object.
removeAllAttachments() - Method in class org.apache.axis.Message
Removes all AttachmentPart objects that have been added to this SOAPMessage object.
removeAllAttachments() - Method in class org.apache.axis.attachments.AttachmentsImpl
Removes all AttachmentPart objects that have been added to this SOAPMessage object.
removeAllAttachments() - Method in interface org.apache.axis.attachments.Attachments
Removes all AttachmentPart objects that have been added to this SOAPMessage object.
removeAllHeaders() - Method in class javax.xml.soap.MimeHeaders
Removes all the header entries from this MimeHeaders object.
removeAllMimeHeaders() - Method in class javax.xml.soap.SOAPPart
Removes all the MimeHeader objects for this SOAPEnvelope object.
removeAllMimeHeaders() - Method in class javax.xml.soap.AttachmentPart
Removes all the MIME header entries.
removeAllMimeHeaders() - Method in class org.apache.axis.SOAPPart
Removes all the MimeHeader objects for this SOAPEnvelope object.
removeAllMimeHeaders() - Method in class org.apache.axis.attachments.AttachmentPart
Removes all the MIME header entries.
removeAllParameters() - Method in interface javax.xml.rpc.Call
Removes all specified parameters from this Call instance.
removeAllParameters() - Method in class org.apache.axis.client.Call
Clears the list of parameters.
removeAttachmentPart(String) - Method in class org.apache.axis.attachments.AttachmentsImpl
This method uses getAttacmentByReference() to look for attachment.
removeAttachmentPart(String) - Method in interface org.apache.axis.attachments.Attachments
This method uses getAttacmentByReference() to look for attachment.
removeAttribute(Name) - Method in interface javax.xml.soap.SOAPElement
Removes the attribute with the specified name.
removeAttribute(Name) - Method in class org.apache.axis.message.MessageElement
 
removeBody() - Method in class org.apache.axis.message.SOAPEnvelope
Remove the SOAP Body
removeBodyElement(SOAPBodyElement) - Method in class org.apache.axis.message.SOAPEnvelope
Remove a Body Element from the soap body
removeBooleanProperty(Map, String, boolean) - Static method in class org.apache.axis.transport.jms.MapUtils
Returns a boolean property from a Map and removes it.
removeChild(MessageElement) - Method in class org.apache.axis.message.SOAPHeader
 
removeChild(MessageElement) - Method in class org.apache.axis.message.SOAPBody
 
removeChild(MessageElement) - Method in class org.apache.axis.message.MessageElement
Remove a child element.
removeClassLoader(String) - Static method in class org.apache.axis.utils.ClassUtils
Deregister the ClassLoader for a given className.
removeDeserializer(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
Removes the DeserializerFactory registered for the specified pair of Java type and XML data type.
removeDeserializer(Class, QName) - Method in class org.apache.axis.encoding.TypeMappingImpl
Removes the DeserializerFactory registered for the specified pair of Java type and XML data type.
removeDeserializer(Class, QName) - Method in class org.apache.axis.encoding.DefaultTypeMappingImpl
 
removeFaultDetail(QName) - Method in class org.apache.axis.AxisFault
find and remove a specified fault detail element
removeHandler(WSDDHandler) - Method in class org.apache.axis.deployment.wsdd.WSDDChain
Remove a Handler from the chain
removeHeader(SOAPHeaderElement) - Method in class org.apache.axis.message.SOAPEnvelope
Remove a Header Element from SOAP Header
removeHeader(String) - Method in class javax.xml.soap.MimeHeaders
Remove all MimeHeader objects whose name matches the the given name.
removeHeaders() - Method in class org.apache.axis.message.SOAPEnvelope
Remove all headers
removeIntProperty(Map, String, int) - Static method in class org.apache.axis.transport.jms.MapUtils
Returns an int property from a Map and removes it.
removeLongProperty(Map, String, long) - Static method in class org.apache.axis.transport.jms.MapUtils
Returns a long property from a Map and removes it.
removeMimeHeader(String) - Method in class javax.xml.soap.SOAPPart
Removes all MIME headers that match the given name.
removeMimeHeader(String) - Method in class javax.xml.soap.AttachmentPart
Removes all MIME headers that match the given name.
removeMimeHeader(String) - Method in class org.apache.axis.SOAPPart
Removes all MIME headers that match the given name.
removeMimeHeader(String) - Method in class org.apache.axis.attachments.AttachmentPart
Removes all MIME headers that match the given name.
removeNamespaceDeclaration(String) - Method in interface javax.xml.soap.SOAPElement
Removes the namespace declaration corresponding to the given prefix.
removeNamespaceDeclaration(String) - Method in class org.apache.axis.message.MessageElement
 
removeNamespaceMapping(String) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
Remove a namespace -> WSDDService mapping.
removeNamespaceMappings(WSDDDeployment) - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
removeObjectProperty(Map, String, Object) - Static method in class org.apache.axis.transport.jms.MapUtils
Returns an Object property from a Map and removes it.
removeOption(String) - Method in class org.apache.axis.wsdl.gen.WSDL2
removeOption Remove an option description from the tool.
removeParameter(String) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
 
removeProperty(String) - Method in interface javax.xml.rpc.Call
Removes a named property.
removeProperty(String) - Method in interface javax.xml.rpc.handler.MessageContext
Removes a property (name-value pair) from the MessageContext
removeProperty(String) - Method in class org.apache.axis.MessageContext
 
removeProperty(String) - Method in class org.apache.axis.client.Stub
Remove a property from this instance of the Stub NOTE: This is NOT part of JAX-RPC and is an Axis extension.
removeProperty(String) - Method in class org.apache.axis.client.Call
Removes (if set) the named property.
removeScopedProperty(String) - Method in class org.apache.axis.client.Call
Deprecated.  
removeSerializer(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
Removes the SerializerFactory registered for the specified pair of Java type and XML data type.
removeSerializer(Class, QName) - Method in class org.apache.axis.encoding.TypeMappingImpl
Removes the SerializerFactory registered for the specified pair of Java type and XML data type.
removeSerializer(Class, QName) - Method in class org.apache.axis.encoding.DefaultTypeMappingImpl
 
removeStringProperty(Map, String, String) - Static method in class org.apache.axis.transport.jms.MapUtils
Returns a String property from a Map and removes it.
removeTrailer(MessageElement) - Method in class org.apache.axis.message.SOAPEnvelope
Remove an element from the trailer
removeTypeMapping(TypeMapping) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Removes a TypeMapping from the TypeMappingRegistry.
removeTypeMapping(TypeMapping) - Method in class org.apache.axis.encoding.TypeMappingRegistryImpl
Removes the TypeMapping for the namespace.
removeValueTargets() - Method in class org.apache.axis.encoding.DeserializerImpl
Remove the Value Targets of the Deserializer.
removeValueTargets() - Method in interface org.apache.axis.encoding.Deserializer
Remove the Value Targets of the Deserializer.
removeValueTargets() - Method in class org.apache.axis.encoding.ser.SimpleDeserializer
Remove the Value Targets of the Deserializer.
replace(String, String, String) - Static method in class org.apache.axis.utils.JavaUtils
replace: Like String.replace except that the old new items are strings.
replaceElementHandler(SOAPHandler) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Replace the handler at the top of the stack.
replaceElementHandler(SOAPHandler) - Method in interface org.apache.axis.encoding.DeserializationContext
 
replay(ContentHandler) - Method in class org.apache.axis.message.SAX2EventRecorder
 
replay(int, int, ContentHandler) - Method in class org.apache.axis.message.SAX2EventRecorder
 
reportAvailableServices(HttpServletResponse, PrintWriter, HttpServletRequest) - Method in class org.apache.axis.transport.http.AxisServlet
This method lists the available services; it is called when there is nothing to execute on a GET
reportCantGetAxisService(HttpServletRequest, HttpServletResponse, PrintWriter) - Method in class org.apache.axis.transport.http.AxisServlet
generate the error response to indicate that there is apparently no endpoint there
reportCantGetJWSService(HttpServletRequest, HttpServletResponse, PrintWriter) - Method in class org.apache.axis.transport.http.AxisServlet
probe for a JWS page and report 'no service' if one is not found there
reportNoWSDL(HttpServletResponse, PrintWriter, String, AxisFault) - Method in class org.apache.axis.transport.http.AxisServlet
report that we have no WSDL
reportServiceInfo(HttpServletResponse, PrintWriter, SOAPService, String) - Method in class org.apache.axis.transport.http.AxisServlet
print a snippet of service info.
REQUEST - Static variable in class org.apache.axis.Message
 
REQUEST - Static variable in class org.apache.axis.enum.Scope
 
REQUEST_HEADERS - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
REQUEST_STR - Static variable in class org.apache.axis.enum.Scope
 
requestHandler - Variable in class org.apache.axis.SimpleTargetedChain
 
reset() - Method in class org.apache.axis.MessageContext
 
reset() - Method in class org.apache.axis.attachments.DimeDelimitedInputStream
reset the stream.
reset() - Method in class org.apache.axis.attachments.BoundaryDelimitedStream
reset the stream.
reset() - Method in class org.apache.axis.encoding.ser.SimpleDeserializer
Reset deserializer for re-use
reset() - Method in class org.apache.axis.transport.http.ChunkedInputStream
 
resolveClass(int) - Method in class org.apache.axis.utils.bytecode.ClassReader
 
resolveEntity(String, String) - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
resolveEntity(String, String) - Method in class org.apache.axis.utils.DefaultEntityResolver
 
resolveField(int) - Method in class org.apache.axis.utils.bytecode.ClassReader
 
resolveMethod(int) - Method in class org.apache.axis.utils.bytecode.ClassReader
 
resolveNameAndType(int) - Method in class org.apache.axis.utils.bytecode.ClassReader
 
resolveNameClashes(SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
Messages, PortTypes, Bindings, and Services can share the same name.
resolveUtf8(int) - Method in class org.apache.axis.utils.bytecode.ClassReader
 
resourceName - Static variable in class org.apache.axis.i18n.MessagesConstants
 
resourceProperties - Variable in class org.apache.axis.i18n.RB
 
RESPONSE - Static variable in class org.apache.axis.Message
 
RESPONSE_HEADERS - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
responseHandler - Variable in class org.apache.axis.SimpleTargetedChain
 
returnParam - Variable in class org.apache.axis.wsdl.symbolTable.Parameters
 
RMIProvider - class org.apache.axis.providers.java.RMIProvider.
A basic RMI Provider
RMIProvider() - Constructor for class org.apache.axis.providers.java.RMIProvider
 
ROOT_UNDEPLOY - Static variable in class org.apache.axis.client.AdminClient
 
rootBundle - Static variable in class org.apache.axis.i18n.MessagesConstants
 
rootPackageName - Static variable in class org.apache.axis.i18n.MessagesConstants
 
rootPartLength - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
Field rootPartLength
rootPartLength - Variable in class org.apache.axis.attachments.MultiPartDimeInputStream
 
RPC - Static variable in class org.apache.axis.enum.Style
 
RPC_STR - Static variable in class org.apache.axis.enum.Style
 
RPCElement - class org.apache.axis.message.RPCElement.
 
RPCElement(String) - Constructor for class org.apache.axis.message.RPCElement
 
RPCElement(String, String, Object[]) - Constructor for class org.apache.axis.message.RPCElement
 
RPCElement(String, String, String, Attributes, DeserializationContext, OperationDesc[]) - Constructor for class org.apache.axis.message.RPCElement
 
RPCHandler - class org.apache.axis.message.RPCHandler.
This is the SOAPHandler which is called for each RPC parameter as we're deserializing the XML for a method call or return.
RPCHandler(RPCElement, boolean) - Constructor for class org.apache.axis.message.RPCHandler
 
RPCHeaderParam - class org.apache.axis.message.RPCHeaderParam.
 
RPCHeaderParam(RPCParam) - Constructor for class org.apache.axis.message.RPCHeaderParam
Create a SOAPHeaderElement that is represented by an RPCParam
RPCParam - class org.apache.axis.message.RPCParam.
An RPC parameter
RPCParam(QName, Object) - Constructor for class org.apache.axis.message.RPCParam
 
RPCParam(String, Object) - Constructor for class org.apache.axis.message.RPCParam
Constructor for building up messages.
RPCParam(String, String, Object) - Constructor for class org.apache.axis.message.RPCParam
 
RPCProvider - class org.apache.axis.providers.java.RPCProvider.
Implement message processing by walking over RPCElements of the envelope body, invoking the appropriate methods on the service object.
RPCProvider() - Constructor for class org.apache.axis.providers.java.RPCProvider
 
run() - Method in class org.apache.axis.ime.internal.MessageExchangeProvider.MessageReceiver
 
run() - Method in class org.apache.axis.ime.internal.MessageExchangeProvider.MessageSender
 
run() - Method in class org.apache.axis.transport.http.SimpleAxisWorker
The main workhorse method.
run() - Method in class org.apache.axis.transport.http.SimpleAxisServer
Accept requests from a given TCP port and send them through the Axis engine for processing.
run() - Method in class org.apache.axis.transport.jms.SimpleJMSWorker
This is where the incoming message is processed.
run() - Method in class org.apache.axis.transport.mail.MailWorker
The main workhorse method.
run() - Method in class org.apache.axis.transport.mail.MailServer
Accept requests from a given TCP port and send them through the Axis engine for processing.
run(String) - Method in class org.apache.axis.wsdl.gen.Parser
Parse a WSDL at a given URL.
run(String) - Method in class org.apache.axis.wsdl.toJava.Emitter
Emit appropriate Java files for a WSDL at a given URL.
run(String[]) - Method in class org.apache.axis.wsdl.Java2WSDL
run checks the command-line arguments and runs the tool.
run(String[]) - Method in class org.apache.axis.wsdl.gen.WSDL2
run checkes the command-line arguments and runs the tool.
run(String, Document) - Method in class org.apache.axis.wsdl.gen.Parser
Call this method if your WSDL document has already been parsed as an XML DOM document.
run(String, Document) - Method in class org.apache.axis.wsdl.toJava.Emitter
Call this method if your WSDL document has already been parsed as an XML DOM document.
run(String, String, String, String, Object[]) - Method in class org.apache.axis.components.script.BSF
 
run(String, String, String, String, Object[]) - Method in interface org.apache.axis.components.script.Script
 

S

safeShutdown() - Method in class org.apache.axis.components.threadpool.ThreadPool
Forcefully shutdown the pool
sanityCheck(SymbolTable) - Method in class org.apache.axis.wsdl.gen.Parser
 
sanityCheck(SymbolTable) - Method in class org.apache.axis.wsdl.toJava.Emitter
 
saveChanges() - Method in class javax.xml.soap.SOAPMessage
Updates this SOAPMessage object with all the changes that have been made to it.
saveChanges() - Method in class org.apache.axis.Message
Updates this SOAPMessage object with all the changes that have been made to it.
saveConfiguration() - Method in class org.apache.axis.AxisEngine
Write out our engine configuration.
saveImage(String, Image, OutputStream) - Method in class org.apache.axis.components.image.MerlinIO
Save an image.
saveImage(String, Image, OutputStream) - Method in class org.apache.axis.components.image.JimiIO
Save an image.
saveImage(String, Image, OutputStream) - Method in class org.apache.axis.components.image.JDK13IO
Save an image.
saveImage(String, Image, OutputStream) - Method in interface org.apache.axis.components.image.ImageIO
Save an image.
saveRequired() - Method in class javax.xml.soap.SOAPMessage
Indicates whether this SOAPMessage object has had the method saveChanges called on it.
saveRequired() - Method in class org.apache.axis.Message
Indicates whether this SOAPMessage object has had the method saveChanges called on it.
SAX2EventRecorder - class org.apache.axis.message.SAX2EventRecorder.
This class records SAX2 Events and allows the events to be replayed by start and stop index
SAX2EventRecorder() - Constructor for class org.apache.axis.message.SAX2EventRecorder
 
SAXOutputter - class org.apache.axis.message.SAXOutputter.
 
SAXOutputter(SerializationContext) - Constructor for class org.apache.axis.message.SAXOutputter
 
SAXSource - class javax.xml.transform.sax.SAXSource.
Acts as an holder for SAX-style Source.
SAXSource() - Constructor for class javax.xml.transform.sax.SAXSource
Zero-argument default constructor.
SAXSource(InputSource) - Constructor for class javax.xml.transform.sax.SAXSource
Create a SAXSource, using a SAX InputSource.
SAXSource(XMLReader, InputSource) - Constructor for class javax.xml.transform.sax.SAXSource
Create a SAXSource, using an XMLReader and a SAX InputSource.
Schema - class org.apache.axis.types.Schema.
Custom class for supporting XSD schema
SCHEMA_1999 - Static variable in interface org.apache.axis.schema.SchemaVersion
 
SCHEMA_2000 - Static variable in interface org.apache.axis.schema.SchemaVersion
 
SCHEMA_2001 - Static variable in interface org.apache.axis.schema.SchemaVersion
 
Schema() - Constructor for class org.apache.axis.types.Schema
 
SchemaHolder - class org.apache.axis.holders.SchemaHolder.
Custom class for supporting XSD schema
SchemaHolder() - Constructor for class org.apache.axis.holders.SchemaHolder
 
SchemaHolder(Schema) - Constructor for class org.apache.axis.holders.SchemaHolder
 
SchemaUtils - class org.apache.axis.wsdl.symbolTable.SchemaUtils.
This class contains static utility methods specifically for schema type queries.
SchemaUtils() - Constructor for class org.apache.axis.wsdl.symbolTable.SchemaUtils
 
SchemaVersion - interface org.apache.axis.schema.SchemaVersion.
The SchemaVersion interface allows us to abstract out the differences between the 1999, 2000, and 2001 versions of XML Schema.
SchemaVersion1999 - class org.apache.axis.schema.SchemaVersion1999.
1999 Schema characteristics.
SchemaVersion2000 - class org.apache.axis.schema.SchemaVersion2000.
2000 Schema characteristics.
SchemaVersion2001 - class org.apache.axis.schema.SchemaVersion2001.
2001 Schema characteristics.
scope - Variable in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
Scope for this item (default is singleton)
Scope - class org.apache.axis.enum.Scope.
 
SCOPE_OPT - Static variable in class org.apache.axis.wsdl.WSDL2Java
 
SCOPE_PER_ACCESS - Static variable in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
 
SCOPE_PER_REQUEST - Static variable in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
 
SCOPE_SINGLETON - Static variable in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
 
Scope.Type - class org.apache.axis.enum.Scope.Type.
 
scopeStrings - Static variable in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
 
Script - interface org.apache.axis.components.script.Script.
This interface defines a Script module functionality
ScriptFactory - class org.apache.axis.components.script.ScriptFactory.
This class implements a factory to instantiate an Script component.
ScriptFactory() - Constructor for class org.apache.axis.components.script.ScriptFactory
 
SecureSocketFactory - interface org.apache.axis.components.net.SecureSocketFactory.
Secure Socket factory.
SECURITY_PROVIDER - Static variable in class org.apache.axis.MessageContext
 
SecurityProvider - interface org.apache.axis.security.SecurityProvider.
The Axis security provider interface As Axis is designed for use in embedded environments, those environments will often contain their own security databases and potentially authentication managers.
SELECT_TIMEOUT - Static variable in class org.apache.axis.ime.internal.MessageExchangeProvider
 
select() - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer
 
select() - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedQueue
 
select() - Method in interface org.apache.axis.ime.internal.util.KeyedBuffer
Select and remove the next message in the channel If a message is not available, wait indefinitely for one
select(long) - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer
 
select(long) - Method in interface org.apache.axis.ime.internal.util.KeyedBuffer
Select and remove the next message in the channel If a message is not available, wait the specified amount of time for one
select(Object) - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer
 
select(Object) - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedQueue
 
select(Object) - Method in interface org.apache.axis.ime.internal.util.KeyedBuffer
Select and remove a specific message in the channel If the message is not available, wait indefinitely for one to be available
select(Object, long) - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer
 
select(Object, long) - Method in interface org.apache.axis.ime.internal.util.KeyedBuffer
Select and remove a specific message in the channel If the message is not available, wait the specified amount of time for one
selectAll() - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer
 
selectAll() - Method in interface org.apache.axis.ime.internal.util.KeyedBuffer
Select and remove all of the messages currently in the channel (useful for bulk operations).
SELECTOR_AT_BROKER - Static variable in class org.apache.axis.components.jms.SonicMQVendorAdapter
SonicConnectionFactory parameter valid for the PubSub domain.
SEND - Variable in class org.apache.axis.ime.internal.MessageExchangeProvider
 
SEND_ACTION - Static variable in class org.apache.axis.components.jms.JMSVendorAdapter
 
SEND_TYPE_ATTR - Static variable in class org.apache.axis.client.Call
 
SEND_TYPE_DEFAULT - Static variable in interface org.apache.axis.attachments.Attachments
The default attatchment type.
SEND_TYPE_DIME - Static variable in interface org.apache.axis.attachments.Attachments
Use the DIME attatchment type.
SEND_TYPE_MAX - Static variable in interface org.apache.axis.attachments.Attachments
 
SEND_TYPE_MIME - Static variable in interface org.apache.axis.attachments.Attachments
Use the SOAP with MIME attatchment send type.
SEND_TYPE_NONE - Static variable in interface org.apache.axis.attachments.Attachments
Use the DIME attatchment type.
SEND_TYPE_NOTSET - Static variable in interface org.apache.axis.attachments.Attachments
Use the default attatchment send type.
send(byte[]) - Method in class org.apache.axis.transport.jms.JMSEndpoint
Send a message w/o waiting for a response.
send(byte[], HashMap) - Method in class org.apache.axis.transport.jms.JMSEndpoint
Send a message w/o waiting for a response.
send(Destination, Message, int, int, long) - Method in class org.apache.axis.transport.jms.JMSConnector.SyncConnection.SendSession
 
send(MessageContext) - Method in interface org.apache.axis.ime.MessageExchange
Send an outbound message.
send(MessageContext) - Method in class org.apache.axis.ime.internal.MessageExchangeImpl
 
send(MessageContext, MessageExchangeEventListener) - Method in interface org.apache.axis.ime.MessageExchange
Send an outbound message.
send(MessageContext, MessageExchangeEventListener) - Method in class org.apache.axis.ime.internal.MessageExchangeImpl
 
sendAndReceive(MessageContext) - Method in interface org.apache.axis.ime.MessageExchange
Synchronized send and receive
sendAndReceive(MessageContext) - Method in class org.apache.axis.ime.internal.MessageExchangeImpl
 
sendAndReceive(MessageContext, long) - Method in interface org.apache.axis.ime.MessageExchange
Synchronized send and receive with timeout
sendAndReceive(MessageContext, long) - Method in class org.apache.axis.ime.internal.MessageExchangeImpl
 
sendChunk(OutputStream, byte, byte[], byte) - Method in class org.apache.axis.attachments.DimeBodyPart
 
sendChunk(OutputStream, byte, byte[], int, int, byte) - Method in class org.apache.axis.attachments.DimeBodyPart
 
sendContext - Variable in class org.apache.axis.ime.event.MessageSendEvent
 
sendHandler - Variable in class org.apache.axis.ime.internal.MessageExchangeProvider
 
sendHeader(OutputStream, byte, long, byte) - Method in class org.apache.axis.attachments.DimeBodyPart
 
sendtype - Variable in class org.apache.axis.attachments.AttachmentsImpl
The form of the attachments, whether MIME or DIME.
SEQUENTIAL - Static variable in class org.apache.axis.components.jms.SonicMQVendorAdapter
SonicConnectionFactory parameter valid for either domain.
ser - Variable in class org.apache.axis.encoding.ser.BaseSerializerFactory
 
serClass - Variable in class org.apache.axis.encoding.ser.BaseSerializerFactory
 
serClassConstructor - Variable in class org.apache.axis.encoding.ser.BaseSerializerFactory
 
SerializationContext - interface javax.xml.rpc.encoding.SerializationContext.
The javax.xml.rpc.encoding.SerializationContext interface is implemented by the JAX-RPC runtime system in an XML processing mechanism specific manner.
SerializationContext - interface org.apache.axis.encoding.SerializationContext.
This interface describes the AXIS SerializationContext.
SerializationContextImpl - class org.apache.axis.encoding.SerializationContextImpl.
Manage a serialization, including keeping track of namespace mappings and element stacks.
SerializationContextImpl(Writer) - Constructor for class org.apache.axis.encoding.SerializationContextImpl
Construct SerializationContextImpl with associated writer
SerializationContextImpl(Writer, MessageContext) - Constructor for class org.apache.axis.encoding.SerializationContextImpl
Construct SerializationContextImpl with associated writer and MessageContext
serialize(QName, Attributes, Object) - Method in class org.apache.axis.encoding.SerializationContextImpl
Serialize the indicated value as an element with the name indicated by elemQName.
serialize(QName, Attributes, Object) - Method in interface org.apache.axis.encoding.SerializationContext
Serialize the indicated value as an element with the name indicated by elemQName.
serialize(QName, Attributes, Object, QName, boolean, Boolean) - Method in class org.apache.axis.encoding.SerializationContextImpl
Serialize the indicated value as an element with the name indicated by elemQName.
serialize(QName, Attributes, Object, QName, boolean, Boolean) - Method in interface org.apache.axis.encoding.SerializationContext
Serialize the indicated value as an element with the name indicated by elemQName.
serialize(QName, Attributes, Object, SerializationContext) - Method in interface org.apache.axis.encoding.Serializer
Serialize an element named name, with the indicated attributes and value.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.VectorSerializer
Serialize a Vector Walk the collection of keys, serializing each key/value pair inside an element.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.SourceDataHandlerSerializer
Serialize a Source DataHandler quantity.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.SimpleSerializer
Serialize a primitive or simple value.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.QNameSerializer
Serialize a QName.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.PlainTextDataHandlerSerializer
Serialize a Source DataHandler quantity.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.OctetStreamDataHandlerSerializer
Serialize a Source DataHandler quantity.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.MimeMultipartDataHandlerSerializer
Serialize a Source DataHandler quantity.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.MapSerializer
Serialize a Map Walk the collection of keys, serializing each key/value pair inside an element.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.JAFDataHandlerSerializer
Serialize a JAF DataHandler quantity.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.ImageDataHandlerSerializer
Serialize a Source DataHandler quantity.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.HexSerializer
Serialize a HexBinary quantity.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.EnumSerializer
Serialize an enumeration
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.ElementSerializer
Serialize a DOM Element
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.DocumentSerializer
Serialize a DOM Document
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.DateSerializer
Serialize a Date.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.CalendarSerializer
Serialize a Date.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.BeanSerializer
Serialize a bean.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.Base64Serializer
Serialize a base64 quantity.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.ArraySerializer
Serialize an element that is an array.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.castor.CastorSerializer
Serialize a Castor object.
serialize(SerializationContext) - Method in class org.apache.axis.message.RPCParam
 
serializeAsXML(Node, Writer, boolean) - Static method in class org.apache.axis.utils.DOM2Writer
Serialize this node into the writer as XML.
serializeAsXML(Node, Writer, boolean, boolean) - Static method in class org.apache.axis.utils.DOM2Writer
Serialize this node into the writer as XML.
serializer - Variable in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
Serializer - interface javax.xml.rpc.encoding.Serializer.
The javax.xml.rpc.encoding.Serializer interface defines the base interface for serializers.
Serializer - interface org.apache.axis.encoding.Serializer.
This interface describes the AXIS Serializer.
SerializerFactory - interface javax.xml.rpc.encoding.SerializerFactory.
The javax.xml.rpc.encoding.SerializerFactory is a factory of the serializers.
SerializerFactory - interface org.apache.axis.encoding.SerializerFactory.
This interface describes the AXIS SerializerFactory.
SERVER_CONFIG_FILE - Static variable in class org.apache.axis.configuration.EngineConfigurationFactoryDefault
 
SERVER_OPT - Static variable in class org.apache.axis.wsdl.WSDL2Java
 
service - Variable in class org.apache.axis.client.Stub
 
Service - interface javax.xml.rpc.Service.
Service class acts as a factory of the following: Dynamic proxy for the target service endpoint.
Service - class org.apache.axis.client.Service.
Axis' JAXRPC Dynamic Invoation Interface implementation of the Service interface.
SERVICE_CLASSNAME - Static variable in class org.apache.axis.client.ServiceFactory
 
SERVICE_ELEMENT_NAME_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
SERVICE_LOCAL_PART - Static variable in class org.apache.axis.client.ServiceFactory
 
SERVICE_NAMESPACE - Static variable in class org.apache.axis.client.ServiceFactory
 
SERVICE_PORT_NAME_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
Service.HandlerRegistryImpl - class org.apache.axis.client.Service.HandlerRegistryImpl.
 
Service.HandlerRegistryImpl() - Constructor for class org.apache.axis.client.Service.HandlerRegistryImpl
 
Service() - Constructor for class org.apache.axis.client.Service
Constructs a new Service object - this assumes the caller will set the appropriate fields by hand rather than getting them from the WSDL.
Service(EngineConfiguration) - Constructor for class org.apache.axis.client.Service
Constructs a new Service object as above, but also passing in the EngineConfiguration which should be used to set up the AxisClient.
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.axis.transport.http.AxisServletBase
subclass of service method that tracks entry count; calls the parent's implementation to have the http method cracked and delegated to the doGet, doPost method.
Service(InputStream, QName) - Constructor for class org.apache.axis.client.Service
Constructs a new Service object for the service in the WSDL document in the wsdlInputStream and serviceName parameters.
Service(Parser, QName) - Constructor for class org.apache.axis.client.Service
Constructs a new Service object for the service in the WSDL document
Service(QName) - Constructor for class org.apache.axis.client.Service
Constructs a new Service object - this assumes the caller will set the appropriate fields by hand rather than getting them from the WSDL.
Service(String, QName) - Constructor for class org.apache.axis.client.Service
Constructs a new Service object for the service in the WSDL document pointed to by the wsdlLocation and serviceName parameters.
Service(URL, QName) - Constructor for class org.apache.axis.client.Service
Constructs a new Service object for the service in the WSDL document pointed to by the wsdlDoc URL and serviceName parameters.
ServiceDesc - class org.apache.axis.description.ServiceDesc.
A ServiceDesc is an abstract description of a service.
ServiceDesc() - Constructor for class org.apache.axis.description.ServiceDesc
Default constructor
ServiceEntry - class org.apache.axis.wsdl.symbolTable.ServiceEntry.
This class represents a WSDL service.
ServiceEntry(Service) - Constructor for class org.apache.axis.wsdl.symbolTable.ServiceEntry
Construct a ServiceEntry from a WSDL4J Service object.
ServiceException - exception javax.xml.rpc.ServiceException.
The javax.xml.rpc.ServiceException is thrown from the methods in the javax.xml.rpc.Service interface and ServiceFactory class.
ServiceException() - Constructor for class javax.xml.rpc.ServiceException
Constructs a new exception with null as its detail message.
ServiceException(String) - Constructor for class javax.xml.rpc.ServiceException
Constructs a new exception with the specified detail message.
ServiceException(String, Throwable) - Constructor for class javax.xml.rpc.ServiceException
Constructs a new exception with the specified detail message and cause.
ServiceException(Throwable) - Constructor for class javax.xml.rpc.ServiceException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ServiceFactory - class javax.xml.rpc.ServiceFactory.
The javax.xml.rpc.ServiceFactory is an abstract class that provides a factory for the creation of instances of the type javax.xml.rpc.Service.
ServiceFactory - class org.apache.axis.client.ServiceFactory.
Helper class for obtaining Services from JNDI.
SERVICEFACTORY_PROPERTY - Static variable in class javax.xml.rpc.ServiceFactory
A constant representing the property used to lookup the name of a ServiceFactory implementation class.
ServiceFactory() - Constructor for class javax.xml.rpc.ServiceFactory
 
ServiceFactory() - Constructor for class org.apache.axis.client.ServiceFactory
 
serviceIfaceWriter - Variable in class org.apache.axis.wsdl.toJava.JavaServiceWriter
 
serviceImplWriter - Variable in class org.apache.axis.wsdl.toJava.JavaServiceWriter
 
ServiceLifecycle - interface javax.xml.rpc.server.ServiceLifecycle.
The javax.xml.rpc.server.ServiceLifecycle defines a lifecycle interface for a JAX-RPC service endpoint.
serviceWriters - Variable in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
Return Wsdl2java's JavaServiceWriter object.
ServletAuthenticatedUser - class org.apache.axis.security.servlet.ServletAuthenticatedUser.
ServletAuthenticatedUser is a sligtly odd implementation of AuthenticatedUser.
ServletAuthenticatedUser(HttpServletRequest) - Constructor for class org.apache.axis.security.servlet.ServletAuthenticatedUser
 
ServletEndpointContext - interface javax.xml.rpc.server.ServletEndpointContext.
The ServletEndpointContext provides an endpoint context maintained by the underlying servlet container based JAX-RPC runtime system.
ServletEndpointContextImpl - class org.apache.axis.transport.http.ServletEndpointContextImpl.
 
ServletEndpointContextImpl() - Constructor for class org.apache.axis.transport.http.ServletEndpointContextImpl
 
ServletEngineConfigurationFactory - class org.apache.axis.configuration.ServletEngineConfigurationFactory.
Deprecated.  
ServletEngineConfigurationFactory(ServletContext) - Constructor for class org.apache.axis.configuration.ServletEngineConfigurationFactory
Deprecated.  
ServletSecurityProvider - class org.apache.axis.security.servlet.ServletSecurityProvider.
A ServletSecurityProvider, combined with the ServletAuthenticatedUser class, allows the standard servlet security mechanisms (isUserInRole(), etc.) to integrate with Axis' access control mechanism.
ServletSecurityProvider() - Constructor for class org.apache.axis.security.servlet.ServletSecurityProvider
 
Session - interface org.apache.axis.session.Session.
An abstract interface to provide session storage to Axis services.
SESSION - Static variable in class org.apache.axis.enum.Scope
 
SESSION_ID - Static variable in class org.apache.axis.handlers.SimpleSessionHandler
 
SESSION_ID_BYTES - Static variable in class org.apache.axis.utils.SessionUtils
The number of random bytes to include when generating a session identifier.
SESSION_LOCALPART - Static variable in class org.apache.axis.handlers.SimpleSessionHandler
 
SESSION_MAINTAIN_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: This boolean property is used by a service client to indicate whether or not it wants to participate in a session with a service endpoint.
SESSION_MAINTAIN_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property: This boolean property is used by a service client to indicate whether or not it wants to participate in a session with a service endpoint.
SESSION_NS - Static variable in class org.apache.axis.handlers.SimpleSessionHandler
 
SESSION_STR - Static variable in class org.apache.axis.enum.Scope
 
sessionHeaderName - Static variable in class org.apache.axis.handlers.SimpleSessionHandler
 
sessionIndex - Static variable in class org.apache.axis.transport.http.SimpleAxisServer
 
SessionUtils - class org.apache.axis.utils.SessionUtils.
Code borrowed from AuthenticatorBase.java for generating a secure id's.
SessionUtils() - Constructor for class org.apache.axis.utils.SessionUtils
 
set_any(MessageElement[]) - Method in class org.apache.axis.types.Schema
 
set(Object) - Method in interface org.apache.axis.encoding.Target
 
set(Object) - Method in class org.apache.axis.encoding.MethodTarget
Set the target's value by invoking the targetMethod.
set(Object) - Method in class org.apache.axis.encoding.FieldTarget
 
set(Object) - Method in class org.apache.axis.encoding.DeserializerTarget
 
set(Object) - Method in class org.apache.axis.encoding.CallbackTarget
 
set(Object) - Method in class org.apache.axis.encoding.ser.BeanPropertyTarget
set the bean property with specified value
set(Object) - Method in class org.apache.axis.message.RPCParam
This set method is registered during deserialization to set the deserialized value.
set(Object, int, Object) - Method in class org.apache.axis.utils.FieldPropertyDescriptor
Set an indexed property value
set(Object, int, Object) - Method in class org.apache.axis.utils.BeanPropertyDescriptor
Set an indexed property value
set(Object, Object) - Method in class org.apache.axis.utils.FieldPropertyDescriptor
Set the property value
set(Object, Object) - Method in class org.apache.axis.utils.BeanPropertyDescriptor
Set the property value
set(String, Object) - Method in class org.apache.axis.session.SimpleSession
Set a property in the session
set(String, Object) - Method in interface org.apache.axis.session.Session
Set a property in the session
set(String, Object) - Method in class org.apache.axis.transport.http.AxisHttpSession
Set a property in the session
setActor(String) - Method in interface javax.xml.soap.SOAPHeaderElement
Sets the actor associated with this SOAPHeaderElement object to the specified actor.
setActor(String) - Method in class org.apache.axis.message.SOAPHeaderElement
 
setAdminPassword(String) - Method in class org.apache.axis.AxisEngine
 
setAllowedMethods(List) - Method in class org.apache.axis.description.ServiceDesc
 
setAllowedMethods(String) - Method in class org.apache.axis.AxisServiceConfigImpl
Set the allowed method names.
setAllowedMethods(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Add a list of methods to export
setAllowedMethods(Vector) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Add a Vector of methods to export
setAllReferencesToTrue() - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
The --all flag is set on the command line (or generateAll(true) is called on WSDL2Java).
setAllWanted(boolean) - Method in class org.apache.axis.wsdl.toJava.Emitter
By default, code is generated only for referenced elements.
setAnyElement(boolean) - Method in class org.apache.axis.wsdl.symbolTable.ElementDecl
 
setAttachmentFile(String) - Method in class org.apache.axis.attachments.AttachmentPart
set the filename of this attachment part
setAttachmentParts(Collection) - Method in class org.apache.axis.attachments.AttachmentsImpl
Add the collection of parts.
setAttachmentParts(Collection) - Method in interface org.apache.axis.attachments.Attachments
Will the attachments of this message to that of the colleciton.
setAttachments(Call) - Method in class org.apache.axis.client.Stub
 
setAttribute(String, String, String) - Method in class org.apache.axis.message.MessageElement
Set an attribute, adding the attribute if it isn't already present in this element, and changing the value if it is.
setAttributeName(String) - Method in class org.apache.axis.description.AttributeDesc
Set the XML attribute's name, without giving it a namespace.
setBaseTypeMapping(BaseTypeMapping) - Method in class org.apache.axis.wsdl.gen.NoopFactory
 
setBaseTypeMapping(BaseTypeMapping) - Method in interface org.apache.axis.wsdl.gen.GeneratorFactory
Get TypeMapping to use for translating QNames to base types
setBaseTypeMapping(BaseTypeMapping) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
setBindingName(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Set the String representation of the binding name
setBindingStyle(Style) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Set this entry's binding style.
setBindingType(int) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Set this entry's binding type.
setBody(SOAPBody) - Method in class org.apache.axis.message.SOAPEnvelope
Set the soap body
setBodyType(Operation, Use, boolean) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Set the body type for the given operation.
setBytes(byte[]) - Method in class org.apache.axis.attachments.OctetStream
 
setCachedService(SOAPService) - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
setCacheWSDL(boolean) - Method in class org.apache.axis.client.Service
Allows users to turn caching of WSDL documents on or off.
setChildValue(Object, Object) - Method in class org.apache.axis.encoding.DeserializerImpl
If the deserializer has component values (like ArrayDeserializer) this method sets the specific component via the hint.
setChildValue(Object, Object) - Method in interface org.apache.axis.encoding.Deserializer
If the deserializer has component values (like ArrayDeserializer) this method sets the specific component via the hint.
setChildValue(Object, Object) - Method in class org.apache.axis.encoding.ser.VectorDeserializer
The registerValueTarget code above causes this set function to be invoked when each value is known.
setChildValue(Object, Object) - Method in class org.apache.axis.encoding.ser.MapDeserializer
The registerValueTarget code above causes this set function to be invoked when each value is known.
setChildValue(Object, Object) - Method in class org.apache.axis.encoding.ser.ArrayDeserializer
set is called during deserialization to assign the Object value to the array position indicated by hint.
setClassDefault(Class, String) - Static method in class org.apache.axis.AxisProperties
 
setClassDefaults(Class, String[]) - Static method in class org.apache.axis.AxisProperties
 
setClassLoader(ClassLoader) - Method in class org.apache.axis.MessageContext
set a new classloader
setClassLoader(String, ClassLoader) - Static method in class org.apache.axis.utils.ClassUtils
Set the ClassLoader associated with the given className.
setClassName(String) - Method in class org.apache.axis.description.FaultDesc
 
setClassOverrideProperty(Class, String) - Static method in class org.apache.axis.AxisProperties
 
setClasspath(String) - Method in interface org.apache.axis.components.compiler.Compiler
Set the classpath to be used for this compilation
setClasspath(String) - Method in class org.apache.axis.components.compiler.AbstractCompiler
Set the classpath to be used for this compilation
setClientHandlers(Handler, Handler) - Method in class org.apache.axis.client.Call
Sets the client-side request and response Handlers.
setCls(Class) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Sets the Class to export
setCls(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Sets the Class to export
setClsSmart(Class, String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Sets the Class to export.
setComplex(boolean) - Method in class org.apache.axis.description.FaultDesc
 
setConstructor(Constructor) - Method in class org.apache.axis.encoding.ser.SimpleDeserializer
The Factory calls setConstructor.
setContent(Object, String) - Method in class javax.xml.soap.AttachmentPart
Sets the content of this attachment part to that of the given Object and sets the value of the Content-Type header to the given type.
setContent(Object, String) - Method in class org.apache.axis.attachments.AttachmentPart
Sets the content of this attachment part to that of the given Object and sets the value of the Content-Type header to the given type.
setContent(Source) - Method in class javax.xml.soap.SOAPPart
Sets the content of the SOAPEnvelope object with the data from the given Source object.
setContent(Source) - Method in class org.apache.axis.SOAPPart
Sets the content of the SOAPEnvelope object with the data from the given Source object.
setContentDescription(String) - Method in class javax.xml.soap.SOAPMessage
Sets the description of this SOAPMessage object's content with the given description.
setContentDescription(String) - Method in class org.apache.axis.Message
Sets the description of this SOAPMessage object's content with the given description.
setContentId(String) - Method in class javax.xml.soap.SOAPPart
Sets the value of the MIME header named "Content-Id" to the given String.
setContentId(String) - Method in class javax.xml.soap.AttachmentPart
Sets the MIME header "Content-Id" with the given value.
setContentId(String) - Method in class org.apache.axis.SOAPPart
Sets Content-Id of this part.
setContentId(String) - Method in interface org.apache.axis.Part
Sets Content-Id of this part.
setContentId(String) - Method in class org.apache.axis.attachments.AttachmentPart
Sets Content-Id of this part.
setContentLength(int) - Method in class org.apache.axis.transport.http.NonBlockingBufferedInputStream
set the maximum number of bytes allowed to be read from this input stream.
setContentLocation(String) - Method in class javax.xml.soap.SOAPPart
Sets the value of the MIME header "Content-Location" to the given String.
setContentLocation(String) - Method in class javax.xml.soap.AttachmentPart
Sets the MIME header "Content-Location" with the given value.
setContentLocation(String) - Method in class org.apache.axis.SOAPPart
Set content location.
setContentLocation(String) - Method in interface org.apache.axis.Part
Set content location.
setContentLocation(String) - Method in class org.apache.axis.attachments.AttachmentPart
Set content location.
setContentsIndex(int) - Method in class org.apache.axis.message.MessageElement
 
setContentType(String) - Method in class javax.xml.soap.AttachmentPart
Sets the MIME header "Content-Type" with the given value.
setConvertedValue(Class, Object) - Method in class org.apache.axis.encoding.ser.ArrayDeserializer.ArrayListExtension
Store converted value
setConvertedValue(Class, Object) - Method in interface org.apache.axis.utils.JavaUtils.ConvertCache
Set/Get converted values of the convert method.
setCurElement(MessageElement) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Set current MessageElement
setCurElement(MessageElement) - Method in interface org.apache.axis.encoding.DeserializationContext
Set current MessageElement
setCurrentMessage(Message) - Method in class org.apache.axis.MessageContext
Set the current (i.e.
setCurrentMessageContext(MessageContext) - Static method in class org.apache.axis.AxisEngine
Set the active message context.
setDataHandler(DataHandler) - Method in class javax.xml.soap.AttachmentPart
Sets the given DataHandler object as the data handler for this AttachmentPart object.
setDataHandler(DataHandler) - Method in class org.apache.axis.attachments.AttachmentPart
Sets the given DataHandler object as the data handler for this AttachmentPart object.
setDay(int) - Method in class org.apache.axis.types.MonthDay
Set the day NOTE: if the month isn't set yet, the day isn't validated
setDay(int) - Method in class org.apache.axis.types.Day
Set the day
setDays(int) - Method in class org.apache.axis.types.Duration
 
setDebug(boolean) - Method in class org.apache.axis.wsdl.gen.Parser
 
setDefault(Enum) - Method in class org.apache.axis.enum.Enum.Type
 
setDefaultConfiguration(EngineConfiguration) - Static method in class org.apache.axis.client.AdminClient
If the user calls this with an EngineConfiguration object, all AdminClients on this thread will use that EngineConfiguration rather than the default one.
setDefaultNamespace(String) - Method in class org.apache.axis.description.ServiceDesc
 
setDefaultPackage(String) - Method in class org.apache.axis.wsdl.toJava.Namespaces
Set a package name that overrides the namespace map
setDefaultSessionTimeout(int) - Method in class org.apache.axis.handlers.SimpleSessionHandler
Set the default session timeout in SECONDS Again, for testing.
setDefaultType(QName) - Method in class org.apache.axis.encoding.DeserializerImpl
In some circumstances an element may not have a type attribute, but a default type qname is known from information in the container.
setDefaultType(QName) - Method in interface org.apache.axis.encoding.Deserializer
In some circumstances an element may not have a type attribute, but a default type qname is known from information in the container.
setDefaultTypeMapping(TypeMapping) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Sets the default TypeMapping used by the service
setDefaultURL(String) - Method in class org.apache.axis.utils.Options
 
setDefaultURL(URL) - Method in class org.apache.axis.utils.Options
 
setDelegate(TypeMapping) - Method in class org.apache.axis.encoding.TypeMappingImpl
setDelegate sets the new Delegate TypeMapping
setDelegate(TypeMapping) - Method in interface org.apache.axis.encoding.TypeMapping
setDelegate sets the new Delegate TypeMapping
setDeployment(WSDDDeployment) - Method in class org.apache.axis.configuration.FileProvider
 
setDescription(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Set the service description
setDeserializer(Class) - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
setDeserializer(String) - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
Set the deserializer factory name
setDestination(String) - Method in interface org.apache.axis.components.compiler.Compiler
Set the name of the directory to contain the resulting object program file
setDestination(String) - Method in class org.apache.axis.components.compiler.AbstractCompiler
Set the name of the directory to contain the resulting object program file
setDirty(boolean) - Method in class org.apache.axis.message.MessageElement
 
setDisallowedMethods(List) - Method in class org.apache.axis.description.ServiceDesc
 
setDisallowedMethods(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Add a list of methods NOT to export
setDisallowedMethods(Vector) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Add a list of methods NOT to export
setDoAutoTypes(boolean) - Method in class org.apache.axis.encoding.TypeMappingImpl
 
setDocument(Document) - Method in class org.apache.axis.deployment.wsdd.WSDDDocument
 
setDocumentLocator(Locator) - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
setDocumentLocator(Locator) - Method in class org.apache.axis.message.SAX2EventRecorder
 
setDoMultiRefs(boolean) - Method in class org.apache.axis.encoding.SerializationContextImpl
Set whether we are doing multirefs
setDoMultiRefs(boolean) - Method in interface org.apache.axis.encoding.SerializationContext
Set whether we are doing multirefs.
setDoThreads(boolean) - Method in class org.apache.axis.transport.http.SimpleAxisServer
 
setDoThreads(boolean) - Method in class org.apache.axis.transport.mail.MailServer
 
setDynamicVar(Object, Object) - Method in class org.apache.axis.wsdl.symbolTable.SymTabEntry
 
setElementQName(QName) - Method in class org.apache.axis.description.OperationDesc
 
setEmitter(Emitter) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
setEncoding(String) - Method in interface org.apache.axis.components.compiler.Compiler
Set the encoding of the input source file or null to use the platform's default encoding
setEncoding(String) - Method in class org.apache.axis.components.compiler.AbstractCompiler
Set the encoding of the input source file or null to use the platform's default encoding
setEncodingStyle(String) - Method in interface javax.xml.soap.SOAPElement
Sets the encoding style for this SOAPElement object to one specified.
setEncodingStyle(String) - Method in class org.apache.axis.MessageContext
Sets the encoding style to the URI passed in.
setEncodingStyle(String) - Method in class org.apache.axis.client.Call
Sets the encoding style to the URL passed in.
setEncodingStyle(String) - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
setEncodingStyle(String) - Method in class org.apache.axis.message.SOAPBody
 
setEncodingStyle(String) - Method in class org.apache.axis.message.MessageElement
Sets the encoding style for this SOAPElement object to one specified.
setEndIndex(int) - Method in class org.apache.axis.message.MessageElement
 
setEndpointURL(String) - Method in class org.apache.axis.description.ServiceDesc
 
setEngine(AxisEngine) - Method in class org.apache.axis.client.Service
Sets this Service's AxisEngine.
setEngine(AxisEngine) - Method in class org.apache.axis.handlers.soap.SOAPService
Tell this service which engine it's deployed to.
setEngineConfiguration(EngineConfiguration) - Method in class org.apache.axis.client.Service
Set this Service's engine configuration.
setEnvelope(SOAPEnvelope) - Method in class org.apache.axis.message.MessageElement
 
setExtraClasses(Class[]) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Provide a list of classes which the emitter will produce WSDL type definitions for.
setExtraClasses(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Provide a comma or space seperated list of classes which the emitter will produce WSDL type definitions for.
setFactory(GeneratorFactory) - Method in class org.apache.axis.wsdl.gen.Parser
 
setFactory(String) - Method in class org.apache.axis.wsdl.toJava.Emitter
Sets the WriterFactory Class to use
setFault(AxisFault) - Method in class org.apache.axis.message.SOAPFault
 
setFaultActor(String) - Method in interface javax.xml.soap.SOAPFault
Sets this SOAPFault object with the given fault actor.
setFaultActor(String) - Method in class org.apache.axis.AxisFault
set the fault actor
setFaultActor(String) - Method in class org.apache.axis.message.SOAPFault
Sets this SOAPFaultException object with the given fault actor.
setFaultBodyTypeMap(HashMap) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry.OperationAttr
 
setFaultBodyTypeMap(Operation, HashMap) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Set the fault body type map for the given operation.
setFaultClass(Class) - Method in class org.apache.axis.message.SOAPFaultBuilder
 
setFaultCode(QName) - Method in class org.apache.axis.AxisFault
set the fault code
setFaultCode(String) - Method in interface javax.xml.soap.SOAPFault
Sets this SOAPFault object with the given fault code.
setFaultCode(String) - Method in class org.apache.axis.AxisFault
Deprecated. expect to see this go away after 1.1, use setFaultCodeAsString instead!
setFaultCode(String) - Method in class org.apache.axis.message.SOAPFault
Sets this SOAPFaultException object with the given fault code.
setFaultCodeAsString(String) - Method in class org.apache.axis.AxisFault
set a fault code string that is turned into a qname in the SOAP 1.1 or 1.2 namespace, depending on the current context
setFaultDesc(FaultDesc) - Method in class org.apache.axis.deployment.wsdd.WSDDFault
 
setFaultDetail(Element[]) - Method in class org.apache.axis.AxisFault
set the fault detail element to the arrary of details
setFaultDetailString(String) - Method in class org.apache.axis.AxisFault
set the fault details to a string element.
setFaultNode(String) - Method in class org.apache.axis.AxisFault
This is new in SOAP 1.2
setFaultReason(String) - Method in class org.apache.axis.AxisFault
This is SOAP 1.2 equivalent of AxisFault.setFaultString(java.lang.String)
setFaultRole(String) - Method in class org.apache.axis.AxisFault
This is SOAP 1.2 equivalent of AxisFault.setFaultActor(java.lang.String)
setFaults(HashMap) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
 
setFaultString(String) - Method in interface javax.xml.soap.SOAPFault
Sets the fault string for this SOAPFault object to the given string.
setFaultString(String) - Method in class org.apache.axis.AxisFault
set a fault string;
setFaultString(String) - Method in class org.apache.axis.message.SOAPFault
Sets the fault string for this SOAPFaultException object to the given string.
setFieldName(String) - Method in class org.apache.axis.description.FieldDesc
Set the field name.
setFields(FieldDesc[]) - Method in class org.apache.axis.description.TypeDesc
Replace the array of FieldDescs, making sure we keep our convenience caches in sync.
setFixupDeserializer(Deserializer) - Method in class org.apache.axis.message.MessageElement
 
setFragment(String) - Method in class org.apache.axis.types.URI
Set the fragment for this URI.
setGenerators() - Method in class org.apache.axis.wsdl.toJava.JavaBindingWriter
setGenerators Logic to set the generators that are based on the Binding This logic was moved from the constructor so extended interfaces can more effectively use the hooks.
setGlobalConfiguration(WSDDGlobalConfiguration) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
setHandlerChain(QName, List) - Method in interface javax.xml.rpc.handler.HandlerRegistry
Sets the handler chain for the specified service endpoint as a java.util.List.
setHandlerChain(QName, List) - Method in class org.apache.axis.client.Service.HandlerRegistryImpl
 
setHandlerChainFactory(HandlerInfoChainFactory) - Method in class org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfoChain
 
setHandlerClass(Class) - Method in class javax.xml.rpc.handler.HandlerInfo
Sets the Handler class
setHandlerClassName(String) - Method in class org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfo
 
setHandlerConfig(Map) - Method in class javax.xml.rpc.handler.HandlerInfo
Sets the Handler configuration as java.util.Map
setHandlerInfoChain(WSDDJAXRPCHandlerInfoChain) - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
setHandlerInfoList(ArrayList) - Method in class org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfoChain
 
setHandlerMap(Map) - Method in class org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfo
 
setHasLiteral(boolean) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Set the literal flag.
setHeader(SOAPHeader) - Method in class org.apache.axis.message.SOAPEnvelope
Set the SOAP Header
setHeader(SOAPHeaderElement) - Method in class org.apache.axis.client.Stub
Set the header
setHeader(String, String) - Method in class javax.xml.soap.MimeHeaders
Replaces the current value of the first header entry whose name matches the given name with the given value, adding a new header if no existing header name matches.
setHeader(String, String, Object) - Method in class org.apache.axis.client.Stub
Set the header
setHeaderElement(boolean) - Method in class org.apache.axis.message.RPCHandler
Indicate RPCHandler is processing header elements
setHeaderPart(String, String, int) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Set the header part mapping for the given part name.
setHeaders(QName[]) - Method in class javax.xml.rpc.handler.HandlerInfo
Sets the header blocks processed by this Handler.
setHeaders(QName[]) - Method in class org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfo
 
setHelperGeneration(boolean) - Method in class org.apache.axis.wsdl.toJava.Emitter
Deprecated. Use setHelperWanted(value)
setHelperWanted(boolean) - Method in class org.apache.axis.wsdl.toJava.Emitter
Turn on/off Helper class generation
setHighFidelity(boolean) - Method in class org.apache.axis.MessageContext
 
setHighFidelityRecording(boolean) - Method in class org.apache.axis.handlers.soap.SOAPService
 
setHolderValue(Object, Object) - Static method in class org.apache.axis.utils.JavaUtils
Sets the Holder value.
setHost(String) - Method in class org.apache.axis.types.URI
Set the host for this URI.
setHours(int) - Method in class org.apache.axis.types.Duration
 
setId(Id) - Method in class org.apache.axis.types.Schema
 
setImplClass(Class) - Method in class org.apache.axis.description.ServiceDesc
set the implementation class
setImplCls(Class) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Sets the implementation Class
setImplCls(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Sets the implementation Class
setImplNamespace(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Set the implementation namespace
setImports(boolean) - Method in class org.apache.axis.wsdl.gen.Parser
 
setImportUrl(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Set the String representation of the interface location URL for importing
setInHeader(boolean) - Method in class org.apache.axis.description.ParameterDesc
 
setInHeader(boolean) - Method in class org.apache.axis.wsdl.symbolTable.Parameter
Set the inHeader flag for this parameter.
setInputBodyType(Operation, Use) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Set the input body type for the given operation.
setInputBodyType(Use) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry.OperationAttr
 
setInputPort(int) - Method in class org.apache.axis.utils.tcpmon
 
setInputSchema(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Set the name of the input schema
setInputSource(InputSource) - Method in class javax.xml.transform.sax.SAXSource
Set the SAX InputSource to be used for the Source.
setInputStream(InputStream) - Method in class javax.xml.transform.stream.StreamSource
Set the byte stream to be used as input.
setInputStream(InputStream) - Method in class org.apache.axis.configuration.FileProvider
 
setInputStream(InputStream) - Method in class org.apache.axis.transport.http.NonBlockingBufferedInputStream
set the input stream to be used for subsequent reads
setInputWSDL(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Set the name of the input WSDL
setIntfNamespace(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Set the interface namespace
setIsReferenced(boolean) - Method in class org.apache.axis.wsdl.symbolTable.SymTabEntry
Set the isReferenced variable, default value is true.
setIsReturn(boolean) - Method in class org.apache.axis.description.ParameterDesc
Set to true to indicate return parameter of OperationDesc
setJavaType(Class) - Method in class org.apache.axis.description.ParameterDesc
Set the java type (note that this is javaType in the signature.)
setJavaType(Class) - Method in class org.apache.axis.description.FieldDesc
 
setLanguageSpecificType(Class) - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
Set javaType (type= attribute or languageSpecificType= attribute)
setLanguageSpecificType(String) - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
Set javaType (type= attribute or languageSpecificType= attribute)
setLocationUrl(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Set the String representation of the service endpoint URL
setLogging(boolean) - Static method in class org.apache.axis.InternalException
Setter for logging.
setMaintainSession(boolean) - Method in class org.apache.axis.MessageContext
Set whether we are maintaining session state
setMaintainSession(boolean) - Method in class org.apache.axis.client.Stub
If set to true, session is maintained; if false, it is not.
setMaintainSession(boolean) - Method in class org.apache.axis.client.Service
Determine whether we'd like to track sessions or not.
setMaintainSession(boolean) - Method in class org.apache.axis.client.Call
Determine whether we'd like to track sessions or not.
setMaxOccurs(int) - Method in class org.apache.axis.description.ElementDesc
 
setMessage(Message) - Method in class org.apache.axis.SOAPPart
Set the Message for this Part.
setMessage(SOAPMessage) - Method in interface javax.xml.rpc.handler.soap.SOAPMessageContext
Sets the SOAPMessage for this message context
setMessage(SOAPMessage) - Method in class org.apache.axis.MessageContext
Sets the SOAPMessage for this message context
setMessageContext(MessageContext) - Method in class org.apache.axis.Message
 
setMessageExchange(MessageExchange) - Method in class org.apache.axis.ime.internal.util.handler.MessageExchangeHandler
 
setMessageExchangeEventListener(MessageExchangeEventListener) - Method in interface org.apache.axis.ime.MessageExchange
 
setMessageExchangeEventListener(MessageExchangeEventListener) - Method in class org.apache.axis.ime.internal.MessageExchangeImpl
see org.apache.axis.ime.MessageExchange#setMessageExchangeFaultListener(MessageExchangeFaultListener)
setMessageOperationStyle(int) - Method in class org.apache.axis.description.OperationDesc
 
setMessageType(String) - Method in class org.apache.axis.Message
 
setMessageType(String) - Method in class org.apache.axis.message.SOAPEnvelope
Set the Message Type (REQUEST/RESPONSE)
setMethod(Method) - Method in class org.apache.axis.description.OperationDesc
 
setMimeHeader(String, String) - Method in class javax.xml.soap.SOAPPart
Changes the first header entry that matches the given header name so that its value is the given value, adding a new header with the given name and value if no existing header is a match.
setMimeHeader(String, String) - Method in class javax.xml.soap.AttachmentPart
Changes the first header entry that matches the given name to the given value, adding a new header if no existing header matches.
setMimeHeader(String, String) - Method in class org.apache.axis.SOAPPart
Changes the first header entry that matches the given header name so that its value is the given value, adding a new header with the given name and value if no existing header is a match.
setMimeHeader(String, String) - Method in class org.apache.axis.attachments.AttachmentPart
Changes the first header entry that matches the given name to the given value, adding a new header if no existing header matches.
setMIMEInfo(MimeInfo) - Method in class org.apache.axis.wsdl.symbolTable.Parameter
Set the MIME type of the parameter.
setMIMEInfo(String, String, String, String) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Set the mime mapping for the given parameter name.
setMinOccurs(int) - Method in class org.apache.axis.description.ElementDesc
 
setMinOccursIs0(boolean) - Method in class org.apache.axis.description.FieldDesc
Deprecated. this functionality, which is only relevant to ElementDescs, now lives in ElementDesc and is more flexible (you can set minOccurs and maxOccurs as you please)
setMinOccursIs0(boolean) - Method in class org.apache.axis.wsdl.symbolTable.ElementDecl
 
setMinutes(int) - Method in class org.apache.axis.types.Duration
 
setMode(byte) - Method in class org.apache.axis.description.ParameterDesc
 
setMode(byte) - Method in class org.apache.axis.wsdl.symbolTable.Parameter
Set the mode (IN, INOUT, OUT) of the parameter.
setMode(int) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Deprecated. (use setStyle and setUse)
setMonth(int) - Method in class org.apache.axis.types.YearMonth
 
setMonth(int) - Method in class org.apache.axis.types.MonthDay
 
setMonth(int) - Method in class org.apache.axis.types.Month
 
setMonths(int) - Method in class org.apache.axis.types.Duration
 
setMustUnderstand(boolean) - Method in interface javax.xml.soap.SOAPHeaderElement
Sets the mustUnderstand attribute for this SOAPHeaderElement object to be on or off.
setMustUnderstand(boolean) - Method in class org.apache.axis.message.SOAPHeaderElement
 
setName(NCName) - Method in class org.apache.axis.types.Notation
 
setName(QName) - Method in class org.apache.axis.wsdl.symbolTable.ElementDecl
 
setName(String) - Method in interface org.apache.axis.Handler
Set the name (i.e.
setName(String) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
 
setName(String) - Method in class org.apache.axis.description.ServiceDesc
the name of the service
setName(String) - Method in class org.apache.axis.description.ParameterDesc
 
setName(String) - Method in class org.apache.axis.description.OperationDesc
Set the operation's name
setName(String) - Method in class org.apache.axis.description.FaultDesc
 
setName(String) - Method in class org.apache.axis.handlers.BasicHandler
Set the name (i.e.
setName(String) - Method in class org.apache.axis.message.MessageElement
 
setName(String) - Method in class org.apache.axis.wsdl.symbolTable.SymTabEntry
Set the name of this entry.
setName(String) - Method in class org.apache.axis.wsdl.symbolTable.Parameter
Set the name of the parameter.
setNamespaceMap(HashMap) - Method in class org.apache.axis.wsdl.toJava.Emitter
Set a map of namespace -> Java package names
setNamespaceMap(Map) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Set the packagename to namespace map with the given map
setNamespaceMappings(List) - Method in class org.apache.axis.description.ServiceDesc
 
setNamespaceURI(String) - Method in class org.apache.axis.message.MessageElement
 
setNamespaceURI(String) - Method in class org.apache.axis.utils.Mapping
 
setNeedDeser(boolean) - Method in class org.apache.axis.message.RPCElement
 
setNegative(boolean) - Method in class org.apache.axis.types.Duration
 
setNode(Node) - Method in class javax.xml.transform.dom.DOMSource
Set the node that will represents a Source DOM tree.
setNowrap(boolean) - Method in class org.apache.axis.wsdl.gen.Parser
 
setNSMappings(ArrayList) - Method in class org.apache.axis.message.MessageElement
 
setNStoPkg(String) - Method in class org.apache.axis.wsdl.toJava.Emitter
Set the NStoPkg mappings filename.
setObjectValue(Object) - Method in class org.apache.axis.message.MessageElement
Sets value of this node to an Object.
setOnlyLiteralReference(boolean) - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
Set the isOnlyLiteralReference flag.
setOperation(OperationDesc) - Method in class org.apache.axis.MessageContext
set the current operation
setOperation(OperationDesc) - Method in class org.apache.axis.client.Call
Hand a complete OperationDesc to the Call, and note that this was done so that others don't try to mess with it by calling addParameter, setReturnType, etc.
setOperation(OperationDesc) - Method in class org.apache.axis.message.RPCHandler
 
setOperation(QName, String) - Method in class org.apache.axis.client.Call
prefill as much info from the WSDL as it can.
setOperation(String) - Method in class org.apache.axis.client.Call
Prefill as much info from the WSDL as it can.
setOperationDIME(String) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Mark the operation as a DIME operation
setOperationName(QName) - Method in interface javax.xml.rpc.Call
Sets the name of the operation to be invoked using this Call instance.
setOperationName(QName) - Method in class org.apache.axis.client.Call
Sets the operation name associated with this Call object.
setOperationName(String) - Method in class org.apache.axis.client.Call
This is a convenience method.
setOperationStyle(String) - Method in class org.apache.axis.client.Call
Set the operation style: "document", "rpc"
setOperationStyle(Style) - Method in class org.apache.axis.client.Call
Set the operation style
setOperationUse(String) - Method in class org.apache.axis.client.Call
Set the operation use: "literal", "encoded"
setOperationUse(Use) - Method in class org.apache.axis.client.Call
Set the operation use
setOption(String, Object) - Method in interface org.apache.axis.Handler
Add the given option (name/value) to this handler's bag of options
setOption(String, Object) - Method in class org.apache.axis.client.Call
Set engine option.
setOption(String, Object) - Method in class org.apache.axis.handlers.BasicHandler
Set the given option (name/value) in this handler's bag of options
setOption(String, Object) - Method in interface org.apache.axis.ime.MessageExchange
 
setOption(String, Object) - Method in class org.apache.axis.ime.internal.MessageExchangeProvider
Unsupported for now
setOption(String, Object) - Method in class org.apache.axis.ime.internal.MessageExchangeImpl
Unsupported for now
setOption(String, Object) - Method in class org.apache.axis.ime.internal.util.handler.HandlerMessageExchange
 
setOptionDefault(String, Object) - Method in class org.apache.axis.handlers.BasicHandler
Set a default value for the given option: if the option is not already set, then set it.
setOptions(Hashtable) - Method in interface org.apache.axis.Handler
Sets a whole list of options
setOptions(Hashtable) - Method in class org.apache.axis.handlers.BasicHandler
 
setOptions(Hashtable) - Method in interface org.apache.axis.ime.MessageExchange
 
setOptions(Hashtable) - Method in class org.apache.axis.ime.internal.MessageExchangeProvider
Unsupported for now
setOptions(Hashtable) - Method in class org.apache.axis.ime.internal.MessageExchangeImpl
Unsupported for now
setOptions(Hashtable) - Method in class org.apache.axis.ime.internal.util.handler.HandlerMessageExchange
 
setOptionsHashtable(Hashtable) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
Convenience method for using old deployment XML with WSDD.
setOptionsLockable(boolean) - Method in class org.apache.axis.handlers.BasicHandler
Should this Handler use a LockableHashtable for options? Default is 'false'.
setOrder(int) - Method in class org.apache.axis.description.ParameterDesc
 
setOutHeader(boolean) - Method in class org.apache.axis.description.ParameterDesc
 
setOutHeader(boolean) - Method in class org.apache.axis.wsdl.symbolTable.Parameter
Set the outHeader flag for this parameter.
setOutputBodyType(Operation, Use) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Set the output body type for the given operation.
setOutputBodyType(Use) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry.OperationAttr
 
setOutputDir(String) - Method in class org.apache.axis.wsdl.toJava.Emitter
Set the output directory to use in emitted source files
setOutputHostPort(char, int) - Method in class org.apache.axis.utils.tcpmon
 
setPackageName(String) - Method in class org.apache.axis.wsdl.toJava.Emitter
Set a global package name to use instead of mapping namespaces
setParamDesc(ParameterDesc) - Method in class org.apache.axis.message.RPCParam
 
setParameter(ParameterDesc) - Method in class org.apache.axis.deployment.wsdd.WSDDParameter
 
setParameter(String, String) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
Set a parameter
setParameters(ArrayList) - Method in class org.apache.axis.description.OperationDesc
Set the parameters wholesale.
setParameters(ArrayList) - Method in class org.apache.axis.description.FaultDesc
 
setParameters(HashMap) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Set the parameters for all operations
setParent(Hashtable) - Method in class org.apache.axis.utils.LockableHashtable
Set the parent Hashtable for this object
setParent(ServiceDesc) - Method in class org.apache.axis.description.OperationDesc
 
setParentElement(SOAPElement) - Method in interface javax.xml.soap.Node
Sets the parent of this Node object to the given SOAPElement object.
setParentElement(SOAPElement) - Method in class org.apache.axis.message.SOAPHeaderElement
 
setParentElement(SOAPElement) - Method in class org.apache.axis.message.SOAPHeader
 
setParentElement(SOAPElement) - Method in class org.apache.axis.message.SOAPBodyElement
 
setParentElement(SOAPElement) - Method in class org.apache.axis.message.SOAPBody
 
setParentElement(SOAPElement) - Method in class org.apache.axis.message.MessageElement
 
setPassword(String) - Method in class org.apache.axis.MessageContext
Set the password.
setPassword(String) - Method in class org.apache.axis.client.Stub
Set the password.
setPassword(String) - Method in class org.apache.axis.client.Call
Set the password.
setPassword(String) - Method in class org.apache.axis.wsdl.gen.Parser
 
setPastPivot(boolean) - Method in class org.apache.axis.MessageContext
Indicate when we've passed the pivot
setPath(String) - Method in class org.apache.axis.types.URI
Set the path for this URI.
setPivotQName(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDTargetedChain
 
setPOP3(POP3Client) - Method in class org.apache.axis.transport.mail.MailServer
Set the serverSocket this server should listen on.
setPort(int) - Method in class org.apache.axis.types.URI
Set the port for this URI.
setPortName(QName) - Method in class org.apache.axis.client.Stub
Set the port QName.
setPortName(QName) - Method in class org.apache.axis.client.Call
Sets the port name of this Call object.
setPortName(String) - Method in class org.apache.axis.client.Stub
Set the port name.
setPortTypeName(QName) - Method in interface javax.xml.rpc.Call
Sets the qualified name of the port type.
setPortTypeName(QName) - Method in class org.apache.axis.client.Call
Deprecated. This is really the service's port name, not portType name. Use setPortName instead.
setPortTypeName(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Set the String representation of the portType name
setPrefix(String) - Method in class org.apache.axis.message.MessageElement
 
setPrefix(String) - Method in class org.apache.axis.utils.Mapping
 
setPretty(boolean) - Method in class org.apache.axis.encoding.SerializationContextImpl
Indicate whether the serialization should be pretty printed.
setPretty(boolean) - Method in interface org.apache.axis.encoding.SerializationContext
Indicate whether the serialization should be pretty printed.
setPrintWriter(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
The bean helper class may be its own class, or it may be embedded within the bean class.
setProcessed(boolean) - Method in class org.apache.axis.message.SOAPHeaderElement
 
setProcessingRef(boolean) - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
setProcessingRef(boolean) - Method in interface org.apache.axis.encoding.DeserializationContext
Indicate if we're in the midst of processing an href target, in which case we shouldn't be pushing the element stack.
setProperties(Map) - Static method in class org.apache.axis.AxisProperties
Set property values for Properties bound to the current thread context class loader.
setProperties(Map, boolean) - Static method in class org.apache.axis.AxisProperties
Set property values for Properties bound to the current thread context class loader.
setProperty(String, Object) - Method in interface javax.xml.rpc.Call
Sets the value for a named property.
setProperty(String, Object) - Method in interface javax.xml.rpc.handler.MessageContext
Sets the name and value of a property associated with the MessageContext.
setProperty(String, Object) - Method in class org.apache.axis.MessageContext
Allows you to set a named property to the passed in value.
setProperty(String, Object) - Method in class org.apache.axis.client.Call
Allows you to set a named property to the passed in value.
setProperty(String, Object) - Method in class org.apache.axis.description.ServiceDesc
 
setProperty(String, String) - Static method in class org.apache.axis.AxisProperties
Set value for property bound to the current thread context class loader.
setProperty(String, String, boolean) - Static method in class org.apache.axis.AxisProperties
Set value for property bound to the current thread context class loader.
setPropertyParent(Hashtable) - Method in class org.apache.axis.MessageContext
 
setPropertyParent(Hashtable) - Method in class org.apache.axis.handlers.soap.SOAPService
 
setProviderQName(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
setPublic(URI) - Method in class org.apache.axis.types.Notation
 
setPublicId(String) - Method in class javax.xml.transform.stream.StreamSource
Set the public identifier for this Source.
setQName(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
setQName(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
 
setQName(QName) - Method in class org.apache.axis.description.ParameterDesc
 
setQName(QName) - Method in class org.apache.axis.description.FaultDesc
 
setQName(QName) - Method in class org.apache.axis.message.MessageElement
 
setQName(QName) - Method in class org.apache.axis.wsdl.symbolTable.Parameter
Set the QName of the parameter.
setQueryString(String) - Method in class org.apache.axis.types.URI
Set the query string for this URI.
setReader(Reader) - Method in class javax.xml.transform.stream.StreamSource
Set the input to be a character reader.
setReapPeriodicity(long) - Method in class org.apache.axis.handlers.SimpleSessionHandler
Set the reaper periodicity in SECONDS Convenience method for testing.
setReceiveHandler(Handler) - Method in class org.apache.axis.ime.internal.MessageExchangeProvider
 
setRecorder(SAX2EventRecorder) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Set Event Recorder
setRecorder(SAX2EventRecorder) - Method in interface org.apache.axis.encoding.DeserializationContext
Set Event Recorder
setRecorder(SAX2EventRecorder) - Method in class org.apache.axis.message.MessageElement
 
setRef(String) - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
setRefType(TypeEntry) - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
 
setRelay(boolean) - Method in class org.apache.axis.message.SOAPHeaderElement
 
setRemoteService(String) - Method in class org.apache.axis.transport.local.LocalTransport
Use this to indicate a particular "remote" service which should be invoked on the target AxisServer.
setRep(HttpSession) - Method in class org.apache.axis.transport.http.AxisHttpSession
Set our internal HttpSession to the passed servlet HttpSession.
setRequestFlow(WSDDRequestFlow) - Method in class org.apache.axis.deployment.wsdd.WSDDTargetedChain
 
setRequestFlow(WSDDRequestFlow) - Method in class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration
Set our request flow
setRequestHeaders(Call) - Method in class org.apache.axis.client.Stub
 
setRequestMessage(Message) - Method in class org.apache.axis.MessageContext
Set the request message, and make sure that message is associated with this MessageContext.
setRequestMessage(Message) - Method in class org.apache.axis.client.Call
Directly set the request message in our MessageContext.
setResponseFlow(WSDDResponseFlow) - Method in class org.apache.axis.deployment.wsdd.WSDDTargetedChain
 
setResponseFlow(WSDDResponseFlow) - Method in class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration
Set the response flow
setResponseMessage(Message) - Method in class org.apache.axis.MessageContext
Set the response message, and make sure that message is associated with this MessageContext.
setReturnClass(Class) - Method in class org.apache.axis.client.Call
Sets the desired return Java Class.
setReturnClass(Class) - Method in class org.apache.axis.description.OperationDesc
 
setReturnHeader(boolean) - Method in class org.apache.axis.description.OperationDesc
Set whether the return value is in the response message.
setReturnQName(QName) - Method in class org.apache.axis.client.Call
Set the QName of the return element NOT part of JAX-RPC
setReturnQName(QName) - Method in class org.apache.axis.description.OperationDesc
 
setReturnType(QName) - Method in interface javax.xml.rpc.Call
Sets the return type for a specific operation.
setReturnType(QName) - Method in class org.apache.axis.client.Call
Sets the return type of the operation associated with this Call object.
setReturnType(QName) - Method in class org.apache.axis.description.OperationDesc
 
setReturnType(QName, Class) - Method in interface javax.xml.rpc.Call
Sets the return type for a specific operation.
setReturnType(QName, Class) - Method in class org.apache.axis.client.Call
Sets the return type for a specific operation.
setReturnTypeAsHeader(QName) - Method in class org.apache.axis.client.Call
Set the return type as a header
setReturnTypeAsHeader(QName, Class) - Method in class org.apache.axis.client.Call
Set the return type as a header
setRole(String) - Method in class org.apache.axis.message.SOAPHeaderElement
 
setRoles(String[]) - Method in interface javax.xml.rpc.handler.HandlerChain
Sets SOAP Actor roles for this HandlerChain.
setRoles(String[]) - Method in class org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfoChain
 
setRoles(String[]) - Method in class org.apache.axis.handlers.HandlerInfoChainFactory
 
setRoles(String[]) - Method in class org.apache.axis.handlers.HandlerChainImpl
 
setRootPart(Part) - Method in class org.apache.axis.attachments.AttachmentsImpl
Sets the root part of this multipart block
setRootPart(Part) - Method in interface org.apache.axis.attachments.Attachments
Sets the root part of this multipart block
setRPCCall(RPCElement) - Method in class org.apache.axis.message.RPCParam
 
setSAAJEncodingCompliance(boolean) - Method in class org.apache.axis.message.SOAPEnvelope
 
setSAAJEncodingCompliance(boolean) - Method in class org.apache.axis.message.SOAPBody
 
setSchemaVersion(SchemaVersion) - Method in class org.apache.axis.MessageContext
 
setSchemaVersion(SchemaVersion) - Method in class org.apache.axis.message.SOAPEnvelope
Set the schema version for this envelope
setScheme(String) - Method in class org.apache.axis.types.URI
Set the scheme for this URI.
setScope(Scope) - Method in class org.apache.axis.wsdl.toJava.Emitter
Set the scope for the deploy.xml file.
setScopedProperty(String, Object) - Method in class org.apache.axis.client.Call
Deprecated.  
setSearchClasspath(boolean) - Method in class org.apache.axis.configuration.FileProvider
Determine whether or not we will look for a "*-config.wsdd" file on the classpath if we don't find it in the specified location.
setSeconds(int) - Method in class org.apache.axis.types.Duration
 
setSendDecl(boolean) - Method in class org.apache.axis.encoding.SerializationContextImpl
Set whether or not we should write XML declarations.
setSendDecl(boolean) - Method in interface org.apache.axis.encoding.SerializationContext
Set whether or not we should write XML declarations.
setSendHandler(Handler) - Method in class org.apache.axis.ime.internal.MessageExchangeProvider
 
setSendType(int) - Method in class org.apache.axis.attachments.AttachmentsImpl
 
setSendType(int) - Method in interface org.apache.axis.attachments.Attachments
Set the format for attachments.
setSendType(int) - Method in class org.apache.axis.handlers.soap.SOAPService
 
setSerializer(Class) - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
setSerializer(String) - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
Set the serializer factory name
setServerSide(boolean) - Method in class org.apache.axis.wsdl.toJava.Emitter
Turn on/off server skeleton creation
setServerSocket(ServerSocket) - Method in class org.apache.axis.transport.http.SimpleAxisServer
Set the serverSocket this server should listen on.
setService(SOAPService) - Method in class org.apache.axis.MessageContext
 
setServiceDesc(ServiceDesc) - Method in class org.apache.axis.wsdl.fromJava.Emitter
 
setServiceDescription(ServiceDesc) - Method in class org.apache.axis.handlers.soap.SOAPService
 
setServiceDescriptionURL(String) - Method in class org.apache.axis.deployment.wsdd.WSDDService
Set the service description URL for this service.
setServiceElementName(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Set the String representation of the service element name
setServicePortName(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Set the String representation of the service port name
setSession(Session) - Method in class org.apache.axis.MessageContext
 
setShouldSaveConfig(boolean) - Method in class org.apache.axis.AxisEngine
 
setSimpleType(boolean) - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
 
setSkeletonWanted(boolean) - Method in class org.apache.axis.wsdl.toJava.Emitter
Turn on/off server skeleton deploy
setSoapAction(String) - Method in class org.apache.axis.description.OperationDesc
 
setSoapAction(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Sets the soapAction option value
setSOAPActionURI(String) - Method in class org.apache.axis.MessageContext
Set the soapAction URI.
setSOAPActionURI(String) - Method in class org.apache.axis.client.Call
Set the soapAction URI.
setSoapConstants(SOAPConstants) - Method in class org.apache.axis.message.SOAPEnvelope
Set the soap constants for this envelope
setSOAPConstants(SOAPConstants) - Method in class org.apache.axis.MessageContext
 
setSOAPEnvelope(SOAPEnvelope) - Method in class org.apache.axis.SOAPPart
This set the SOAP Envelope for this part.
setSOAPService(SOAPService) - Method in class org.apache.axis.client.Call
 
setSOAPVersion(SOAPConstants) - Method in class org.apache.axis.client.Call
Allow the user to set the default SOAP version.
setSource(String) - Method in interface org.apache.axis.components.compiler.Compiler
Set the name of the directory containing the source program file
setSource(String) - Method in class org.apache.axis.components.compiler.AbstractCompiler
Set the name of the directory containing the source program file
setStopClasses(ArrayList) - Method in class org.apache.axis.description.ServiceDesc
 
setStopClasses(ArrayList) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Adds a list of classes (fully qualified) that will stop the traversal of the inheritance tree if encounter in method or complex type generation
setStopClasses(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Add a list of classes (fully qualified) that will stop the traversal of the inheritance tree if encounter in method or complex type generation
setStyle(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
setStyle
setStyle(Style) - Method in class org.apache.axis.deployment.wsdd.WSDDService
Set the service style - document or RPC
setStyle(Style) - Method in class org.apache.axis.description.ServiceDesc
 
setStyle(Style) - Method in class org.apache.axis.description.OperationDesc
 
setStyle(Style) - Method in class org.apache.axis.handlers.soap.SOAPService
 
setStyle(Style) - Method in class org.apache.axis.wsdl.fromJava.Emitter
setStyle
setSupportedEncodings(String[]) - Method in interface javax.xml.rpc.encoding.TypeMapping
Sets the encodingStyle URIs supported by this TypeMapping instance.
setSupportedEncodings(String[]) - Method in class org.apache.axis.encoding.TypeMappingImpl
Sets the list of encoding styles supported by this TypeMapping object.
setSupportedEncodings(String[]) - Method in class org.apache.axis.encoding.DefaultTypeMappingImpl
 
setSystem(URI) - Method in class org.apache.axis.types.Notation
 
setSystemId(File) - Method in class javax.xml.transform.stream.StreamSource
Set the system ID from a File reference.
setSystemId(String) - Method in interface javax.xml.transform.Source
Set the system identifier for this Source.
setSystemId(String) - Method in class javax.xml.transform.dom.DOMSource
Set the base ID (URL or system ID) from where URLs will be resolved.
setSystemId(String) - Method in class javax.xml.transform.sax.SAXSource
Set the system identifier for this Source.
setSystemId(String) - Method in class javax.xml.transform.stream.StreamSource
Set the system identifier for this Source.
setTargetEndpointAddress(String) - Method in interface javax.xml.rpc.Call
Sets the address of the target service endpoint.
setTargetEndpointAddress(String) - Method in class org.apache.axis.client.Call
Sets the endpoint address of the target service port.
setTargetEndpointAddress(URL) - Method in class org.apache.axis.client.Call
Sets the URL of the target Web Service.
setTargetNamespace(URI) - Method in class org.apache.axis.types.Schema
 
setTargetService(String) - Method in class org.apache.axis.MessageContext
Set the target service for this message.
setTargetService(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Set the target service name
setTestCaseWanted(boolean) - Method in class org.apache.axis.wsdl.toJava.Emitter
Turn on/off test case creation
setThreadDefaultConfig(EngineConfiguration) - Static method in class org.apache.axis.client.ServiceFactory
 
setTime(Calendar) - Method in class org.apache.axis.types.Time
 
setTime(Date) - Method in class org.apache.axis.types.Time
 
setTimeout(int) - Method in class org.apache.axis.MessageContext
Set timeout in our MessageContext.
setTimeout(int) - Method in class org.apache.axis.client.Stub
Set the timeout in milliseconds.
setTimeout(int) - Method in class org.apache.axis.session.SimpleSession
Set the session's time-to-live.
setTimeout(int) - Method in interface org.apache.axis.session.Session
Set the session's time-to-live.
setTimeout(int) - Method in class org.apache.axis.transport.http.AxisHttpSession
Set the session's time-to-live.
setTimeout(Integer) - Method in class org.apache.axis.client.Call
 
setTimeout(long) - Method in class org.apache.axis.wsdl.gen.Parser
Set the timeout, in milliseconds
setTimezone(String) - Method in class org.apache.axis.types.YearMonth
 
setTimezone(String) - Method in class org.apache.axis.types.Year
 
setTimezone(String) - Method in class org.apache.axis.types.MonthDay
 
setTimezone(String) - Method in class org.apache.axis.types.Month
 
setTimezone(String) - Method in class org.apache.axis.types.Day
 
setTransport(Transport) - Method in class org.apache.axis.client.Call
Set the Transport Note: Not part of JAX-RPC specification.
setTransportForProtocol(String, Class) - Static method in class org.apache.axis.client.Call
Register a Transport that should be used for URLs of the specified protocol.
setTransportName(String) - Method in class org.apache.axis.MessageContext
 
setTransportName(String) - Method in class org.apache.axis.client.Transport
Sets the transport chain name - to override the default.
setType(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
 
setType(QName) - Method in class org.apache.axis.message.MessageElement
 
setType(String) - Method in class org.apache.axis.deployment.wsdd.WSDDTargetedChain
 
setType(String) - Method in class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration
 
setType(TypeEntry) - Method in class org.apache.axis.wsdl.symbolTable.Parameter
Set the TypeEntry of the parameter.
setType(TypeEntry) - Method in class org.apache.axis.wsdl.symbolTable.ElementDecl
 
setTypeAttribute(Attributes, QName) - Method in class org.apache.axis.encoding.SerializationContextImpl
Obtains the type attribute that should be serialized and returns the new list of Attributes
setTypeAttribute(Attributes, QName) - Method in interface org.apache.axis.encoding.SerializationContext
Obtains the type attribute that should be serialized and returns the new list of Attributes
setTypeMapping(TypeMapping) - Method in class org.apache.axis.description.ServiceDesc
 
setTypeMapping(TypeMapping) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Sets the TypeMapping used by the service
setTypeMappingRegistry(TypeMappingRegistry) - Method in class org.apache.axis.MessageContext
replace the engine's type mapping registry with a local one
setTypeMappingRegistry(TypeMappingRegistry) - Method in class org.apache.axis.client.Service
Defines the current Type Mappig Registry.
setTypeMappingRegistry(TypeMappingRegistry) - Method in class org.apache.axis.description.ServiceDesc
 
setTypeMappings(Vector) - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
setTypeMappingVersion(String) - Method in class org.apache.axis.wsdl.toJava.Emitter
 
setTypeQName(QName) - Method in class org.apache.axis.description.ParameterDesc
 
setupMessageContext(MessageContext, Call, AxisEngine) - Method in class org.apache.axis.client.Transport
 
setupMessageContextImpl(MessageContext, Call, AxisEngine) - Method in class org.apache.axis.client.Transport
 
setupMessageContextImpl(MessageContext, Call, AxisEngine) - Method in class org.apache.axis.transport.http.HTTPTransport
Set up any transport-specific derived properties in the message context.
setupMessageContextImpl(MessageContext, Call, AxisEngine) - Method in class org.apache.axis.transport.java.JavaTransport
Set up any transport-specific derived properties in the message context.
setupMessageContextImpl(MessageContext, Call, AxisEngine) - Method in class org.apache.axis.transport.jms.JMSTransport
Set up any transport-specific derived properties in the message context.
setupMessageContextImpl(MessageContext, Call, AxisEngine) - Method in class org.apache.axis.transport.local.LocalTransport
Set up any transport-specific derived properties in the message context.
setupMessageContextImpl(MessageContext, Call, AxisEngine) - Method in class org.apache.axis.transport.mail.MailTransport
Set up any transport-specific derived properties in the message context.
setupService(MessageContext) - Method in class org.apache.axis.handlers.JWSHandler
If our path ends in the right file extension (*.jws), handle all the work necessary to compile the source file if it needs it, and set up the "proxy" RPC service surrounding it as the MessageContext's active service.
setUrl(String) - Method in class org.apache.axis.client.Transport
Set the transport-specific URL
setUse(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
setUse
setUse(Use) - Method in class org.apache.axis.deployment.wsdd.WSDDService
Set the service use - literal or encoded
setUse(Use) - Method in class org.apache.axis.description.ServiceDesc
 
setUse(Use) - Method in class org.apache.axis.description.OperationDesc
 
setUse(Use) - Method in class org.apache.axis.handlers.soap.SOAPService
 
setUse(Use) - Method in class org.apache.axis.wsdl.fromJava.Emitter
setUse
setUseInheritedMethods(boolean) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Turn on or off inherited method WSDL generation.
setUserinfo(String) - Method in class org.apache.axis.types.URI
Set the userinfo for this URI.
setUsername(String) - Method in class org.apache.axis.MessageContext
Set the username.
setUsername(String) - Method in class org.apache.axis.client.Stub
Set the username.
setUsername(String) - Method in class org.apache.axis.client.Call
Set the username.
setUsername(String) - Method in class org.apache.axis.wsdl.gen.Parser
 
setUseSOAPAction(boolean) - Method in class org.apache.axis.MessageContext
Should soapAction be used?
setUseSOAPAction(boolean) - Method in class org.apache.axis.client.Call
Should soapAction be used?
setValue(double) - Method in class org.apache.axis.types.UnsignedLong
validates the data and sets the value for the object.
setValue(int) - Method in class org.apache.axis.types.Year
 
setValue(int) - Method in class org.apache.axis.types.Month
 
setValue(int) - Method in class org.apache.axis.types.Day
 
setValue(int, int) - Method in class org.apache.axis.types.YearMonth
 
setValue(int, int) - Method in class org.apache.axis.types.MonthDay
 
setValue(int, int, String) - Method in class org.apache.axis.types.YearMonth
 
setValue(int, int, String) - Method in class org.apache.axis.types.MonthDay
 
setValue(int, String) - Method in class org.apache.axis.types.Year
 
setValue(int, String) - Method in class org.apache.axis.types.Month
 
setValue(int, String) - Method in class org.apache.axis.types.Day
 
setValue(long) - Method in class org.apache.axis.types.UnsignedShort
validates the data and sets the value for the object.
setValue(long) - Method in class org.apache.axis.types.UnsignedInt
validates the data and sets the value for the object.
setValue(long) - Method in class org.apache.axis.types.UnsignedByte
validates the data and sets the value for the object.
setValue(Object) - Method in class org.apache.axis.encoding.DeserializerImpl
Set the deserialized value.
setValue(Object) - Method in interface org.apache.axis.encoding.Deserializer
Set the deserialized value.
setValue(Object) - Method in class org.apache.axis.message.RPCParam
 
setValue(Object, Object) - Method in class org.apache.axis.encoding.DeserializerImpl
 
setValue(Object, Object) - Method in interface org.apache.axis.encoding.Callback
 
setValue(Object, Object) - Method in class org.apache.axis.message.SOAPFaultReasonBuilder
Defined by Callback.
setValue(Object, Object) - Method in class org.apache.axis.message.SOAPFaultDetailsBuilder
 
setValue(Object, Object) - Method in class org.apache.axis.message.SOAPFaultCodeBuilder
 
setValue(Object, Object) - Method in class org.apache.axis.message.SOAPFaultBuilder
 
setValue(String) - Method in class org.apache.axis.deployment.wsdd.WSDDDocumentation
 
setValue(String) - Method in class org.apache.axis.types.NormalizedString
validates the data and sets the value for the object.
setValue(String) - Method in class org.apache.axis.types.NMTokens
 
setValue(String) - Method in class org.apache.axis.types.IDRefs
 
setVerbose(boolean) - Method in class org.apache.axis.wsdl.gen.Parser
 
setVersion(NormalizedString) - Method in class org.apache.axis.types.Schema
 
setWrapped(boolean) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Turn on/off element wrapping for literal soap body's.
setWSDLFile(String) - Method in class org.apache.axis.description.ServiceDesc
set the wsdl file of the service; this causes the named file to be returned on a ?wsdl, probe, not introspection generated wsdl.
setXmlName(QName) - Method in class org.apache.axis.description.FieldDesc
Set the XML QName for this field
setXMLReader(XMLReader) - Method in class javax.xml.transform.sax.SAXSource
Set the XMLReader to be used for the Source.
setXmlType(QName) - Method in class org.apache.axis.description.TypeDesc
 
setXmlType(QName) - Method in class org.apache.axis.description.FieldDesc
Returns the XML type (e.g.
setXmlType(QName) - Method in class org.apache.axis.description.FaultDesc
 
setXSITypeGeneration(Boolean) - Method in class org.apache.axis.message.RPCParam
 
setYear(int) - Method in class org.apache.axis.types.YearMonth
 
setYear(int) - Method in class org.apache.axis.types.Year
 
setYears(int) - Method in class org.apache.axis.types.Duration
 
ShortHolder - class javax.xml.rpc.holders.ShortHolder.
Class ShortHolder
ShortHolder() - Constructor for class javax.xml.rpc.holders.ShortHolder
Constructor ShortHolder
ShortHolder(short) - Constructor for class javax.xml.rpc.holders.ShortHolder
Constructor ShortHolder
shortValue() - Method in class org.apache.axis.types.UnsignedLong
 
shortValue() - Method in class org.apache.axis.types.UnsignedInt
 
ShortWrapperHolder - class javax.xml.rpc.holders.ShortWrapperHolder.
Class ShortWrapperHolder
ShortWrapperHolder() - Constructor for class javax.xml.rpc.holders.ShortWrapperHolder
Constructor ShortWrapperHolder
ShortWrapperHolder(Short) - Constructor for class javax.xml.rpc.holders.ShortWrapperHolder
Constructor ShortWrapperHolder
shouldSaveConfig - Variable in class org.apache.axis.AxisEngine
Should we save the engine config each time we modify it?
shouldSendXSIType() - Method in class org.apache.axis.encoding.SerializationContextImpl
Get whether or not to write xsi:type attributes.
shouldSendXSIType() - Method in interface org.apache.axis.encoding.SerializationContext
Get whether or not to write xsi:type attributes.
shutdown() - Method in class org.apache.axis.components.threadpool.ThreadPool
Forcefully shutdown the pool
shutdown() - Method in interface org.apache.axis.ime.MessageExchangeLifecycle
Performs a "safe shutdown", allowing all current activities to complete.
shutdown() - Method in class org.apache.axis.ime.internal.MessageExchangeProvider
 
shutdown() - Method in class org.apache.axis.ime.internal.MessageExchangeImpl
 
shutdown() - Method in class org.apache.axis.transport.jms.SimpleJMSListener
 
shutdown() - Method in class org.apache.axis.transport.jms.JMSTransport
Shuts down the connectors managed by this JMSTransport.
shutdown() - Method in class org.apache.axis.transport.jms.JMSConnector
 
shutdown(boolean) - Method in interface org.apache.axis.ime.MessageExchangeLifecycle
Performs an "unsafe shutdown", interrupting all current activities without letting them complete
shutdown(boolean) - Method in class org.apache.axis.ime.internal.MessageExchangeProvider
 
shutdown(boolean) - Method in class org.apache.axis.ime.internal.MessageExchangeImpl
 
signature - Variable in class org.apache.axis.wsdl.symbolTable.Parameters
 
SimpleAuthenticatedUser - class org.apache.axis.security.simple.SimpleAuthenticatedUser.
SimpleAuthenticatedUser is a trivial implementation of the AuthenticatedUser interface, for use with a default Axis installation and the SimpleSecurityProvider.
SimpleAuthenticatedUser(String) - Constructor for class org.apache.axis.security.simple.SimpleAuthenticatedUser
 
SimpleAuthenticationHandler - class org.apache.axis.handlers.SimpleAuthenticationHandler.
Just a simple Authentication Handler to see if the user specified in the Bag in the MessageContext is allowed to continue.
SimpleAuthenticationHandler() - Constructor for class org.apache.axis.handlers.SimpleAuthenticationHandler
 
SimpleAuthorizationHandler - class org.apache.axis.handlers.SimpleAuthorizationHandler.
Just a simple Authorization Handler to see if the user specified in the Bag in the MessageContext is allowed to preform this action.
SimpleAuthorizationHandler() - Constructor for class org.apache.axis.handlers.SimpleAuthorizationHandler
 
SimpleAxisServer - class org.apache.axis.transport.http.SimpleAxisServer.
This is a simple implementation of an HTTP server for processing SOAP requests via Apache's xml-axis.
SimpleAxisServer() - Constructor for class org.apache.axis.transport.http.SimpleAxisServer
 
SimpleAxisWorker - class org.apache.axis.transport.http.SimpleAxisWorker.
 
SimpleAxisWorker(SimpleAxisServer, Socket) - Constructor for class org.apache.axis.transport.http.SimpleAxisWorker
 
SimpleChain - class org.apache.axis.SimpleChain.
A Simple Chain is a 'composite' Handler in that it aggregates a collection of Handlers and also acts as a Handler which delegates its operations to the collection.
SimpleChain() - Constructor for class org.apache.axis.SimpleChain
 
SimpleDeserializer - class org.apache.axis.encoding.ser.SimpleDeserializer.
A deserializer for any simple type with a (String) constructor.
SimpleDeserializer(Class, QName) - Constructor for class org.apache.axis.encoding.ser.SimpleDeserializer
The Deserializer is constructed with the xmlType and javaType (which could be a java primitive like int.class)
SimpleDeserializer(Class, QName, TypeDesc) - Constructor for class org.apache.axis.encoding.ser.SimpleDeserializer
 
SimpleDeserializerFactory - class org.apache.axis.encoding.ser.SimpleDeserializerFactory.
A deserializer for any simple type with a (String) constructor.
SimpleDeserializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.SimpleDeserializerFactory
Note that the factory is constructed with the QName and xmlType.
SimpleJMSListener - class org.apache.axis.transport.jms.SimpleJMSListener.
SimpleJMSListener implements the javax.jms.MessageListener interface.
SimpleJMSListener(HashMap, HashMap, String, String, String, boolean) - Constructor for class org.apache.axis.transport.jms.SimpleJMSListener
 
SimpleJMSWorker - class org.apache.axis.transport.jms.SimpleJMSWorker.
SimpleJMSWorker is a worker thread that processes messages that are received by SimpleJMSListener.
SimpleJMSWorker(SimpleJMSListener, BytesMessage) - Constructor for class org.apache.axis.transport.jms.SimpleJMSWorker
 
SimpleMessageExchangeCorrelator - class org.apache.axis.ime.internal.SimpleMessageExchangeCorrelator.
Used for correlating outbound/inbound messages.
SimpleMessageExchangeCorrelator(String) - Constructor for class org.apache.axis.ime.internal.SimpleMessageExchangeCorrelator
 
SimpleProvider - class org.apache.axis.configuration.SimpleProvider.
A SimpleProvider is an EngineConfiguration which contains a simple HashMap-based registry of Handlers, Transports, and Services.
SimpleProvider() - Constructor for class org.apache.axis.configuration.SimpleProvider
Default constructor.
SimpleProvider(EngineConfiguration) - Constructor for class org.apache.axis.configuration.SimpleProvider
Constructor which takes an EngineConfiguration which will be used as the default.
SimpleSecurityProvider - class org.apache.axis.security.simple.SimpleSecurityProvider.
SimpleSecurityProvider
SimpleSecurityProvider() - Constructor for class org.apache.axis.security.simple.SimpleSecurityProvider
 
SimpleSerializer - class org.apache.axis.encoding.ser.SimpleSerializer.
Serializer for primitives and anything simple whose value is obtained with toString()
SimpleSerializer(Class, QName) - Constructor for class org.apache.axis.encoding.ser.SimpleSerializer
 
SimpleSerializer(Class, QName, TypeDesc) - Constructor for class org.apache.axis.encoding.ser.SimpleSerializer
 
SimpleSerializerFactory - class org.apache.axis.encoding.ser.SimpleSerializerFactory.
 
SimpleSerializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.SimpleSerializerFactory
Note that the factory is constructed with the QName and xmlType.
SimpleSession - class org.apache.axis.session.SimpleSession.
A trivial session implementation.
SimpleSession() - Constructor for class org.apache.axis.session.SimpleSession
Default constructor - set lastTouched to now
SimpleSessionHandler - class org.apache.axis.handlers.SimpleSessionHandler.
This handler uses SOAP headers to do simple session management.
SimpleSessionHandler() - Constructor for class org.apache.axis.handlers.SimpleSessionHandler
 
SimpleTargetedChain - class org.apache.axis.SimpleTargetedChain.
A SimpleTargetedChain has a request handler, a pivot handler, and a response handler (any of which may themselves be chains).
SimpleTargetedChain() - Constructor for class org.apache.axis.SimpleTargetedChain
Default no-arg constructor.
SimpleTargetedChain(Handler) - Constructor for class org.apache.axis.SimpleTargetedChain
Constructor for an instance with effectively only a pivot handler.
SimpleTargetedChain(Handler, Handler, Handler) - Constructor for class org.apache.axis.SimpleTargetedChain
Constructor which takes real or null request, pivot, and response handlers.
SimpleType - interface org.apache.axis.encoding.SimpleType.
Marker interface to indicate that a bean is "really" a simple type (typically with attributes).
SimpleUUIDGen - class org.apache.axis.components.uuid.SimpleUUIDGen.
Used to create new universally unique identifiers or UUID's (sometimes called GUID's).
SimpleUUIDGen() - Constructor for class org.apache.axis.components.uuid.SimpleUUIDGen
 
SimpleValueSerializer - interface org.apache.axis.encoding.SimpleValueSerializer.
 
simpleValueType - Variable in class org.apache.axis.wsdl.toJava.JavaBeanWriter
 
singleton - Static variable in class org.apache.axis.message.NullAttributes
 
singletonInstance - Variable in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
Placeholder for hanging on to singleton object
size() - Static method in class org.apache.axis.enum.Use
 
size() - Static method in class org.apache.axis.enum.Style
 
size() - Static method in class org.apache.axis.enum.Scope
 
size() - Method in class org.apache.axis.enum.Enum.Type
 
Skeleton - interface org.apache.axis.wsdl.Skeleton.
Interface for WSDL2Java generated skeletons
SKELETON_DEPLOY_OPT - Static variable in class org.apache.axis.wsdl.WSDL2Java
 
SkeletonImpl - class org.apache.axis.wsdl.SkeletonImpl.
Provides Base function implementation for the Skeleton interface
SkeletonImpl() - Constructor for class org.apache.axis.wsdl.SkeletonImpl
Constructor
skelWriter - Variable in class org.apache.axis.wsdl.toJava.JavaBindingWriter
 
skip(int) - Method in class org.apache.axis.transport.http.NonBlockingBufferedInputStream
skip over (and discard) a specified number of bytes in this input stream
skip(long) - Method in class org.apache.axis.transport.http.ChunkedInputStream
 
skipAttributes() - Method in class org.apache.axis.utils.bytecode.ClassReader
 
skipFully(int) - Method in class org.apache.axis.utils.bytecode.ClassReader
skip n bytes in the input stream.
skippedEntity(String) - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
skippedEntity(String) - Method in class org.apache.axis.message.SAXOutputter
 
skippedEntity(String) - Method in class org.apache.axis.message.SAX2EventRecorder
 
SMTP_HOST - Static variable in class org.apache.axis.transport.mail.MailConstants
 
SOAP_ARRAY - Static variable in class javax.xml.rpc.encoding.XMLType
Field SOAP_ARRAY
SOAP_ARRAY - Static variable in class org.apache.axis.Constants
 
SOAP_ARRAY12 - Static variable in class org.apache.axis.Constants
 
SOAP_BASE64 - Static variable in class javax.xml.rpc.encoding.XMLType
Field SOAP_BASE64
SOAP_BASE64 - Static variable in class org.apache.axis.Constants
 
SOAP_BASE64BINARY - Static variable in class org.apache.axis.Constants
 
SOAP_BOOLEAN - Static variable in class javax.xml.rpc.encoding.XMLType
Field SOAP_BOOLEAN
SOAP_BOOLEAN - Static variable in class org.apache.axis.Constants
 
SOAP_BYTE - Static variable in class javax.xml.rpc.encoding.XMLType
Field SOAP_BYTE
SOAP_BYTE - Static variable in class org.apache.axis.Constants
 
SOAP_DECIMAL - Static variable in class org.apache.axis.Constants
 
SOAP_DOCUMENT - Static variable in class org.apache.axis.Constants
 
SOAP_DOUBLE - Static variable in class javax.xml.rpc.encoding.XMLType
Field SOAP_DOUBLE
SOAP_DOUBLE - Static variable in class org.apache.axis.Constants
 
SOAP_ELEMENT - Static variable in class org.apache.axis.Constants
 
SOAP_FLOAT - Static variable in class javax.xml.rpc.encoding.XMLType
Field SOAP_FLOAT
SOAP_FLOAT - Static variable in class org.apache.axis.Constants
 
SOAP_INT - Static variable in class javax.xml.rpc.encoding.XMLType
Field SOAP_INT
SOAP_INT - Static variable in class org.apache.axis.Constants
 
SOAP_INTEGER - Static variable in class org.apache.axis.Constants
 
SOAP_LONG - Static variable in class javax.xml.rpc.encoding.XMLType
Field SOAP_LONG
SOAP_LONG - Static variable in class org.apache.axis.Constants
 
SOAP_MAP - Static variable in class org.apache.axis.Constants
 
SOAP_MONITOR_ID - Static variable in class org.apache.axis.monitor.SOAPMonitorConstants
Unique SOAP monitor id tag
SOAP_MONITOR_PORT - Static variable in class org.apache.axis.monitor.SOAPMonitorConstants
Servlet initialization parameter names
SOAP_MONITOR_REQUEST - Static variable in class org.apache.axis.monitor.SOAPMonitorConstants
SOAP message types
SOAP_MONITOR_RESPONSE - Static variable in class org.apache.axis.monitor.SOAPMonitorConstants
 
SOAP_SHORT - Static variable in class javax.xml.rpc.encoding.XMLType
Field SOAP_SHORT
SOAP_SHORT - Static variable in class org.apache.axis.Constants
 
SOAP_STRING - Static variable in class javax.xml.rpc.encoding.XMLType
Field SOAP_STRING
SOAP_STRING - Static variable in class org.apache.axis.Constants
 
SOAP_VECTOR - Static variable in class org.apache.axis.Constants
 
SOAP11_CONSTANTS - Static variable in interface org.apache.axis.soap.SOAPConstants
SOAP 1.1 constants - thread-safe and shared
SOAP11Constants - class org.apache.axis.soap.SOAP11Constants.
SOAP 1.1 constants
SOAP11Constants() - Constructor for class org.apache.axis.soap.SOAP11Constants
 
SOAP12_CONSTANTS - Static variable in interface org.apache.axis.soap.SOAPConstants
SOAP 1.2 constants - thread-safe and shared
SOAP12Constants - class org.apache.axis.soap.SOAP12Constants.
SOAP 1.2 constants
SOAP12Constants() - Constructor for class org.apache.axis.soap.SOAP12Constants
 
SOAPACTION_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
SOAPACTION_URI_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property for SOAPAction.
SOAPACTION_USE_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property for SOAPAction.
SOAPBody - interface javax.xml.soap.SOAPBody.
An object that represents the contents of the SOAP body element in a SOAP message.
SOAPBody - class org.apache.axis.message.SOAPBody.
Holder for body elements.
SOAPBody(String, String, String, Attributes, DeserializationContext, SOAPConstants) - Constructor for class org.apache.axis.message.SOAPBody
 
SOAPBodyElement - interface javax.xml.soap.SOAPBodyElement.
A SOAPBodyElement object represents the contents in a SOAPBody object.
SOAPBodyElement - class org.apache.axis.message.SOAPBodyElement.
A Body element.
SOAPBodyElement() - Constructor for class org.apache.axis.message.SOAPBodyElement
 
SOAPBodyElement(Element) - Constructor for class org.apache.axis.message.SOAPBodyElement
 
SOAPBodyElement(InputStream) - Constructor for class org.apache.axis.message.SOAPBodyElement
 
SOAPBodyElement(Name) - Constructor for class org.apache.axis.message.SOAPBodyElement
 
SOAPBodyElement(String, String, String, Attributes, DeserializationContext) - Constructor for class org.apache.axis.message.SOAPBodyElement
 
SOAPConnection - class javax.xml.soap.SOAPConnection.
A point-to-point connection that a client can use for sending messages directly to a remote party (represented by a URL, for instance).
SOAPConnection() - Constructor for class javax.xml.soap.SOAPConnection
 
SOAPConnectionFactory - class javax.xml.soap.SOAPConnectionFactory.
 
SOAPConnectionFactory() - Constructor for class javax.xml.soap.SOAPConnectionFactory
 
SOAPConnectionFactoryImpl - class org.apache.axis.soap.SOAPConnectionFactoryImpl.
SOAP Connection Factory implementation
SOAPConnectionFactoryImpl() - Constructor for class org.apache.axis.soap.SOAPConnectionFactoryImpl
 
SOAPConnectionImpl - class org.apache.axis.soap.SOAPConnectionImpl.
SOAP Connection implementation
SOAPConnectionImpl() - Constructor for class org.apache.axis.soap.SOAPConnectionImpl
 
SOAPConstants - interface javax.xml.soap.SOAPConstants.
The definition of constants pertaining to the SOAP 1.1 protocol.
SOAPConstants - interface org.apache.axis.soap.SOAPConstants.
An interface definining SOAP constants.
SOAPElement - interface javax.xml.soap.SOAPElement.
An object representing the contents in a SOAPBody object, the contents in a SOAPHeader object, the content that can follow the SOAPBody object in a SOAPEnvelope object, or what can follow the detail element in a SOAPFault object.
SOAPElementFactory - class javax.xml.soap.SOAPElementFactory.
Deprecated. - Use javax.xml.soap.SOAPFactory for creating SOAPElements.
SOAPEnvelope - interface javax.xml.soap.SOAPEnvelope.
The container for the SOAPHeader and SOAPBody portions of a SOAPPart object.
SOAPEnvelope - class org.apache.axis.message.SOAPEnvelope.
Implementation of a SOAP Envelope
SOAPEnvelope() - Constructor for class org.apache.axis.message.SOAPEnvelope
 
SOAPEnvelope(boolean, SOAPConstants) - Constructor for class org.apache.axis.message.SOAPEnvelope
 
SOAPEnvelope(boolean, SOAPConstants, SchemaVersion) - Constructor for class org.apache.axis.message.SOAPEnvelope
 
SOAPEnvelope(InputStream) - Constructor for class org.apache.axis.message.SOAPEnvelope
 
SOAPEnvelope(SOAPConstants) - Constructor for class org.apache.axis.message.SOAPEnvelope
 
SOAPEnvelope(SOAPConstants, SchemaVersion) - Constructor for class org.apache.axis.message.SOAPEnvelope
 
SOAPException - exception javax.xml.soap.SOAPException.
An exception that signals that a SOAP exception has occurred.
SOAPException() - Constructor for class javax.xml.soap.SOAPException
Constructs a SOAPException object with no reason or embedded Throwable object.
SOAPException(String) - Constructor for class javax.xml.soap.SOAPException
Constructs a SOAPException object with the given String as the reason for the exception being thrown.
SOAPException(String, Throwable) - Constructor for class javax.xml.soap.SOAPException
Constructs a SOAPException object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded exception.
SOAPException(Throwable) - Constructor for class javax.xml.soap.SOAPException
Constructs a SOAPException object initialized with the given Throwable object.
SOAPFactory - class javax.xml.soap.SOAPFactory.
SOAPFactory is a factory for creating various objects that exist in the SOAP XML tree.
SOAPFactory() - Constructor for class javax.xml.soap.SOAPFactory
 
SOAPFactoryImpl - class org.apache.axis.soap.SOAPFactoryImpl.
SOAP Element Factory implementation
SOAPFactoryImpl() - Constructor for class org.apache.axis.soap.SOAPFactoryImpl
 
SOAPFault - interface javax.xml.soap.SOAPFault.
An element in the SOAPBody object that contains error and/or status information.
SOAPFault - class org.apache.axis.message.SOAPFault.
A Fault body element.
SOAPFault(AxisFault) - Constructor for class org.apache.axis.message.SOAPFault
 
SOAPFault(String, String, String, Attributes, DeserializationContext) - Constructor for class org.apache.axis.message.SOAPFault
 
SOAPFaultBuilder - class org.apache.axis.message.SOAPFaultBuilder.
Build a Fault body element.
SOAPFaultBuilder(SOAPFault, DeserializationContext) - Constructor for class org.apache.axis.message.SOAPFaultBuilder
 
SOAPFaultCodeBuilder - class org.apache.axis.message.SOAPFaultCodeBuilder.
Build a Fault body element.
SOAPFaultCodeBuilder() - Constructor for class org.apache.axis.message.SOAPFaultCodeBuilder
 
SOAPFaultDetailsBuilder - class org.apache.axis.message.SOAPFaultDetailsBuilder.
Handle deserializing fault details.
SOAPFaultDetailsBuilder(SOAPFaultBuilder) - Constructor for class org.apache.axis.message.SOAPFaultDetailsBuilder
 
SOAPFaultElement - interface javax.xml.soap.SOAPFaultElement.
A representation of the contents in a SOAPFault object.
SOAPFaultElement - class org.apache.axis.message.SOAPFaultElement.
SOAP Fault implementation
SOAPFaultElement() - Constructor for class org.apache.axis.message.SOAPFaultElement
 
SOAPFaultException - exception javax.xml.rpc.soap.SOAPFaultException.
The SOAPFaultException exception represents a SOAP fault.
SOAPFaultException(QName, String, String, Detail) - Constructor for class javax.xml.rpc.soap.SOAPFaultException
Constructor for SOAPFaultException
SOAPFaultReasonBuilder - class org.apache.axis.message.SOAPFaultReasonBuilder.
Parser for the fault Reason element and its associated Text elements.
SOAPFaultReasonBuilder(SOAPFaultBuilder) - Constructor for class org.apache.axis.message.SOAPFaultReasonBuilder
 
SOAPHandler - class org.apache.axis.message.SOAPHandler.
 
SOAPHandler() - Constructor for class org.apache.axis.message.SOAPHandler
 
SOAPHandler(MessageElement[], int) - Constructor for class org.apache.axis.message.SOAPHandler
This constructor allows deferred setting of any elements
SOAPHeader - interface javax.xml.soap.SOAPHeader.
A representation of the SOAP header element.
SOAPHeader - class org.apache.axis.message.SOAPHeader.
Holder for header elements.
SOAPHeader(String, String, String, Attributes, DeserializationContext, SOAPConstants) - Constructor for class org.apache.axis.message.SOAPHeader
 
SOAPHeaderElement - interface javax.xml.soap.SOAPHeaderElement.
An object representing the contents in the SOAP header part of the SOAP envelope.
SOAPHeaderElement - class org.apache.axis.message.SOAPHeaderElement.
A simple header element abstraction.
SOAPHeaderElement(Element) - Constructor for class org.apache.axis.message.SOAPHeaderElement
 
SOAPHeaderElement(Name) - Constructor for class org.apache.axis.message.SOAPHeaderElement
 
SOAPHeaderElement(String, String) - Constructor for class org.apache.axis.message.SOAPHeaderElement
 
SOAPHeaderElement(String, String, Object) - Constructor for class org.apache.axis.message.SOAPHeaderElement
 
SOAPHeaderElement(String, String, String, Attributes, DeserializationContext) - Constructor for class org.apache.axis.message.SOAPHeaderElement
 
SOAPMessage - class javax.xml.soap.SOAPMessage.
The root class for all SOAP messages.
SOAPMessage() - Constructor for class javax.xml.soap.SOAPMessage
 
SOAPMessageContext - interface javax.xml.rpc.handler.soap.SOAPMessageContext.
The interface javax.xml.rpc.soap.SOAPMessageContext provides access to the SOAP message for either RPC request or response.
SOAPMonitorConstants - class org.apache.axis.monitor.SOAPMonitorConstants.
SOAP Monitor Service constants
SOAPMonitorConstants() - Constructor for class org.apache.axis.monitor.SOAPMonitorConstants
 
SOAPMonitorHandler - class org.apache.axis.handlers.SOAPMonitorHandler.
This handler is used to route SOAP messages to the SOAP monitor service.
SOAPMonitorHandler() - Constructor for class org.apache.axis.handlers.SOAPMonitorHandler
Constructor
SOAPMonitorService - class org.apache.axis.monitor.SOAPMonitorService.
This is a SOAP Monitor Service class.
SOAPMonitorService() - Constructor for class org.apache.axis.monitor.SOAPMonitorService
Constructor
soapPart - Variable in class org.apache.axis.attachments.AttachmentsImpl
Field soapPart
SOAPPart - class javax.xml.soap.SOAPPart.
The container for the SOAP-specific portion of a SOAPMessage object.
SOAPPart - class org.apache.axis.SOAPPart.
The SOAPPart provides access to the root part of the Message which contains the envelope.
SOAPPart() - Constructor for class javax.xml.soap.SOAPPart
 
SOAPPart(Message, Object, boolean) - Constructor for class org.apache.axis.SOAPPart
Do not call this directly! Should only be called by Message.
SOAPService - class org.apache.axis.handlers.soap.SOAPService.
A SOAPService is a Handler which encapsulates a SOAP invocation.
SOAPService() - Constructor for class org.apache.axis.handlers.soap.SOAPService
Standard, no-arg constructor.
SOAPService(Handler) - Constructor for class org.apache.axis.handlers.soap.SOAPService
Convenience constructor for wrapping SOAP semantics around "service handlers" which actually do work.
SOAPService(Handler, Handler, Handler) - Constructor for class org.apache.axis.handlers.soap.SOAPService
Constructor with real or null request, pivot, and response handlers.
soapServices - Static variable in class org.apache.axis.handlers.JWSHandler
 
soapStream - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
Field soapStream
soapStream - Variable in class org.apache.axis.attachments.MultiPartDimeInputStream
 
soapStreamBDS - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
Field soapStreamBDS
SocketFactory - interface org.apache.axis.components.net.SocketFactory.
Socket factory.
SocketFactoryFactory - class org.apache.axis.components.net.SocketFactoryFactory.
Class SocketFactoryFactory
SocketFactoryFactory() - Constructor for class org.apache.axis.components.net.SocketFactoryFactory
 
SocketInputStream - class org.apache.axis.transport.http.SocketInputStream.
The ONLY reason for this is so we can clean up sockets quicker/cleaner.
SocketInputStream(InputStream, Socket) - Constructor for class org.apache.axis.transport.http.SocketInputStream
 
SonicMQVendorAdapter - class org.apache.axis.components.jms.SonicMQVendorAdapter.
Defines SonicMQ specific constants for connnection factory creation.
SonicMQVendorAdapter() - Constructor for class org.apache.axis.components.jms.SonicMQVendorAdapter
 
Source - interface javax.xml.transform.Source.
An object that implements this interface contains the information needed to act as source input (XML source or transformation instructions).
SourceDataHandlerDeserializer - class org.apache.axis.encoding.ser.SourceDataHandlerDeserializer.
SourceDataHandler Deserializer Modified by Russell Butek
SourceDataHandlerDeserializer() - Constructor for class org.apache.axis.encoding.ser.SourceDataHandlerDeserializer
 
SourceDataHandlerSerializer - class org.apache.axis.encoding.ser.SourceDataHandlerSerializer.
SourceDataHandler Serializer
SourceDataHandlerSerializer() - Constructor for class org.apache.axis.encoding.ser.SourceDataHandlerSerializer
 
SourceDataSource - class org.apache.axis.attachments.SourceDataSource.
 
SourceDataSource(String, StreamSource) - Constructor for class org.apache.axis.attachments.SourceDataSource
 
SourceDataSource(String, String, StreamSource) - Constructor for class org.apache.axis.attachments.SourceDataSource
 
SourceHolder - class org.apache.axis.holders.SourceHolder.
Class SourceHolder
SourceHolder() - Constructor for class org.apache.axis.holders.SourceHolder
Constructor SourceHolder
SourceHolder(Source) - Constructor for class org.apache.axis.holders.SourceHolder
Constructor SourceHolder
sourceToInputSource(Source) - Static method in class javax.xml.transform.sax.SAXSource
Attempt to obtain a SAX InputSource object from a TrAX Source object.
sourceToInputSource(Source) - Static method in class org.apache.axis.utils.XMLUtils
Utility to get the bytes uri
srcDir - Variable in class org.apache.axis.components.compiler.AbstractCompiler
The name of the directory containing the source program file
sslFactory - Variable in class org.apache.axis.components.net.JSSESocketFactory
Field sslFactory
stackToString(Throwable) - Static method in class org.apache.axis.utils.JavaUtils
 
standardTypes - Static variable in class org.apache.axis.wsdl.fromJava.Emitter
 
start() - Method in class org.apache.axis.handlers.soap.SOAPService
Placeholder for "enable this service" method
start() - Method in class org.apache.axis.server.AxisServer
Start the server.
start() - Method in class org.apache.axis.transport.http.SimpleAxisServer
Start this server as a NON-daemon.
start() - Method in class org.apache.axis.transport.jms.SimpleJMSListener
 
start() - Method in class org.apache.axis.transport.jms.JMSConnector
 
start() - Method in class org.apache.axis.transport.mail.MailServer
Start this server as a NON-daemon.
start(boolean) - Method in class org.apache.axis.transport.http.SimpleAxisServer
Start this server.
start(boolean) - Method in class org.apache.axis.transport.mail.MailServer
Start this server.
startCDATA() - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
startCDATA() - Method in class org.apache.axis.message.SAXOutputter
 
startCDATA() - Method in class org.apache.axis.message.SAX2EventRecorder
 
startContentsIndex - Variable in class org.apache.axis.message.MessageElement
 
startDocument() - Method in class org.apache.axis.encoding.DeserializationContextImpl
SAX event handlers
startDocument() - Method in class org.apache.axis.message.SAXOutputter
 
startDocument() - Method in class org.apache.axis.message.SAX2EventRecorder
 
startDTD(String, String, String) - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
startDTD(String, String, String) - Method in class org.apache.axis.message.SAXOutputter
 
startDTD(String, String, String) - Method in class org.apache.axis.message.SAX2EventRecorder
 
startElement(QName, Attributes) - Method in class org.apache.axis.encoding.SerializationContextImpl
Writes (using the Writer) the start tag for element QName along with the indicated attributes and namespace mappings.
startElement(QName, Attributes) - Method in interface org.apache.axis.encoding.SerializationContext
Writes (using the Writer) the start tag for element QName along with the indicated attributes and namespace mappings.
startElement(QName, Attributes) - Method in class org.apache.axis.encoding.AttributeSerializationContextImpl
 
startElement(String, String, String, Attributes) - Method in class org.apache.axis.encoding.DeserializationContextImpl
startElement is called when an element is read.
startElement(String, String, String, Attributes) - Method in class org.apache.axis.message.SAXOutputter
 
startElement(String, String, String, Attributes) - Method in class org.apache.axis.message.SAX2EventRecorder
 
startElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.DeserializerImpl
This method is invoked when an element start tag is encountered.
startElement(String, String, String, Attributes, DeserializationContext) - Method in interface org.apache.axis.encoding.Deserializer
This method is invoked when an element start tag is encountered.
startElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ser.SourceDataHandlerDeserializer
 
startElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ser.PlainTextDataHandlerDeserializer
 
startElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ser.OctetStreamDataHandlerDeserializer
 
startElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ser.MimeMultipartDataHandlerDeserializer
 
startElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ser.JAFDataHandlerDeserializer
 
startElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ser.ImageDataHandlerDeserializer
 
startElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ser.BeanDeserializer
startElement The ONLY reason that this method is overridden is so that the object value can be set or a reasonable exception is thrown indicating that the object cannot be created.
startElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.SOAPHandler
 
startElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.SOAPFaultDetailsBuilder
 
startElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.SOAPFaultBuilder
 
startElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.RPCHandler
This method is invoked when an element start tag is encountered.
startElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.HeaderBuilder
 
startElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.EnvelopeBuilder
 
startElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.BodyBuilder
 
startEntity(String) - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
startEntity(String) - Method in class org.apache.axis.message.SAXOutputter
 
startEntity(String) - Method in class org.apache.axis.message.SAX2EventRecorder
 
startEventIndex - Variable in class org.apache.axis.message.MessageElement
 
startOfMappingsPos - Variable in class org.apache.axis.encoding.DeserializationContextImpl
 
startPrefixMapping(String, String) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Record the current set of prefix mappings in the nsMappings table.
startPrefixMapping(String, String) - Method in class org.apache.axis.message.SAXOutputter
 
startPrefixMapping(String, String) - Method in class org.apache.axis.message.SAX2EventRecorder
 
status - Variable in class org.apache.axis.ime.event.MessageStatusEvent
 
STOP_CLASSES_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
stop() - Method in class org.apache.axis.handlers.soap.SOAPService
Placeholder for "disable this service" method
stop() - Method in class org.apache.axis.server.AxisServer
Stop the server.
stop() - Method in class org.apache.axis.transport.http.SimpleAxisServer
Stop this server.
stop() - Method in class org.apache.axis.transport.jms.JMSConnector
 
stop() - Method in class org.apache.axis.transport.mail.MailServer
Stop this server.
streamCount - Static variable in class org.apache.axis.attachments.DimeDelimitedInputStream
 
streamInError - Variable in class org.apache.axis.attachments.DimeDelimitedInputStream
 
streamNo - Variable in class org.apache.axis.attachments.DimeDelimitedInputStream
 
streamNo - Variable in class org.apache.axis.attachments.BoundaryDelimitedStream
Field streamNo
StreamSource - class javax.xml.transform.stream.StreamSource.
Acts as an holder for a transformation Source in the form of a stream of XML markup.
StreamSource() - Constructor for class javax.xml.transform.stream.StreamSource
Zero-argument default constructor.
StreamSource(File) - Constructor for class javax.xml.transform.stream.StreamSource
Construct a StreamSource from a File.
StreamSource(InputStream) - Constructor for class javax.xml.transform.stream.StreamSource
Construct a StreamSource from a byte stream.
StreamSource(InputStream, String) - Constructor for class javax.xml.transform.stream.StreamSource
Construct a StreamSource from a byte stream.
StreamSource(Reader) - Constructor for class javax.xml.transform.stream.StreamSource
Construct a StreamSource from a character reader.
StreamSource(Reader, String) - Constructor for class javax.xml.transform.stream.StreamSource
Construct a StreamSource from a character reader.
StreamSource(String) - Constructor for class javax.xml.transform.stream.StreamSource
Construct a StreamSource from a URL.
StringHolder - class javax.xml.rpc.holders.StringHolder.
Class StringHolder
StringHolder() - Constructor for class javax.xml.rpc.holders.StringHolder
Constructor StringHolder
StringHolder(String) - Constructor for class javax.xml.rpc.holders.StringHolder
Constructor StringHolder
StringToElement(String, String, String) - Static method in class org.apache.axis.utils.XMLUtils
Convert a simple string to an element with a text node
Stub - interface javax.xml.rpc.Stub.
The interface javax.xml.rpc.Stub is the common base interface for the stub classes.
Stub - class org.apache.axis.client.Stub.
This class is the base for all generated stubs.
Stub() - Constructor for class org.apache.axis.client.Stub
 
stubWriter - Variable in class org.apache.axis.wsdl.toJava.JavaBindingWriter
 
Style - class org.apache.axis.enum.Style.
Description of the different styles
style=rpc, use=encoded
First element of the SOAP body is the operation.
STYLE_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
Style.Type - class org.apache.axis.enum.Style.Type.
 
SUBSCRIBE_ACTION - Static variable in class org.apache.axis.components.jms.JMSVendorAdapter
 
Subscription - class org.apache.axis.transport.jms.Subscription.
 
SUBSCRIPTION_NAME - Static variable in interface org.apache.axis.transport.jms.JMSConstants
Specifies the name of a durable subscription Key for properties used in the registerListener method.
SunFakeTrustSocketFactory - class org.apache.axis.components.net.SunFakeTrustSocketFactory.
Hook for Axis sender, allowing unsigned server certs
SunFakeTrustSocketFactory.FakeX509TrustManager - class org.apache.axis.components.net.SunFakeTrustSocketFactory.FakeX509TrustManager.
Class FakeX509TrustManager
SunFakeTrustSocketFactory.FakeX509TrustManager() - Constructor for class org.apache.axis.components.net.SunFakeTrustSocketFactory.FakeX509TrustManager
 
SunFakeTrustSocketFactory(Hashtable) - Constructor for class org.apache.axis.components.net.SunFakeTrustSocketFactory
Constructor FakeTrustSocketFactory
SunJSSESocketFactory - class org.apache.axis.components.net.SunJSSESocketFactory.
SSL socket factory.
SunJSSESocketFactory(Hashtable) - Constructor for class org.apache.axis.components.net.SunJSSESocketFactory
Constructor JSSESocketFactory
supplemental(char, char) - Static method in class org.apache.axis.utils.XMLChar
Returns true the supplemental character corresponding to the given surrogates.
symbolTable - Variable in class org.apache.axis.wsdl.toJava.JavaImplWriter
 
symbolTable - Variable in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
symbolTable - Variable in class org.apache.axis.wsdl.toJava.JavaDeployWriter
 
symbolTable - Variable in class org.apache.axis.wsdl.toJava.JavaDefinitionWriter
 
symbolTable - Variable in class org.apache.axis.wsdl.toJava.JavaBindingWriter
 
SymbolTable - class org.apache.axis.wsdl.symbolTable.SymbolTable.
This class represents a table of all of the top-level symbols from a set of WSDL Definitions and DOM Documents: XML types; WSDL messages, portTypes, bindings, and services.
SymbolTable(BaseTypeMapping, boolean, boolean, boolean) - Constructor for class org.apache.axis.wsdl.symbolTable.SymbolTable
Construct a symbol table with the given Namespaces.
SymTabEntry - class org.apache.axis.wsdl.symbolTable.SymTabEntry.
SymTabEntry is the base class for all symbol table entries.
SymTabEntry(QName) - Constructor for class org.apache.axis.wsdl.symbolTable.SymTabEntry
Construct a symbol table entry with the given QName.
SYSTEM_PROPERTY_NAME - Static variable in interface org.apache.axis.EngineConfigurationFactory
Property name used for setting an EngineConfiguration to be used in creating engines.
systemTempDir - Static variable in class org.apache.axis.MessageContext
temporary directory to store attachments

T

target - Variable in class org.apache.axis.encoding.DeserializerTarget
 
target - Variable in class org.apache.axis.encoding.CallbackTarget
 
Target - interface org.apache.axis.encoding.Target.
A deserializer constructs a value from the xml passed over the wire and sets a target.
TargetedChain - interface org.apache.axis.TargetedChain.
 
targets - Variable in class org.apache.axis.encoding.DeserializerImpl
 
tcpmon - class org.apache.axis.utils.tcpmon.
TCP monitor to log http messages and responses, both SOAP and plain HTTP.
tcpmon(int, String, int) - Constructor for class org.apache.axis.utils.tcpmon
 
TEST_OPT - Static variable in class org.apache.axis.wsdl.WSDL2Java
 
testCaseWriter - Variable in class org.apache.axis.wsdl.toJava.JavaServiceWriter
 
Text - interface javax.xml.soap.Text.
A representation of a node whose value is text.
Text - class org.apache.axis.message.Text.
A representation of a node whose value is text.
TEXT_ARGUMENT - Static variable in class org.apache.axis.utils.CLOption
Value of CLOption.getId() when the option is a text argument.
Text(String) - Constructor for class org.apache.axis.message.Text
 
textRep - Variable in class org.apache.axis.message.MessageElement
 
threadcount - Variable in class org.apache.axis.components.threadpool.ThreadPool
 
ThreadPool - class org.apache.axis.components.threadpool.ThreadPool.
 
ThreadPool() - Constructor for class org.apache.axis.components.threadpool.ThreadPool
 
threads - Variable in class org.apache.axis.components.threadpool.ThreadPool
 
Time - class org.apache.axis.types.Time.
Class that represents the xsd:time XML Schema type
TIME_LOG_CATEGORY - Static variable in class org.apache.axis.Constants
time logged stuff
TIME_TO_LIVE - Static variable in interface org.apache.axis.transport.jms.JMSConstants
Key for properties used in the send and call methods.
Time(Calendar) - Constructor for class org.apache.axis.types.Time
Initialize with a Calender, year month and date are ignored
Time(String) - Constructor for class org.apache.axis.types.Time
Converts a string formatted as HH:mm:ss[.SSS][+/-offset]
TimeHolder - class org.apache.axis.holders.TimeHolder.
Class TimeHolder
TimeHolder() - Constructor for class org.apache.axis.holders.TimeHolder
Constructor TimeHolder
TimeHolder(Time) - Constructor for class org.apache.axis.holders.TimeHolder
Constructor TimeHolder
TIMEOUT_TIME - Static variable in interface org.apache.axis.transport.jms.JMSConstants
Key for properties used in the createConnector method.
TO_ADDRESS - Static variable in class org.apache.axis.transport.mail.MailConstants
 
toByte() - Method in class org.apache.axis.attachments.DimeTypeNameFormat
 
toDir(String) - Method in class org.apache.axis.wsdl.toJava.Namespaces
Return the given package name in directory format (dots replaced by slashes).
Token - class org.apache.axis.types.Token.
Custom class for supporting primitive XSD data type Token.
Token() - Constructor for class org.apache.axis.types.Token
 
Token(String) - Constructor for class org.apache.axis.types.Token
ctor for Token
TokenHolder - class org.apache.axis.holders.TokenHolder.
Class TokenHolder
TokenHolder() - Constructor for class org.apache.axis.holders.TokenHolder
Constructor TokenHolder
TokenHolder(Token) - Constructor for class org.apache.axis.holders.TokenHolder
Constructor NormalizedTokenHolderStringHolder
TopicConnector - class org.apache.axis.transport.jms.TopicConnector.
TopicConnector is a concrete JMSConnector subclass that specifically handles connections to topics (pub-sub domain).
TopicConnector(TopicConnectionFactory, int, int, long, long, long, boolean, String, String, String, JMSVendorAdapter) - Constructor for class org.apache.axis.transport.jms.TopicConnector
 
topOfFrame() - Method in class org.apache.axis.utils.NSStack
Reset the embedded iterator in this class to the top of the current (i.e., last) frame.
toString() - Method in class javax.xml.messaging.Endpoint
Retrieves a string representation of this Endpoint object.
toString() - Method in class javax.xml.namespace.QName
Returns a string representation of this QName
toString() - Method in class javax.xml.rpc.ParameterMode
Method toString
toString() - Method in class org.apache.axis.ConfigurationException
stringify, including stack trace.
toString() - Method in class org.apache.axis.AxisFault
string operator
toString() - Method in class org.apache.axis.attachments.DimeTypeNameFormat
 
toString() - Method in class org.apache.axis.components.compiler.Jikes
 
toString() - Method in class org.apache.axis.components.compiler.Javac
 
toString() - Method in class org.apache.axis.description.ParameterDesc
 
toString() - Method in class org.apache.axis.description.OperationDesc
 
toString() - Method in class org.apache.axis.description.FaultDesc
 
toString() - Method in class org.apache.axis.enum.Enum
 
toString() - Method in class org.apache.axis.i18n.ProjectResourceBundle
 
toString() - Method in class org.apache.axis.message.MessageElement
 
toString() - Method in class org.apache.axis.transport.jms.Subscription
 
toString() - Method in class org.apache.axis.types.YearMonth
 
toString() - Method in class org.apache.axis.types.Year
 
toString() - Method in class org.apache.axis.types.URI
Get the URI as a string specification.
toString() - Method in class org.apache.axis.types.UnsignedLong
 
toString() - Method in class org.apache.axis.types.UnsignedInt
 
toString() - Method in class org.apache.axis.types.Time
 
toString() - Method in class org.apache.axis.types.NormalizedString
 
toString() - Method in class org.apache.axis.types.NMTokens
 
toString() - Method in class org.apache.axis.types.MonthDay
 
toString() - Method in class org.apache.axis.types.Month
 
toString() - Method in class org.apache.axis.types.IDRefs
 
toString() - Method in class org.apache.axis.types.HexBinary
 
toString() - Method in class org.apache.axis.types.Duration
This returns the xml representation of an xsd:duration object.
toString() - Method in class org.apache.axis.types.Day
 
toString() - Method in class org.apache.axis.utils.CLOptionDescriptor
Convert to String.
toString() - Method in class org.apache.axis.utils.CLOption
Convert to String.
toString() - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
Get string representation.
toString() - Method in class org.apache.axis.wsdl.symbolTable.SymTabEntry
Collate the info in this object in string form.
toString() - Method in class org.apache.axis.wsdl.symbolTable.Parameters
 
toString() - Method in class org.apache.axis.wsdl.symbolTable.Parameter
 
toString() - Method in class org.apache.axis.wsdl.symbolTable.MimeInfo
 
toString() - Method in class org.apache.axis.wsdl.toJava.GeneratedFileInfo
Convert all entries in the list to a string
toString() - Method in class org.apache.axis.wsdl.toJava.GeneratedFileInfo.Entry
 
toString(String) - Method in class org.apache.axis.description.ParameterDesc
 
toString(String) - Method in class org.apache.axis.description.OperationDesc
 
toString(String) - Method in class org.apache.axis.description.FaultDesc
 
toString(String) - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
Get string representation with indentation
toString(String) - Method in class org.apache.axis.wsdl.symbolTable.SymTabEntry
Collate the info in this object in string form with indentation.
toStringArray(List) - Method in class org.apache.axis.components.compiler.Jikes
Copy arguments to a string array
toStringArray(List) - Method in class org.apache.axis.components.compiler.AbstractCompiler
Copy arguments to a string array
totalsz - Variable in class org.apache.axis.attachments.ManagedMemoryDataSource
Field totalsz
touch() - Method in class org.apache.axis.session.SimpleSession
"Touch" the session (mark it recently used)
touch() - Method in interface org.apache.axis.session.Session
"Touch" the session (mark it recently used)
touch() - Method in class org.apache.axis.transport.http.AxisHttpSession
"Touch" the session (mark it recently used)
trailers - Variable in class org.apache.axis.message.SOAPEnvelope
 
TRANS_URL - Static variable in class org.apache.axis.MessageContext
This String is the URL that the message came to
Transport - class org.apache.axis.client.Transport.
 
Transport - class org.apache.axis.server.Transport.
Transport is a targeted chain that knows it's a transport.
TRANSPORT_NAME - Static variable in class org.apache.axis.client.Call
 
TRANSPORT_PROPERTY - Static variable in class org.apache.axis.client.Call
 
Transport() - Constructor for class org.apache.axis.client.Transport
 
Transport() - Constructor for class org.apache.axis.server.Transport
 
TransportClientProperties - interface org.apache.axis.components.net.TransportClientProperties.
 
TransportClientPropertiesFactory - class org.apache.axis.components.net.TransportClientPropertiesFactory.
 
TransportClientPropertiesFactory() - Constructor for class org.apache.axis.components.net.TransportClientPropertiesFactory
 
transportName - Variable in class org.apache.axis.client.Transport
Transport Chain Name - so users can change the default.
type - Variable in class org.apache.axis.attachments.DimeBodyPart
 
type - Variable in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
Our type
type - Variable in class org.apache.axis.wsdl.toJava.JavaWriter
 
type - Variable in class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
 
type - Variable in class org.apache.axis.wsdl.toJava.GeneratedFileInfo.Entry
 
Type - class org.apache.axis.wsdl.symbolTable.Type.
This class represents a TypeEntry that is a type (complexType, simpleType, etc.
TYPE_HTTP_GET - Static variable in class org.apache.axis.wsdl.symbolTable.BindingEntry
 
TYPE_HTTP_POST - Static variable in class org.apache.axis.wsdl.symbolTable.BindingEntry
 
TYPE_SOAP - Static variable in class org.apache.axis.wsdl.symbolTable.BindingEntry
 
TYPE_UNKNOWN - Static variable in class org.apache.axis.wsdl.symbolTable.BindingEntry
 
Type(QName) - Constructor for class org.apache.axis.wsdl.symbolTable.Type
Create a Type object for an xml construct name that represents a base type
Type(QName, Node) - Constructor for class org.apache.axis.wsdl.symbolTable.Type
Create a Type object for an xml construct that is not a base type
Type(QName, TypeEntry, Node, String) - Constructor for class org.apache.axis.wsdl.symbolTable.Type
Create a TypeEntry object for an xml construct that references a type that has not been defined yet.
typeDesc - Variable in class org.apache.axis.encoding.ser.BeanSerializerFactory
 
typeDesc - Variable in class org.apache.axis.encoding.ser.BeanSerializer
 
typeDesc - Variable in class org.apache.axis.encoding.ser.BeanDeserializerFactory
Type metadata about this class for XML deserialization
typeDesc - Variable in class org.apache.axis.encoding.ser.BeanDeserializer
Type metadata about this class for XML deserialization
TypeDesc - class org.apache.axis.description.TypeDesc.
A TypeDesc represents a Java<->XML data binding.
TypeDesc(Class) - Constructor for class org.apache.axis.description.TypeDesc
 
typeEntry - Variable in class org.apache.axis.description.ParameterDesc
A TypeEntry corresponding to this parameter
TypeEntry - class org.apache.axis.wsdl.symbolTable.TypeEntry.
This class represents a wsdl types entry that is supported by the WSDL2Java emitter.
TypeEntry(QName) - Constructor for class org.apache.axis.wsdl.symbolTable.TypeEntry
Create a TypeEntry object for an xml construct name that represents a base type
TypeEntry(QName, Node) - Constructor for class org.apache.axis.wsdl.symbolTable.TypeEntry
Create a TypeEntry object for an xml construct that is not a base type
TypeEntry(QName, TypeEntry, Node, String) - Constructor for class org.apache.axis.wsdl.symbolTable.TypeEntry
Create a TypeEntry object for an xml construct that references another type.
TypeMapping - interface javax.xml.rpc.encoding.TypeMapping.
The javax.xml.rpc.encoding.TypeMapping is the base interface for the representation of a type mapping.
TypeMapping - interface org.apache.axis.encoding.TypeMapping.
This interface describes the AXIS TypeMapping.
TYPEMAPPING_OPT - Static variable in class org.apache.axis.wsdl.WSDL2Java
 
TYPEMAPPING_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
TypeMappingImpl - class org.apache.axis.encoding.TypeMappingImpl.
This is the implementation of the axis TypeMapping interface (which extends the JAX-RPC TypeMapping interface).
TypeMappingImpl.Pair - class org.apache.axis.encoding.TypeMappingImpl.Pair.
 
TypeMappingImpl.Pair(Class, QName) - Constructor for class org.apache.axis.encoding.TypeMappingImpl.Pair
 
TypeMappingImpl(TypeMapping) - Constructor for class org.apache.axis.encoding.TypeMappingImpl
Construct TypeMapping
TypeMappingRegistry - interface javax.xml.rpc.encoding.TypeMappingRegistry.
The interface javax.xml.rpc.encoding.TypeMappingRegistry defines a registry of TypeMapping instances for various encoding styles.
TypeMappingRegistry - interface org.apache.axis.encoding.TypeMappingRegistry.
This interface describes the AXIS TypeMappingRegistry.
TypeMappingRegistryImpl - class org.apache.axis.encoding.TypeMappingRegistryImpl.
The TypeMappingRegistry keeps track of the individual TypeMappings.
TypeMappingRegistryImpl() - Constructor for class org.apache.axis.encoding.TypeMappingRegistryImpl
Construct TypeMappingRegistry
typeMappingVersion - Variable in class org.apache.axis.wsdl.toJava.Emitter
 
typeQName - Variable in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
typeQName - Variable in class org.apache.axis.message.MessageElement
 
types - Variable in class org.apache.axis.wsdl.fromJava.Emitter
 
Types - class org.apache.axis.wsdl.fromJava.Types.
Description:
Types(Definition, TypeMapping, TypeMapping, Namespaces, String, List, ServiceDesc) - Constructor for class org.apache.axis.wsdl.fromJava.Types
This class serailizes a Class to XML Schema.

U

undefined - Variable in class org.apache.axis.wsdl.symbolTable.TypeEntry
 
Undefined - interface org.apache.axis.wsdl.symbolTable.Undefined.
This Undefined interface is implemented by UndefinedType and UndefinedElement.
UndefinedDelegate - class org.apache.axis.wsdl.symbolTable.UndefinedDelegate.
This UndefinedDelegate class implements the common functions of UndefinedType and UndefinedElement.
UndefinedElement - class org.apache.axis.wsdl.symbolTable.UndefinedElement.
This represents a QName found in a reference but is not defined.
UndefinedElement(QName) - Constructor for class org.apache.axis.wsdl.symbolTable.UndefinedElement
Construct a referenced (but as of yet undefined) element
UndefinedType - class org.apache.axis.wsdl.symbolTable.UndefinedType.
This represents a QName found in a reference but is not defined.
UndefinedType(QName) - Constructor for class org.apache.axis.wsdl.symbolTable.UndefinedType
Construct a referenced (but as of yet undefined) type
undeployFromRegistry(WSDDDeployment) - Method in class org.apache.axis.deployment.wsdd.WSDDUndeployment
 
undeployHandler(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
Remove a named handler
undeployHandler(String) - Method in class org.apache.axis.client.AdminClient
 
undeployService(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
Remove a named service
undeployService(String) - Method in class org.apache.axis.client.AdminClient
 
undeployTransport(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
Remove a named transport
UNKNOWN - Static variable in class org.apache.axis.attachments.DimeTypeNameFormat
 
unregisterListener(MessageListener) - Method in class org.apache.axis.transport.jms.JMSEndpoint
Unregister a message listener.
unregisterListener(MessageListener, HashMap) - Method in class org.apache.axis.transport.jms.JMSEndpoint
Unregister a message listener.
unregisterTypeMapping(String) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Unregisters a TypeMapping instance, if present, from the specified encodingStyleURI.
unregisterTypeMapping(String) - Method in class org.apache.axis.encoding.TypeMappingRegistryImpl
Unregisters the TypeMapping for the namespace.
UnsignedByte - class org.apache.axis.types.UnsignedByte.
Custom class for supporting primitive XSD data type UnsignedByte
UnsignedByte() - Constructor for class org.apache.axis.types.UnsignedByte
 
UnsignedByte(long) - Constructor for class org.apache.axis.types.UnsignedByte
ctor for UnsignedByte
UnsignedByte(String) - Constructor for class org.apache.axis.types.UnsignedByte
 
UnsignedByteHolder - class org.apache.axis.holders.UnsignedByteHolder.
Class UnsignedByteHolder
UnsignedByteHolder() - Constructor for class org.apache.axis.holders.UnsignedByteHolder
Constructor UnsignedByteHolder
UnsignedByteHolder(UnsignedByte) - Constructor for class org.apache.axis.holders.UnsignedByteHolder
Constructor UnsignedByteHolder
UnsignedInt - class org.apache.axis.types.UnsignedInt.
Custom class for supporting primitive XSD data type UnsignedInt
UnsignedInt() - Constructor for class org.apache.axis.types.UnsignedInt
 
UnsignedInt(long) - Constructor for class org.apache.axis.types.UnsignedInt
ctor for UnsignedInt
UnsignedInt(String) - Constructor for class org.apache.axis.types.UnsignedInt
 
UnsignedIntHolder - class org.apache.axis.holders.UnsignedIntHolder.
Class UnsignedIntHolder
UnsignedIntHolder() - Constructor for class org.apache.axis.holders.UnsignedIntHolder
Constructor UnsignedIntHolder
UnsignedIntHolder(UnsignedInt) - Constructor for class org.apache.axis.holders.UnsignedIntHolder
Constructor UnsignedIntHolder
UnsignedLong - class org.apache.axis.types.UnsignedLong.
Custom class for supporting primitive XSD data type UnsignedLong
UnsignedLong() - Constructor for class org.apache.axis.types.UnsignedLong
 
UnsignedLong(double) - Constructor for class org.apache.axis.types.UnsignedLong
ctor for UnsignedLong
UnsignedLong(String) - Constructor for class org.apache.axis.types.UnsignedLong
 
UnsignedLongHolder - class org.apache.axis.holders.UnsignedLongHolder.
Class UnsignedLongHolder
UnsignedLongHolder() - Constructor for class org.apache.axis.holders.UnsignedLongHolder
Constructor UnsignedLongHolder
UnsignedLongHolder(UnsignedLong) - Constructor for class org.apache.axis.holders.UnsignedLongHolder
Constructor UnsignedLongHolder
UnsignedShort - class org.apache.axis.types.UnsignedShort.
Custom class for supporting primitive XSD data type UnsignedShort
UnsignedShort() - Constructor for class org.apache.axis.types.UnsignedShort
 
UnsignedShort(long) - Constructor for class org.apache.axis.types.UnsignedShort
ctor for UnsignedShort
UnsignedShort(String) - Constructor for class org.apache.axis.types.UnsignedShort
 
UnsignedShortHolder - class org.apache.axis.holders.UnsignedShortHolder.
Class UnsignedShortHolder
UnsignedShortHolder() - Constructor for class org.apache.axis.holders.UnsignedShortHolder
Constructor UnsignedShortHolder
UnsignedShortHolder(UnsignedShort) - Constructor for class org.apache.axis.holders.UnsignedShortHolder
Constructor UnsignedShortHolder
UNSUBSCRIBE - Static variable in interface org.apache.axis.transport.jms.JMSConstants
Key for properties used in the registerListener method.
update(TypeEntry) - Method in class org.apache.axis.wsdl.symbolTable.UndefinedType
Call update with the actual TypeEntry.
update(TypeEntry) - Method in class org.apache.axis.wsdl.symbolTable.UndefinedElement
Call update with the actual TypeEntry.
update(TypeEntry) - Method in class org.apache.axis.wsdl.symbolTable.UndefinedDelegate
Call update with the actual TypeEntry.
update(TypeEntry) - Method in interface org.apache.axis.wsdl.symbolTable.Undefined
Call update with the actual TypeEntry.
updateNamespaces() - Method in class org.apache.axis.wsdl.fromJava.Types
 
updateUndefined(TypeEntry, TypeEntry) - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
UpdateUndefined is called when the ref TypeEntry is finally known.
URI - class org.apache.axis.types.URI.
Axis Note: This class was 'borrowed' from Xerces 2.0.2
URI - Static variable in class org.apache.axis.attachments.DimeTypeNameFormat
 
URI_1999_SCHEMA_XSD - Static variable in class org.apache.axis.Constants
 
URI_1999_SCHEMA_XSI - Static variable in class org.apache.axis.Constants
 
URI_2000_SCHEMA_XSD - Static variable in class org.apache.axis.Constants
 
URI_2000_SCHEMA_XSI - Static variable in class org.apache.axis.Constants
 
URI_2001_SCHEMA_XSD - Static variable in class org.apache.axis.Constants
 
URI_2001_SCHEMA_XSI - Static variable in class org.apache.axis.Constants
 
URI_DEFAULT_SCHEMA_XSD - Static variable in class org.apache.axis.Constants
 
URI_DEFAULT_SCHEMA_XSI - Static variable in class org.apache.axis.Constants
 
URI_DEFAULT_SOAP_ENC - Static variable in class org.apache.axis.Constants
 
URI_DEFAULT_SOAP_ENV - Static variable in class org.apache.axis.Constants
 
URI_DIME_CLOSED_LAYOUT - Static variable in class org.apache.axis.Constants
 
URI_DIME_CONTENT - Static variable in class org.apache.axis.Constants
 
URI_DIME_OPEN_LAYOUT - Static variable in class org.apache.axis.Constants
 
URI_DIME_REFERENCE - Static variable in class org.apache.axis.Constants
 
URI_DIME_WSDL - Static variable in class org.apache.axis.Constants
 
URI_LITERAL_ENC - Static variable in class org.apache.axis.Constants
 
URI_NS_SOAP_ENCODING - Static variable in interface javax.xml.soap.SOAPConstants
The namespace identifier for the SOAP encoding (see section 5 of the SOAP 1.1 specification).
URI_NS_SOAP_ENVELOPE - Static variable in interface javax.xml.soap.SOAPConstants
The namespace identifier for the SOAP envelope.
URI_SOAP_ACTOR_NEXT - Static variable in interface javax.xml.soap.SOAPConstants
The URI identifying the first application processing a SOAP request as the intended actor for a SOAP header entry (see section 4.2.2 of the SOAP 1.1 specification).
URI_SOAP11_ENC - Static variable in class org.apache.axis.Constants
 
URI_SOAP11_ENV - Static variable in class org.apache.axis.Constants
 
URI_SOAP11_HTTP - Static variable in class org.apache.axis.Constants
 
URI_SOAP11_NEXT_ACTOR - Static variable in class org.apache.axis.Constants
 
URI_SOAP12_ENC - Static variable in class org.apache.axis.Constants
 
URI_SOAP12_ENV - Static variable in class org.apache.axis.Constants
 
URI_SOAP12_HTTP - Static variable in class org.apache.axis.Constants
 
URI_SOAP12_NEXT_ACTOR - Static variable in class org.apache.axis.Constants
Deprecated. use URI_SOAP12_NEXT_ROLE
URI_SOAP12_NEXT_ROLE - Static variable in class org.apache.axis.Constants
 
URI_SOAP12_NOENC - Static variable in class org.apache.axis.Constants
 
URI_SOAP12_NONE_ROLE - Static variable in class org.apache.axis.Constants
 
URI_SOAP12_RPC - Static variable in class org.apache.axis.Constants
 
URI_SOAP12_ULTIMATE_ROLE - Static variable in class org.apache.axis.Constants
 
URI_WSDD - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
URI_WSDD_HANDLER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
URI_WSDD_JAVA - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
URI_WSDD_WSDD_BSF - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
URI_WSDD_WSDD_COM - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
URI_WSDL11_SOAP - Static variable in class org.apache.axis.Constants
 
URI_WSDL12_SOAP - Static variable in class org.apache.axis.Constants
 
URI.MalformedURIException - exception org.apache.axis.types.URI.MalformedURIException.
MalformedURIExceptions are thrown in the process of building a URI or setting fields on a URI when an operation would result in an invalid URI specification.
URI.MalformedURIException() - Constructor for class org.apache.axis.types.URI.MalformedURIException
Constructs a MalformedURIException with no specified detail message.
URI.MalformedURIException(String) - Constructor for class org.apache.axis.types.URI.MalformedURIException
Constructs a MalformedURIException with the specified detail message.
URI() - Constructor for class org.apache.axis.types.URI
Construct a new and uninitialized URI.
URI(String) - Constructor for class org.apache.axis.types.URI
Construct a new URI from a URI specification string.
URI(String, String) - Constructor for class org.apache.axis.types.URI
Construct a new URI that does not follow the generic URI syntax.
URI(String, String, String, int, String, String, String) - Constructor for class org.apache.axis.types.URI
Construct a new URI that follows the generic URI syntax from its component parts.
URI(String, String, String, String, String) - Constructor for class org.apache.axis.types.URI
Construct a new URI that follows the generic URI syntax from its component parts.
URI(URI) - Constructor for class org.apache.axis.types.URI
Construct a new URI from another URI.
URI(URI, String) - Constructor for class org.apache.axis.types.URI
Construct a new URI from a base URI and a URI specification string.
URIHolder - class org.apache.axis.holders.URIHolder.
Class URIHolder
URIHolder() - Constructor for class org.apache.axis.holders.URIHolder
Constructor URIHolder
URIHolder(URI) - Constructor for class org.apache.axis.holders.URIHolder
Constructor URIHolder
URIS_SCHEMA_XSD - Static variable in class org.apache.axis.Constants
 
URIS_SCHEMA_XSI - Static variable in class org.apache.axis.Constants
 
URIS_SOAP_ENC - Static variable in class org.apache.axis.Constants
 
URIS_SOAP_ENV - Static variable in class org.apache.axis.Constants
 
url - Variable in class org.apache.axis.client.Transport
Transport URL, if any.
URL - Static variable in class org.apache.axis.transport.http.HTTPTransport
HTTP properties
URLEndpoint - class javax.xml.messaging.URLEndpoint.
A special case of the Endpoint class used for simple applications that want to communicate directly with another SOAP-based application in a point-to-point fashion instead of going through a messaging provider.
URLEndpoint(String) - Constructor for class javax.xml.messaging.URLEndpoint
Constructs a new URLEndpoint object using the given URL.
URLHashSet - class org.apache.axis.utils.URLHashSet.
Class URLHashSet
URLHashSet() - Constructor for class org.apache.axis.utils.URLHashSet
 
URLMapper - class org.apache.axis.handlers.http.URLMapper.
An URLMapper attempts to use the extra path info of this request as the service name.
URLMapper() - Constructor for class org.apache.axis.handlers.http.URLMapper
 
Use - class org.apache.axis.enum.Use.
Use enum description
USE_ENCODED - Static variable in class org.apache.axis.wsdl.symbolTable.BindingEntry
 
USE_LITERAL - Static variable in class org.apache.axis.wsdl.symbolTable.BindingEntry
 
USE_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
Use.Type - class org.apache.axis.enum.Use.Type.
 
userMatches(AuthenticatedUser, String) - Method in interface org.apache.axis.security.SecurityProvider
See if a user matches a principal name.
userMatches(AuthenticatedUser, String) - Method in class org.apache.axis.security.servlet.ServletSecurityProvider
See if a user matches a principal name.
userMatches(AuthenticatedUser, String) - Method in class org.apache.axis.security.simple.SimpleSecurityProvider
See if a user matches a principal name.
username - Variable in class org.apache.axis.wsdl.gen.Parser
 
USERNAME_OPT - Static variable in class org.apache.axis.wsdl.WSDL2Java
 
USERNAME_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: User name for authentication.
USERNAME_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property: User name for authentication
useSOAPAction() - Method in class org.apache.axis.MessageContext
Are we using soapAction?
useSOAPAction() - Method in class org.apache.axis.client.Call
Are we using soapAction?
Utils - class org.apache.axis.wsdl.symbolTable.Utils.
This class contains static utility methods for the emitter.
Utils - class org.apache.axis.wsdl.toJava.Utils.
 
Utils() - Constructor for class org.apache.axis.wsdl.symbolTable.Utils
 
Utils() - Constructor for class org.apache.axis.wsdl.toJava.Utils
 
UUIDGen - interface org.apache.axis.components.uuid.UUIDGen.
A Universally Unique Identifier (UUID) is a 128 bit number generated according to an algorithm that is garanteed to be unique in time and space from all other UUIDs.
UUIDGenFactory - class org.apache.axis.components.uuid.UUIDGenFactory.
A Universally Unique Identifier (UUID) is a 128 bit number generated according to an algorithm that is garanteed to be unique in time and space from all other UUIDs.
UUIDGenFactory() - Constructor for class org.apache.axis.components.uuid.UUIDGenFactory
 

V

VALHINT - Static variable in class org.apache.axis.encoding.ser.MapDeserializer
 
validateDescriptors() - Method in class org.apache.axis.deployment.wsdd.WSDDService
This method can be used for dynamic deployment using new WSDDService() etc.
validateOptions() - Method in class org.apache.axis.wsdl.WSDL2Java
validateOptions This method is invoked after the options are set to validate the option settings.
validateOptions() - Method in class org.apache.axis.wsdl.Java2WSDL
validateOptions This method is invoked after the options are set to validate the option settings.
validateOptions() - Method in class org.apache.axis.wsdl.gen.WSDL2
validateOptions This method is invoked after the options are set to validate and default the options the option settings.
value - Variable in class javax.xml.rpc.holders.StringHolder
Field _value
value - Variable in class javax.xml.rpc.holders.ShortWrapperHolder
Field _value
value - Variable in class javax.xml.rpc.holders.ShortHolder
Field _value
value - Variable in class javax.xml.rpc.holders.QNameHolder
Field _value
value - Variable in class javax.xml.rpc.holders.ObjectHolder
Field _value
value - Variable in class javax.xml.rpc.holders.LongWrapperHolder
Field _value
value - Variable in class javax.xml.rpc.holders.LongHolder
Field _value
value - Variable in class javax.xml.rpc.holders.IntHolder
Field _value
value - Variable in class javax.xml.rpc.holders.IntegerWrapperHolder
Field _value
value - Variable in class javax.xml.rpc.holders.FloatWrapperHolder
Field _value
value - Variable in class javax.xml.rpc.holders.FloatHolder
Field _value
value - Variable in class javax.xml.rpc.holders.DoubleWrapperHolder
Field _value
value - Variable in class javax.xml.rpc.holders.DoubleHolder
Field _value
value - Variable in class javax.xml.rpc.holders.CalendarHolder
Field _value
value - Variable in class javax.xml.rpc.holders.ByteWrapperHolder
Field _value
value - Variable in class javax.xml.rpc.holders.ByteHolder
Field _value
value - Variable in class javax.xml.rpc.holders.ByteArrayHolder
Field _value
value - Variable in class javax.xml.rpc.holders.BooleanWrapperHolder
Field _value
value - Variable in class javax.xml.rpc.holders.BooleanHolder
Field _value
value - Variable in class javax.xml.rpc.holders.BigIntegerHolder
Field _value
value - Variable in class javax.xml.rpc.holders.BigDecimalHolder
Field _value
value - Variable in class org.apache.axis.components.net.BooleanHolder
Field value
value - Variable in class org.apache.axis.encoding.DeserializerImpl
 
value - Variable in class org.apache.axis.enum.Enum
 
value - Variable in class org.apache.axis.holders.YearMonthHolder
Field _value
value - Variable in class org.apache.axis.holders.YearHolder
Field _value
value - Variable in class org.apache.axis.holders.URIHolder
Field _value
value - Variable in class org.apache.axis.holders.UnsignedShortHolder
Field _value
value - Variable in class org.apache.axis.holders.UnsignedLongHolder
Field _value
value - Variable in class org.apache.axis.holders.UnsignedIntHolder
Field _value
value - Variable in class org.apache.axis.holders.UnsignedByteHolder
Field _value
value - Variable in class org.apache.axis.holders.TokenHolder
Field _value
value - Variable in class org.apache.axis.holders.TimeHolder
Field _value
value - Variable in class org.apache.axis.holders.SourceHolder
Field _value
value - Variable in class org.apache.axis.holders.SchemaHolder
 
value - Variable in class org.apache.axis.holders.PositiveIntegerHolder
Field _value
value - Variable in class org.apache.axis.holders.OctetStreamHolder
Field _value
value - Variable in class org.apache.axis.holders.NormalizedStringHolder
Field _value
value - Variable in class org.apache.axis.holders.NonPositiveIntegerHolder
Field _value
value - Variable in class org.apache.axis.holders.NonNegativeIntegerHolder
Field _value
value - Variable in class org.apache.axis.holders.NegativeIntegerHolder
Field _value
value - Variable in class org.apache.axis.holders.MonthHolder
Field _value
value - Variable in class org.apache.axis.holders.MonthDayHolder
Field _value
value - Variable in class org.apache.axis.holders.MimeMultipartHolder
Field _value
value - Variable in class org.apache.axis.holders.ImageHolder
Field _value
value - Variable in class org.apache.axis.holders.HexBinaryHolder
Field _value
value - Variable in class org.apache.axis.holders.DurationHolder
Field _value
value - Variable in class org.apache.axis.holders.DayHolder
Field _value
value - Variable in class org.apache.axis.holders.DateHolder
Field _value
value - Variable in class org.apache.axis.holders.DataHandlerHolder
Field _value
value - Variable in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedNode
 
valueComplete() - Method in class org.apache.axis.encoding.DeserializerImpl
The valueComplete() method is invoked when the end tag of the element is read.
valueComplete() - Method in interface org.apache.axis.encoding.Deserializer
The valueComplete() method is invoked when the end tag of the element is read.
valueComplete() - Method in class org.apache.axis.encoding.ser.ArrayDeserializer
When valueComplete() is invoked on the array, first convert the array value into the expected array.
valueOf(String) - Static method in class javax.xml.namespace.QName
Returns a QName holding the value of the specified String.
VectorDeserializer - class org.apache.axis.encoding.ser.VectorDeserializer.
Deserializer for SOAP Vectors for compatibility with SOAP 2.2.
VectorDeserializer() - Constructor for class org.apache.axis.encoding.ser.VectorDeserializer
 
VectorDeserializerFactory - class org.apache.axis.encoding.ser.VectorDeserializerFactory.
A VectorDeserializer Factory
VectorDeserializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.VectorDeserializerFactory
 
VectorSerializer - class org.apache.axis.encoding.ser.VectorSerializer.
A VectorSerializer is be used to serialize and deserialize Vectors using the SOAP-ENC encoding style.
VectorSerializer() - Constructor for class org.apache.axis.encoding.ser.VectorSerializer
 
VectorSerializerFactory - class org.apache.axis.encoding.ser.VectorSerializerFactory.
A VectorSerializer Factory
VectorSerializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.VectorSerializerFactory
 
verbose - Variable in class org.apache.axis.wsdl.gen.Parser
 
VERBOSE_OPT - Static variable in class org.apache.axis.wsdl.gen.WSDL2
 
verbose(boolean) - Method in class org.apache.axis.wsdl.toJava.Emitter
Deprecated. Use setVerbose(value)
verboseMessage(String) - Method in class org.apache.axis.wsdl.toJava.JavaWriter
Return the string: "Generating ".
verboseMessage(String) - Method in class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
Return the string: "Generating ".
Version - class org.apache.axis.Version.
Little utility to get the version and build date of the axis.jar.
Version() - Constructor for class org.apache.axis.Version
 
visit(Handler, MessageContext) - Method in interface org.apache.axis.HandlerIterationStrategy
 
visit(Handler, MessageContext) - Method in class org.apache.axis.strategies.WSDLGenStrategy
 
visit(Handler, MessageContext) - Method in class org.apache.axis.strategies.InvocationStrategy
 

W

WAIT_FOR_RESPONSE - Static variable in interface org.apache.axis.transport.jms.JMSConstants
This is used as a key in the Call properties telling the JMS transport to wait for a response from the service.
warning(SAXParseException) - Method in class org.apache.axis.utils.XMLUtils.ParserErrorHandler
 
workerDone(Runnable, boolean) - Method in class org.apache.axis.components.threadpool.ThreadPool
Used by MessageWorkers to notify the pool that it is done
WORKERS - Variable in class org.apache.axis.ime.internal.MessageExchangeProvider
 
workHandler - Variable in class org.apache.axis.FaultableHandler
 
WRAPPED - Static variable in class org.apache.axis.enum.Style
 
WRAPPED_STR - Static variable in class org.apache.axis.enum.Style
 
wrapperPW - Variable in class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
 
wrapPrimitiveType(TypeEntry, String) - Static method in class org.apache.axis.wsdl.toJava.Utils
Return a string with "var" wrapped as an Object type if needed
write(byte[]) - Method in class org.apache.axis.attachments.ManagedMemoryDataSource
Write bytes to the stream.
write(byte[]) - Method in class org.apache.axis.transport.http.ChunkedOutputStream
 
write(byte[], int) - Method in class org.apache.axis.attachments.ManagedMemoryDataSource
This method is a low level write.
write(byte[], int, int) - Method in class org.apache.axis.transport.http.ChunkedOutputStream
 
write(int) - Method in class org.apache.axis.transport.http.ChunkedOutputStream
 
write(OutputStream) - Method in class org.apache.axis.attachments.DimeMultiPart
 
writeAccessMethods() - Method in class org.apache.axis.wsdl.toJava.JavaBeanWriter
Writes the setter and getter methods
writeAddressInfo(PrintWriter, String, String, Port) - Method in class org.apache.axis.wsdl.toJava.JavaServiceImplWriter
Write the private address field for this port and the public getter for it.
writeAttribute(Types, String, Class, QName, Element) - Method in class org.apache.axis.encoding.ser.BeanSerializer
write aa attribute element and append it to the 'where' Node
writeBinding(Definition, boolean) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Create the binding.
writeBindingAssignment(PrintWriter, String, String) - Method in class org.apache.axis.wsdl.toJava.JavaTestCaseWriter
 
writeBindingOperation(Definition, Binding, Operation, OperationDesc) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Create a Binding Operation
writeChars(char[], int, int) - Method in class org.apache.axis.encoding.SerializationContextImpl
Convenience operation to write out (to Writer) the characters in p1 starting at index p2 for length p3.
writeChars(char[], int, int) - Method in interface org.apache.axis.encoding.SerializationContext
Convenience operation to write out (to Writer) the characters in p1 starting at index p2 for length p3.
writeComment(PrintWriter, Element) - Method in class org.apache.axis.wsdl.toJava.JavaWriter
Output a documentation element as a Java comment.
writeContentToStream(OutputStream) - Method in class org.apache.axis.attachments.AttachmentsImpl
Write the content to the stream.
writeContentToStream(OutputStream) - Method in interface org.apache.axis.attachments.Attachments
Write the content to the stream.
writeDefaultConstructor() - Method in class org.apache.axis.wsdl.toJava.JavaBeanWriter
Writes the default constructor.
writeDefinitions(Definition, String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Create the definition header information.
writeDeployBinding(PrintWriter, BindingEntry) - Method in class org.apache.axis.wsdl.toJava.JavaDeployWriter
Write out deployment instructions for given WSDL binding
writeDeployPort(PrintWriter, Port, Service, BindingEntry) - Method in class org.apache.axis.wsdl.toJava.JavaDeployWriter
Write out deployment and undeployment instructions for given WSDL port
writeDeployServices(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaDeployWriter
Write out deployment and undeployment instructions for each WSDL service
writeDeployTypes(PrintWriter, Binding, boolean, boolean, Use) - Method in class org.apache.axis.wsdl.toJava.JavaDeployWriter
Write out bean mappings for each type
writeDeserializer(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
write Deserializer getter code and pass in meta data to avoid undo introspection.
writeDetails(QName, SerializationContext) - Method in class org.apache.axis.AxisFault
Writes any exception data to the faultDetails This can be overrided (and is) by emitted exception clases.
writeDOMElement(Element) - Method in class org.apache.axis.encoding.SerializationContextImpl
Output a DOM representation to a SerializationContext
writeDOMElement(Element) - Method in interface org.apache.axis.encoding.SerializationContext
Output a DOM representation to a SerializationContext
writeElementForPart(Class, QName) - Method in class org.apache.axis.wsdl.fromJava.Types
Write out an element referenced by a part element attribute.
writeEngineConfig(AxisEngine) - Method in interface org.apache.axis.EngineConfiguration
Read the configuration from an engine, and store it somehow.
writeEngineConfig(AxisEngine) - Method in class org.apache.axis.configuration.XMLStringProvider
 
writeEngineConfig(AxisEngine) - Method in class org.apache.axis.configuration.SimpleProvider
We don't write ourselves out, so this is a noop.
writeEngineConfig(AxisEngine) - Method in class org.apache.axis.configuration.NullProvider
 
writeEngineConfig(AxisEngine) - Method in class org.apache.axis.configuration.FileProvider
Save the engine configuration.
writeEngineConfig(AxisEngine) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
writeEnumType(QName, Class) - Method in class org.apache.axis.wsdl.fromJava.Types
Write Enumeration Complex Type (Only supports enumeration classes of string types)
writeEqualsMethod() - Method in class org.apache.axis.wsdl.toJava.JavaBeanWriter
Writes a general purpose equals method
writeFaultMessage(Definition, FaultDesc) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Create a Fault Message
writeField(Types, String, Class, boolean, boolean, Element, boolean) - Method in class org.apache.axis.encoding.ser.BeanSerializer
write a schema representation of the given Class field and append it to the where Node, recurse on complex types
writeFileBody(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaWriter
This method must be implemented by a subclass.
writeFileBody(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaUndeployWriter
Write the body of the deploy.wsdd file.
writeFileBody(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaTestCaseWriter
Write the body of the TestCase file.
writeFileBody(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaStubWriter
Write the body of the binding's stub file.
writeFileBody(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaSkelWriter
Write the body of the binding's stub file.
writeFileBody(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaServiceImplWriter
Write the body of the service file.
writeFileBody(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaServiceIfaceWriter
Write the body of the service file.
writeFileBody(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaInterfaceWriter
Write the body of the portType interface file.
writeFileBody(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaImplWriter
Write the body of the binding's stub file.
writeFileBody(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaHolderWriter
Generate the holder for the given complex type.
writeFileBody(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaFaultWriter
Write the body of the Fault file.
writeFileBody(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaEnumTypeWriter
Generate the binding for the given enumeration type.
writeFileBody(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaDeployWriter
Write the body of the deploy.wsdd file.
writeFileBody(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaBeanWriter
Generate the binding for the given complex type.
writeFileBody(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
Generate the file body for the bean helper.
writeFileFooter(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaWriter
You may want to override this method.
writeFileFooter(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaClassWriter
Generate the closing curly brace.
writeFileFooter(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
Only write the file footer if the bean helper is not wrapped within a bean.
writeFileFooter(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaBeanFaultWriter
Write the Exception serialization code NOTE: This function is written in JavaFaultWriter.java also.
writeFileHeader(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaWriter
This method is intended to be overridden as necessary to generate file header information.
writeFileHeader(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaUndeployWriter
Replace the default file header with the deployment doc file header.
writeFileHeader(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaDeployWriter
Replace the default file header with the deployment doc file header.
writeFileHeader(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaClassWriter
Write a common header, including the package name, the class declaration, and the opening curly brace.
writeFileHeader(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
Only write the file header if the bean helper is not wrapped within a bean.
writeFlowsToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDTargetedChain
Write this element out to a SerializationContext
writeFullConstructor() - Method in class org.apache.axis.wsdl.toJava.JavaBeanWriter
Writes the full constructor.
writeGetPortClass(PrintWriter, Vector, Vector, Vector, boolean) - Method in class org.apache.axis.wsdl.toJava.JavaServiceImplWriter
Write the getPort(Class serviceInterfaceWriter) method.
writeGetPortName(PrintWriter, String, String) - Method in class org.apache.axis.wsdl.toJava.JavaServiceImplWriter
Write the get() method.
writeGetPortNameURL(PrintWriter, String, String, String, String) - Method in class org.apache.axis.wsdl.toJava.JavaServiceImplWriter
Write the get(URL) method.
writeGetPortQNameClass(PrintWriter, Vector) - Method in class org.apache.axis.wsdl.toJava.JavaServiceImplWriter
Write the getPort(QName portName, Class serviceInterfaceWriter) method.
writeGetPorts(PrintWriter, Vector) - Method in class org.apache.axis.wsdl.toJava.JavaServiceImplWriter
Write the getPorts method.
writeGetServiceName(PrintWriter, QName) - Method in class org.apache.axis.wsdl.toJava.JavaServiceImplWriter
Write the getServiceName method.
writeHashCodeMethod() - Method in class org.apache.axis.wsdl.toJava.JavaBeanWriter
Writes a general purpose hashCode method.
writeHeaderComments(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaClassWriter
Write the header comments.
writeImport(Definition, String, String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Create and add an import
writeMemberFields() - Method in class org.apache.axis.wsdl.toJava.JavaBeanWriter
Writes the member fields.
writeMessages(Definition, Operation, OperationDesc, BindingOperation) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Create a Message
writeMetaData(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
write MetaData code
writeOperation(Definition, Binding, OperationDesc) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Create a Operation
writeOperation(PrintWriter, Operation) - Method in class org.apache.axis.wsdl.toJava.JavaInterfaceWriter
This method generates the interface signatures for the given operation.
writeOperation(PrintWriter, Parameters) - Method in class org.apache.axis.wsdl.toJava.JavaImplWriter
Write the implementation template for the given operation.
writeOperation(PrintWriter, String, QName, QName, QName, Parameters, QName, ArrayList) - Method in class org.apache.axis.wsdl.toJava.JavaDeployWriter
Raw routine that writes out the operation and parameters.
writePackage(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaClassWriter
Write the package declaration statement.
writeParamsToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
 
writePartToMessage(Definition, Message, boolean, ParameterDesc) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Create a Part
writePortType(Definition, Binding) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Create a PortType
writeRequestMessage(Definition, OperationDesc) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Create a Request Message
writeResponseMessage(Definition, OperationDesc) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Create a Response Message
writeSafeString(String) - Method in class org.apache.axis.encoding.SerializationContextImpl
Convenience operation to write out (to Writer) the String properly encoded with xml entities (like &)
writeSafeString(String) - Method in interface org.apache.axis.encoding.SerializationContext
Convenience operation to write out (to Writer) the String properly encoded with xml entities (like &)
writeSchema(Class, Types) - Method in interface org.apache.axis.encoding.Serializer
Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
writeSchema(Class, Types) - Method in class org.apache.axis.encoding.ser.VectorSerializer
Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
writeSchema(Class, Types) - Method in class org.apache.axis.encoding.ser.SimpleSerializer
Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
writeSchema(Class, Types) - Method in class org.apache.axis.encoding.ser.QNameSerializer
Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
writeSchema(Class, Types) - Method in class org.apache.axis.encoding.ser.MapSerializer
Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
writeSchema(Class, Types) - Method in class org.apache.axis.encoding.ser.JAFDataHandlerSerializer
Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
writeSchema(Class, Types) - Method in class org.apache.axis.encoding.ser.HexSerializer
Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
writeSchema(Class, Types) - Method in class org.apache.axis.encoding.ser.EnumSerializer
Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
writeSchema(Class, Types) - Method in class org.apache.axis.encoding.ser.ElementSerializer
Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
writeSchema(Class, Types) - Method in class org.apache.axis.encoding.ser.DocumentSerializer
Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
writeSchema(Class, Types) - Method in class org.apache.axis.encoding.ser.DateSerializer
Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
writeSchema(Class, Types) - Method in class org.apache.axis.encoding.ser.CalendarSerializer
Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
writeSchema(Class, Types) - Method in class org.apache.axis.encoding.ser.BeanSerializer
Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
writeSchema(Class, Types) - Method in class org.apache.axis.encoding.ser.Base64Serializer
Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
writeSchema(Class, Types) - Method in class org.apache.axis.encoding.ser.ArraySerializer
Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
writeSchema(Class, Types) - Method in class org.apache.axis.encoding.ser.castor.CastorSerializer
Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
writeSchemaElement(QName, Element) - Method in class org.apache.axis.wsdl.fromJava.Types
Write out the given Element into the appropriate schema node.
writeSerializer(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
write Serializer getter code and pass in meta data to avoid undo introspection.
writeService(Definition, Binding) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Create the service.
writeSimpleConstructors() - Method in class org.apache.axis.wsdl.toJava.JavaBeanWriter
Writes the constructors for SimpleTypes.
writeSOAPBody(QName) - Method in class org.apache.axis.wsdl.fromJava.Emitter
 
writeSOAPFault(FaultDesc) - Method in class org.apache.axis.wsdl.fromJava.Emitter
 
writeString(String) - Method in class org.apache.axis.encoding.SerializationContextImpl
Convenience operation to write out (to Writer) the String
writeString(String) - Method in interface org.apache.axis.encoding.SerializationContext
Convenience operation to write out (to Writer) the String
writeTo(OutputStream) - Method in class javax.xml.soap.SOAPMessage
Writes this SOAPMessage object to the given output stream.
writeTo(OutputStream) - Method in class org.apache.axis.Message
Writes this SOAPMessage object to the given output stream.
writeTo(Writer) - Method in class org.apache.axis.SOAPPart
Write the contents to the specified writer.
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDUndeployment
 
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
Write this element out to a SerializationContext
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDTransport
Write this element out to a SerializationContext
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDService
Write this element out to a SerializationContext
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDParameter
Write this element out to a SerializationContext
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDOperation
Write this element out to a SerializationContext
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfoChain
Write this element out to a SerializationContext
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfo
 
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDHandler
 
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration
Write this element out to a SerializationContext
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDFault
Write this element out to a SerializationContext
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDElement
Write this element out to a SerializationContext
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDDocumentation
Write this element out to a SerializationContext
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDDocument
 
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDChain
Write this element out to a SerializationContext
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDBeanMapping
 
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.providers.WSDDBsfProvider
Write this element out to a SerializationContext
writeToMultiPartStream(OutputStream, MimeMultipart) - Static method in class org.apache.axis.attachments.MimeUtils
This routine will the multi part type and write it out to a stream.
writeToStringMethod() - Method in class org.apache.axis.wsdl.toJava.JavaBeanWriter
Writes the toString method Currently the toString method is only written for simpleTypes.
writeType(Class) - Method in class org.apache.axis.wsdl.fromJava.Types
Write a schema representation for the given Class.
writeType(Class, QName) - Method in class org.apache.axis.wsdl.fromJava.Types
Write a schema representation for the given Class.
writeTypeForPart(Class, QName) - Method in class org.apache.axis.wsdl.fromJava.Types
Write out a type referenced by a part type attribute.
writeTypeMapping(PrintWriter, String, String, String, String, String, String) - Method in class org.apache.axis.wsdl.toJava.JavaDeployWriter
Raw routine that writes out the typeMapping.
writeWrappedParameter(Element, String, QName, Class) - Method in class org.apache.axis.wsdl.fromJava.Types
Write a parameter (a sub-element) into a sequence generated by writeWrapperElement() above.
writeWrapperElement(QName, boolean, boolean) - Method in class org.apache.axis.wsdl.fromJava.Types
Write the element definition for a WRAPPED operation.
writeWrapperPart(Definition, Message, OperationDesc, boolean) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Write out the schema definition for a WRAPPED operation request or response.
writeWSDDServiceNameInfo(PrintWriter, String, String) - Method in class org.apache.axis.wsdl.toJava.JavaServiceImplWriter
Write the private WSDD service name field and the public accessors for it.
WSDDBeanMapping - class org.apache.axis.deployment.wsdd.WSDDBeanMapping.
A WSDDBeanMapping is simply a WSDDTypeMapping which has preset values for the serializer and deserializer attributes.
WSDDBeanMapping() - Constructor for class org.apache.axis.deployment.wsdd.WSDDBeanMapping
Default constructor
WSDDBeanMapping(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDBeanMapping
 
WSDDBsfProvider - class org.apache.axis.deployment.wsdd.providers.WSDDBsfProvider.
 
WSDDBsfProvider() - Constructor for class org.apache.axis.deployment.wsdd.providers.WSDDBsfProvider
 
WSDDChain - class org.apache.axis.deployment.wsdd.WSDDChain.
WSDD chain element
WSDDChain() - Constructor for class org.apache.axis.deployment.wsdd.WSDDChain
Default constructor
WSDDChain(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDChain
 
WSDDComProvider - class org.apache.axis.deployment.wsdd.providers.WSDDComProvider.
 
WSDDComProvider() - Constructor for class org.apache.axis.deployment.wsdd.providers.WSDDComProvider
 
WSDDConstants - class org.apache.axis.deployment.wsdd.WSDDConstants.
 
WSDDConstants() - Constructor for class org.apache.axis.deployment.wsdd.WSDDConstants
 
WSDDDeployableItem - class org.apache.axis.deployment.wsdd.WSDDDeployableItem.
WSDD DeployableItem complexType
WSDDDeployableItem() - Constructor for class org.apache.axis.deployment.wsdd.WSDDDeployableItem
Default constructor
WSDDDeployableItem(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDDeployableItem
 
WSDDDeployment - class org.apache.axis.deployment.wsdd.WSDDDeployment.
WSDD deployment element
WSDDDeployment() - Constructor for class org.apache.axis.deployment.wsdd.WSDDDeployment
Default constructor
WSDDDeployment(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDDeployment
Create an element in WSDD that wraps an extant DOM element
WSDDDocument - class org.apache.axis.deployment.wsdd.WSDDDocument.
represents a WSDD Document (this is the top level object in this object model)
WSDDDocument() - Constructor for class org.apache.axis.deployment.wsdd.WSDDDocument
 
WSDDDocument(Document) - Constructor for class org.apache.axis.deployment.wsdd.WSDDDocument
 
WSDDDocument(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDDocument
 
WSDDDocumentation - class org.apache.axis.deployment.wsdd.WSDDDocumentation.
 
WSDDDocumentation(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDDocumentation
 
WSDDElement - class org.apache.axis.deployment.wsdd.WSDDElement.
abstract class extended by all WSDD Element classes
WSDDElement() - Constructor for class org.apache.axis.deployment.wsdd.WSDDElement
Default constructor
WSDDElement(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDElement
Create an element in WSDD that wraps an extant DOM element
WSDDEngineConfiguration - interface org.apache.axis.WSDDEngineConfiguration.
Extends EngineConfiguration interface to provide hook to internal WSDD deployment info.
WSDDException - exception org.apache.axis.deployment.wsdd.WSDDException.
 
WSDDException(Exception) - Constructor for class org.apache.axis.deployment.wsdd.WSDDException
 
WSDDException(String) - Constructor for class org.apache.axis.deployment.wsdd.WSDDException
 
WSDDFault - class org.apache.axis.deployment.wsdd.WSDDFault.
 
WSDDFault(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDFault
Construct a WSDDFault from a DOM Element
WSDDFault(FaultDesc) - Constructor for class org.apache.axis.deployment.wsdd.WSDDFault
 
WSDDFaultFlow - class org.apache.axis.deployment.wsdd.WSDDFaultFlow.
 
WSDDFaultFlow() - Constructor for class org.apache.axis.deployment.wsdd.WSDDFaultFlow
Default constructor
WSDDFaultFlow(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDFaultFlow
 
WSDDGlobalConfiguration - class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration.
Represents the global configuration of the Axis engine.
WSDDGlobalConfiguration() - Constructor for class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration
Default constructor
WSDDGlobalConfiguration(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration
 
WSDDHandler - class org.apache.axis.deployment.wsdd.WSDDHandler.
 
WSDDHandler() - Constructor for class org.apache.axis.deployment.wsdd.WSDDHandler
Default constructor
WSDDHandler(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDHandler
 
WSDDHandlerProvider - class org.apache.axis.deployment.wsdd.providers.WSDDHandlerProvider.
This is a simple provider for using Handler-based services which don't need further configuration (such as Java classes, etc).
WSDDHandlerProvider() - Constructor for class org.apache.axis.deployment.wsdd.providers.WSDDHandlerProvider
 
WSDDJavaCORBAProvider - class org.apache.axis.deployment.wsdd.providers.WSDDJavaCORBAProvider.
A WSDD CORBA provider
WSDDJavaCORBAProvider() - Constructor for class org.apache.axis.deployment.wsdd.providers.WSDDJavaCORBAProvider
 
WSDDJavaEJBProvider - class org.apache.axis.deployment.wsdd.providers.WSDDJavaEJBProvider.
A WSDD EJB provider
WSDDJavaEJBProvider() - Constructor for class org.apache.axis.deployment.wsdd.providers.WSDDJavaEJBProvider
 
WSDDJavaMsgProvider - class org.apache.axis.deployment.wsdd.providers.WSDDJavaMsgProvider.
 
WSDDJavaMsgProvider() - Constructor for class org.apache.axis.deployment.wsdd.providers.WSDDJavaMsgProvider
 
WSDDJavaRMIProvider - class org.apache.axis.deployment.wsdd.providers.WSDDJavaRMIProvider.
A WSDD RMI provider
WSDDJavaRMIProvider() - Constructor for class org.apache.axis.deployment.wsdd.providers.WSDDJavaRMIProvider
 
WSDDJavaRPCProvider - class org.apache.axis.deployment.wsdd.providers.WSDDJavaRPCProvider.
 
WSDDJavaRPCProvider() - Constructor for class org.apache.axis.deployment.wsdd.providers.WSDDJavaRPCProvider
 
WSDDJAXRPCHandlerInfo - class org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfo.
 
WSDDJAXRPCHandlerInfo() - Constructor for class org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfo
Default constructor
WSDDJAXRPCHandlerInfo(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfo
 
WSDDJAXRPCHandlerInfoChain - class org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfoChain.
 
WSDDJAXRPCHandlerInfoChain() - Constructor for class org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfoChain
Default constructor
WSDDJAXRPCHandlerInfoChain(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfoChain
 
WSDDNonFatalException - exception org.apache.axis.deployment.wsdd.WSDDNonFatalException.
 
WSDDNonFatalException(Exception) - Constructor for class org.apache.axis.deployment.wsdd.WSDDNonFatalException
 
WSDDNonFatalException(String) - Constructor for class org.apache.axis.deployment.wsdd.WSDDNonFatalException
 
WSDDOperation - class org.apache.axis.deployment.wsdd.WSDDOperation.
Parse the WSDD operation elements.
WSDDOperation(Element, ServiceDesc) - Constructor for class org.apache.axis.deployment.wsdd.WSDDOperation
Constructor from XML
WSDDOperation(OperationDesc) - Constructor for class org.apache.axis.deployment.wsdd.WSDDOperation
Constructor
WSDDParameter - class org.apache.axis.deployment.wsdd.WSDDParameter.
 
WSDDParameter() - Constructor for class org.apache.axis.deployment.wsdd.WSDDParameter
 
WSDDParameter(Element, OperationDesc) - Constructor for class org.apache.axis.deployment.wsdd.WSDDParameter
 
WSDDParameter(ParameterDesc) - Constructor for class org.apache.axis.deployment.wsdd.WSDDParameter
 
WSDDProvider - class org.apache.axis.deployment.wsdd.WSDDProvider.
WSDD provider element Represents the liason to the application being exposed as a Web Service.
WSDDProvider() - Constructor for class org.apache.axis.deployment.wsdd.WSDDProvider
 
WSDDRequestFlow - class org.apache.axis.deployment.wsdd.WSDDRequestFlow.
 
WSDDRequestFlow() - Constructor for class org.apache.axis.deployment.wsdd.WSDDRequestFlow
Default constructor
WSDDRequestFlow(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDRequestFlow
 
WSDDResponseFlow - class org.apache.axis.deployment.wsdd.WSDDResponseFlow.
 
WSDDResponseFlow() - Constructor for class org.apache.axis.deployment.wsdd.WSDDResponseFlow
Default constructor
WSDDResponseFlow(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDResponseFlow
 
WSDDService - class org.apache.axis.deployment.wsdd.WSDDService.
A service represented in WSDD.
WSDDService() - Constructor for class org.apache.axis.deployment.wsdd.WSDDService
Default constructor
WSDDService(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDService
 
WSDDTargetedChain - class org.apache.axis.deployment.wsdd.WSDDTargetedChain.
 
WSDDTargetedChain() - Constructor for class org.apache.axis.deployment.wsdd.WSDDTargetedChain
 
WSDDTargetedChain(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDTargetedChain
 
WSDDTransport - class org.apache.axis.deployment.wsdd.WSDDTransport.
 
WSDDTransport() - Constructor for class org.apache.axis.deployment.wsdd.WSDDTransport
Default constructor
WSDDTransport(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDTransport
 
WSDDTypeMapping - class org.apache.axis.deployment.wsdd.WSDDTypeMapping.
 
WSDDTypeMapping() - Constructor for class org.apache.axis.deployment.wsdd.WSDDTypeMapping
Default constructor
WSDDTypeMapping(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
WSDDTypeMappingContainer - interface org.apache.axis.deployment.wsdd.WSDDTypeMappingContainer.
A common interface for things which contain type mappings (i.e.
WSDDUndeployment - class org.apache.axis.deployment.wsdd.WSDDUndeployment.
WSDD deployment element
WSDDUndeployment() - Constructor for class org.apache.axis.deployment.wsdd.WSDDUndeployment
Default constructor
WSDDUndeployment(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDUndeployment
Constructor - build an undeployment from a DOM Element.
WSDL_LOCATION - Static variable in class org.apache.axis.client.ServiceFactory
 
WSDL_PORT_NAME - Static variable in class org.apache.axis.client.Call
 
WSDL_SERVICE - Static variable in class org.apache.axis.client.Call
 
WSDL2 - class org.apache.axis.wsdl.gen.WSDL2.
 
WSDL2() - Constructor for class org.apache.axis.wsdl.gen.WSDL2
Constructor Used by extended classes to construct an instance of WSDL2
WSDL2Java - class org.apache.axis.wsdl.WSDL2Java.
Command line interface to the WSDL2Java utility
WSDL2Java() - Constructor for class org.apache.axis.wsdl.WSDL2Java
Instantiate a WSDL2Java emitter.
wsdlFilename - Variable in class org.apache.axis.wsdl.Java2WSDL
 
WSDLGEN_INTFNAMESPACE - Static variable in class org.apache.axis.MessageContext
The value of the property is used by service WSDL generation (aka ?WSDL) For the service's interface namespace if not set TRANS_URL property is used.
WSDLGEN_SERV_LOC_URL - Static variable in class org.apache.axis.MessageContext
The value of the property is used by service WSDL generation (aka ?WSDL) For the service's location if not set TRANS_URL property is used.
WSDLGenStrategy - class org.apache.axis.strategies.WSDLGenStrategy.
A Strategy which calls generateWSDL() on the specified Handler, passing it the specified MessageContext.
WSDLGenStrategy() - Constructor for class org.apache.axis.strategies.WSDLGenStrategy
 
wsdlImplFilename - Variable in class org.apache.axis.wsdl.Java2WSDL
 
wsdlStart - Variable in class org.apache.axis.handlers.EchoHandler
 
wsdlStart1 - Variable in class org.apache.axis.handlers.EchoHandler
 
wsdlURI - Variable in class org.apache.axis.wsdl.gen.WSDL2
 
WSDLUtils - class org.apache.axis.utils.WSDLUtils.
 
WSDLUtils() - Constructor for class org.apache.axis.utils.WSDLUtils
 

X

XML_LANG - Static variable in class org.apache.axis.Constants
 
XMLChar - class org.apache.axis.utils.XMLChar.
This class defines the basic XML character properties.
XMLChar() - Constructor for class org.apache.axis.utils.XMLChar
 
xmlEncodeString(String) - Static method in class org.apache.axis.utils.XMLUtils
Encode a string appropriately for XML.
xmlNameToJava(String) - Static method in class org.apache.axis.utils.JavaUtils
Map an XML name to a Java identifier per the mapping rules of JSR 101 (in version 1.0 this is "Chapter 20: Appendix: Mapping of XML Names"
xmlNameToJava(String) - Static method in class org.apache.axis.wsdl.toJava.Utils
Map an XML name to a valid Java identifier
xmlNameToJavaClass(String) - Static method in class org.apache.axis.wsdl.toJava.Utils
Map an XML name to a valid Java identifier w/ capitolized first letter
XMLStringProvider - class org.apache.axis.configuration.XMLStringProvider.
A simple ConfigurationProvider that uses the Admin class to configure the engine from a String containing XML.
XMLStringProvider(String) - Constructor for class org.apache.axis.configuration.XMLStringProvider
Constructor
xmlType - Variable in class org.apache.axis.encoding.TypeMappingImpl.Pair
 
xmlType - Variable in class org.apache.axis.encoding.ser.SimpleSerializer
 
xmlType - Variable in class org.apache.axis.encoding.ser.SimpleDeserializer
 
xmlType - Variable in class org.apache.axis.encoding.ser.HexSerializer
 
xmlType - Variable in class org.apache.axis.encoding.ser.HexDeserializer
 
xmlType - Variable in class org.apache.axis.encoding.ser.BaseSerializerFactory
 
xmlType - Variable in class org.apache.axis.encoding.ser.BaseDeserializerFactory
 
xmlType - Variable in class org.apache.axis.encoding.ser.Base64Serializer
 
xmlType - Variable in class org.apache.axis.encoding.ser.Base64Deserializer
 
xmlType - Variable in class org.apache.axis.encoding.ser.castor.CastorDeserializer
 
XMLType - class javax.xml.rpc.encoding.XMLType.
Class XMLType
XMLType - class org.apache.axis.encoding.XMLType.
 
XMLType() - Constructor for class javax.xml.rpc.encoding.XMLType
Constructor XMLType
XMLType() - Constructor for class org.apache.axis.encoding.XMLType
 
XMLUtils - class org.apache.axis.utils.XMLUtils.
 
XMLUtils.ParserErrorHandler - class org.apache.axis.utils.XMLUtils.ParserErrorHandler.
 
XMLUtils.ParserErrorHandler() - Constructor for class org.apache.axis.utils.XMLUtils.ParserErrorHandler
 
XMLUtils() - Constructor for class org.apache.axis.utils.XMLUtils
 
XSD_ANY - Static variable in class org.apache.axis.Constants
 
XSD_ANYTYPE - Static variable in class org.apache.axis.Constants
 
XSD_ANYURI - Static variable in class org.apache.axis.Constants
 
XSD_BASE64 - Static variable in class javax.xml.rpc.encoding.XMLType
Field XSD_BASE64
XSD_BASE64 - Static variable in class org.apache.axis.Constants
 
XSD_BOOLEAN - Static variable in class javax.xml.rpc.encoding.XMLType
Field XSD_BOOLEAN
XSD_BOOLEAN - Static variable in class org.apache.axis.Constants
 
XSD_BYTE - Static variable in class javax.xml.rpc.encoding.XMLType
Field XSD_BYTE
XSD_BYTE - Static variable in class org.apache.axis.Constants
 
XSD_DATE - Static variable in class org.apache.axis.Constants
 
XSD_DATETIME - Static variable in class javax.xml.rpc.encoding.XMLType
Field XSD_DATETIME
XSD_DATETIME - Static variable in class org.apache.axis.Constants
 
XSD_DAY - Static variable in class org.apache.axis.Constants
 
XSD_DECIMAL - Static variable in class javax.xml.rpc.encoding.XMLType
Field XSD_DECIMAL
XSD_DECIMAL - Static variable in class org.apache.axis.Constants
 
XSD_DOUBLE - Static variable in class javax.xml.rpc.encoding.XMLType
Field XSD_DOUBLE
XSD_DOUBLE - Static variable in class org.apache.axis.Constants
 
XSD_DURATION - Static variable in class org.apache.axis.Constants
 
XSD_ENTITIES - Static variable in class org.apache.axis.Constants
 
XSD_ENTITY - Static variable in class org.apache.axis.Constants
 
XSD_FLOAT - Static variable in class javax.xml.rpc.encoding.XMLType
Field XSD_FLOAT
XSD_FLOAT - Static variable in class org.apache.axis.Constants
 
XSD_HEXBIN - Static variable in class org.apache.axis.Constants
 
XSD_HEXBINARY - Static variable in class javax.xml.rpc.encoding.XMLType
Field XSD_HEXBINARY
XSD_ID - Static variable in class org.apache.axis.Constants
 
XSD_IDREF - Static variable in class org.apache.axis.Constants
 
XSD_IDREFS - Static variable in class org.apache.axis.Constants
 
XSD_INT - Static variable in class javax.xml.rpc.encoding.XMLType
Field XSD_INT
XSD_INT - Static variable in class org.apache.axis.Constants
 
XSD_INTEGER - Static variable in class javax.xml.rpc.encoding.XMLType
Field XSD_INTEGER
XSD_INTEGER - Static variable in class org.apache.axis.Constants
 
XSD_LANGUAGE - Static variable in class org.apache.axis.Constants
 
XSD_LONG - Static variable in class javax.xml.rpc.encoding.XMLType
Field XSD_LONG
XSD_LONG - Static variable in class org.apache.axis.Constants
 
XSD_MONTH - Static variable in class org.apache.axis.Constants
 
XSD_MONTHDAY - Static variable in class org.apache.axis.Constants
 
XSD_NAME - Static variable in class org.apache.axis.Constants
 
XSD_NCNAME - Static variable in class org.apache.axis.Constants
 
XSD_NEGATIVEINTEGER - Static variable in class org.apache.axis.Constants
 
XSD_NMTOKEN - Static variable in class org.apache.axis.Constants
 
XSD_NMTOKENS - Static variable in class org.apache.axis.Constants
 
XSD_NONNEGATIVEINTEGER - Static variable in class org.apache.axis.Constants
 
XSD_NONPOSITIVEINTEGER - Static variable in class org.apache.axis.Constants
 
XSD_NORMALIZEDSTRING - Static variable in class org.apache.axis.Constants
 
XSD_NOTATION - Static variable in class org.apache.axis.Constants
 
XSD_POSITIVEINTEGER - Static variable in class org.apache.axis.Constants
 
XSD_QNAME - Static variable in class javax.xml.rpc.encoding.XMLType
Field XSD_QNAME
XSD_QNAME - Static variable in class org.apache.axis.Constants
 
XSD_SCHEMA - Static variable in class org.apache.axis.Constants
 
XSD_SHORT - Static variable in class javax.xml.rpc.encoding.XMLType
Field XSD_SHORT
XSD_SHORT - Static variable in class org.apache.axis.Constants
 
XSD_STRING - Static variable in class javax.xml.rpc.encoding.XMLType
Field XSD_STRING
XSD_STRING - Static variable in class org.apache.axis.Constants
 
XSD_TIME - Static variable in class org.apache.axis.Constants
 
XSD_TIMEINSTANT1999 - Static variable in class org.apache.axis.Constants
 
XSD_TIMEINSTANT2000 - Static variable in class org.apache.axis.Constants
 
XSD_TOKEN - Static variable in class org.apache.axis.Constants
 
XSD_UNSIGNEDBYTE - Static variable in class org.apache.axis.Constants
 
XSD_UNSIGNEDINT - Static variable in class org.apache.axis.Constants
 
XSD_UNSIGNEDLONG - Static variable in class org.apache.axis.Constants
 
XSD_UNSIGNEDSHORT - Static variable in class org.apache.axis.Constants
 
XSD_YEAR - Static variable in class org.apache.axis.Constants
 
XSD_YEARMONTH - Static variable in class org.apache.axis.Constants
 

Y

Year - class org.apache.axis.types.Year.
Implementation of the XML Schema type gYear
Year(int) - Constructor for class org.apache.axis.types.Year
Constructs a Year with the given values No timezone is specified
Year(int, String) - Constructor for class org.apache.axis.types.Year
Constructs a Year with the given values, including a timezone string The timezone is validated but not used.
Year(String) - Constructor for class org.apache.axis.types.Year
Construct a Year from a String in the format [-]CCYY[timezone]
YearHolder - class org.apache.axis.holders.YearHolder.
Class YearHolder
YearHolder() - Constructor for class org.apache.axis.holders.YearHolder
Constructor YearHolder
YearHolder(Year) - Constructor for class org.apache.axis.holders.YearHolder
Constructor YearHolder
YearMonth - class org.apache.axis.types.YearMonth.
Implementation of the XML Schema type gYearMonth
YearMonth(int, int) - Constructor for class org.apache.axis.types.YearMonth
Constructs a YearMonth with the given values No timezone is specified
YearMonth(int, int, String) - Constructor for class org.apache.axis.types.YearMonth
Constructs a YearMonth with the given values, including a timezone string The timezone is validated but not used.
YearMonth(String) - Constructor for class org.apache.axis.types.YearMonth
Construct a YearMonth from a String in the format [-]CCYY-MM
YearMonthHolder - class org.apache.axis.holders.YearMonthHolder.
Class YearMonthHolder
YearMonthHolder() - Constructor for class org.apache.axis.holders.YearMonthHolder
Constructor YearMonthHolder
YearMonthHolder(YearMonth) - Constructor for class org.apache.axis.holders.YearMonthHolder
Constructor YearMonthHolder

_

_getProperty(String) - Method in interface javax.xml.rpc.Stub
Gets the value of a specific configuration property.
_getProperty(String) - Method in class org.apache.axis.client.Stub
Gets the value of a named property.
_getPropertyNames() - Method in interface javax.xml.rpc.Stub
Returns an Iterator view of the names of the properties that can be configured on this stub instance.
_getPropertyNames() - Method in class org.apache.axis.client.Stub
Return the names of configurable properties for this stub class.
_hasSafePassword - Variable in class org.apache.axis.AxisEngine
Has the user changed the password yet?
_isDirty - Variable in class org.apache.axis.message.MessageElement
 
_isRoot - Variable in class org.apache.axis.message.MessageElement
 
_read(byte[], int, int) - Method in class org.apache.axis.attachments.DimeDelimitedInputStream
 
_roles - Variable in class org.apache.axis.handlers.HandlerInfoChainFactory
 
_setProperty(String, Object) - Method in interface javax.xml.rpc.Stub
Sets the name and value of a configuration property for this Stub instance.
_setProperty(String, Object) - Method in class org.apache.axis.client.Stub
Sets the value for a named property.
_shutdown - Variable in class org.apache.axis.components.threadpool.ThreadPool
 

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 _

Copyright © 2003 Apache Web Services Project. All Rights Reserved.