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

A

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.
ANYCONTENT - Static variable in class org.apache.axis.Constants
The name of the field which accepts xsd:any content in Beans
ARGUMENTS_REQUIRED_2 - Static variable in class org.apache.axis.utils.CLOptionDescriptor
Flag to say this option requires 2 arguments
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
ATTACHMENTS_DIR - Static variable in class org.apache.axis.MessageContext
The directory where in coming attachments are created.
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.
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_ENCODING_STYLE - Static variable in class org.apache.axis.Constants
 
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_ITEM_TYPE - Static variable in class org.apache.axis.Constants
 
ATTR_MUST_UNDERSTAND - Static variable in class org.apache.axis.Constants
 
ATTR_OFFSET - Static variable in class org.apache.axis.Constants
 
ATTR_POSITION - Static variable in class org.apache.axis.Constants
 
ATTR_QNAME - Static variable in class org.apache.axis.Constants
 
ATTR_REF - Static variable in class org.apache.axis.Constants
 
ATTR_RELAY - Static variable in class org.apache.axis.Constants
 
ATTR_ROLE - Static variable in class org.apache.axis.Constants
 
ATTR_ROOT - Static variable in class org.apache.axis.Constants
 
ATTR_TYPE - Static variable in class org.apache.axis.Constants
 
AUTHUSER - Static variable in class org.apache.axis.MessageContext
Place to store an AuthenticatedUser
AXIS_SAX - Static variable in class org.apache.axis.Constants
 
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.
AttachmentPart - class javax.xml.soap.AttachmentPart.
A single attachment to a SOAPMessage object.
AttachmentPart() - Constructor for class javax.xml.soap.AttachmentPart
 
AttachmentPart - class org.apache.axis.attachments.AttachmentPart.
Class AttachmentPart
AttachmentPart() - Constructor for class org.apache.axis.attachments.AttachmentPart
Constructor AttachmentPart
AttachmentPart(DataHandler) - Constructor for class org.apache.axis.attachments.AttachmentPart
Constructor AttachmentPart
AttachmentUtils - class org.apache.axis.attachments.AttachmentUtils.
This class allow access to the Jaf data handler in AttachmentPart.
Attachments - interface org.apache.axis.attachments.Attachments.
Access the Attachments of a Message.
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.
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
 
AxisClient - class org.apache.axis.client.AxisClient.
Provides the equivalent of an "Axis engine" on the client side.
AxisClient(EngineConfiguration) - Constructor for class org.apache.axis.client.AxisClient
 
AxisClient() - 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(String, String, String, Element[]) - Constructor for class org.apache.axis.AxisFault
make a fault
AxisFault(QName, String, String, Element[]) - Constructor for class org.apache.axis.AxisFault
make a fault in any namespace
AxisFault(QName, QName[], String, 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() - Constructor for class org.apache.axis.AxisFault
No-arg constructor for building one from an XML stream.
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.
AxisProperties - class org.apache.axis.AxisProperties.
Configuration properties for AXIS.
AxisProperties() - Constructor for class org.apache.axis.AxisProperties
 
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
 
add(Object) - Method in class org.apache.axis.utils.IdentityHashMap
adds an object to the Map.
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(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(Part) - Method in interface org.apache.axis.attachments.Attachments
Adds an existing attachment to this list.
addAttachmentPart(Part) - Method in class org.apache.axis.attachments.AttachmentsImpl
Adds an existing attachment to this list.
addAttachmentPart(Object) - Method in class org.apache.axis.client.Call
This method adds an attachment.
addAttribute(Name, String) - Method in interface javax.xml.soap.SOAPElement
Adds an attribute with the specified name and value to this SOAPElement object.
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
 
addAttribute(Name, String) - Method in class org.apache.axis.message.MessageElement
 
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
 
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.
addChild(MessageElement) - Method in class org.apache.axis.message.SOAPBody
 
addChild(MessageElement) - Method in class org.apache.axis.message.SOAPHeader
 
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(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, 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, 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(SOAPElement) - Method in interface javax.xml.soap.SOAPElement
Add a SOAPElement as a child of this SOAPElement instance.
addChildElement(Name) - Method in class org.apache.axis.message.MessageElement
 
addChildElement(String) - Method in class org.apache.axis.message.MessageElement
 
addChildElement(String, String) - Method in class org.apache.axis.message.MessageElement
 
addChildElement(String, String, String) - Method in class org.apache.axis.message.MessageElement
 
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(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.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(Name) - Method in class org.apache.axis.message.SOAPHeader
 
addChildElement(String) - Method in class org.apache.axis.message.SOAPHeader
 
addChildElement(String, String) - Method in class org.apache.axis.message.SOAPHeader
 
addChildElement(String, String, String) - Method in class org.apache.axis.message.SOAPHeader
 
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(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
addFault(FaultDesc) - Method in class org.apache.axis.description.OperationDesc
 
addFault() - Method in class org.apache.axis.message.SOAPBody
 
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.
addHandler(Handler) - Method in interface org.apache.axis.Chain
Adds a handler to the end of the chain.
addHandler(Handler) - Method in class org.apache.axis.SimpleChain
 
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.
addHeader() - Method in interface javax.xml.soap.SOAPEnvelope
Creates a SOAPHeader object and sets it as the SOAPHeader object for this SOAPEnvelope object.
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() - Method in class org.apache.axis.message.SOAPEnvelope
Add a soap header if one does not exist
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
 
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 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 interface org.apache.axis.Part
Add the specified MIME header, as per JAXM.
addMimeHeader(String, String) - Method in class org.apache.axis.SOAPPart
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
 
addOperationDesc(OperationDesc) - Method in class org.apache.axis.description.ServiceDesc
 
addParam(RPCParam) - Method in class org.apache.axis.message.RPCElement
 
addParameter(String, QName, 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 interface javax.xml.rpc.Call
Adds a parameter type and mode for a specific operation.
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(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(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.
addParameter(String, QName, Class, ParameterMode) - Method in class org.apache.axis.client.Call
Adds a parameter type and mode for a specific operation.
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
 
addParameterAsHeader(QName, QName, Class, ParameterMode, ParameterMode) - Method in class org.apache.axis.client.Call
Adds a parameter type as a soap:header.
addReferencedObject(String, Object) - Method in interface org.apache.axis.message.IDResolver
Store the object associated with id
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.DetailEntry
 
addTextNode(String) - Method in class org.apache.axis.message.MessageElement
Text nodes are not supported.
addTrailer(MessageElement) - Method in class org.apache.axis.message.SOAPEnvelope
Add an element to the trailer
addTransportPackage(String) - Static method in class org.apache.axis.client.Call
Add a package to the system protocol handler search path.
available() - Method in class org.apache.axis.attachments.BoundaryDelimitedStream
Method available
available() - Method in class org.apache.axis.attachments.DimeDelimitedInputStream
 

B

Base64 - class org.apache.axis.utils.Base64.
Unceremoniously lifted from jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/Base64.java Revision 1.8 2002/01/05 11:15:59 Eliminates dependency on sun.misc.Base64Encoding, which isn't appreciated by the J2EE security manager.
Base64() - Constructor for class org.apache.axis.utils.Base64
 
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
 
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(PropertyDescriptor) - Constructor for class org.apache.axis.utils.BeanPropertyDescriptor
Constructor (takes a PropertyDescriptor)
BeanUtils - class org.apache.axis.utils.BeanUtils.
 
BeanUtils() - Constructor for class org.apache.axis.utils.BeanUtils
 
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
BodyBuilder - class org.apache.axis.message.BodyBuilder.
 
BooleanHolder - class javax.xml.rpc.holders.BooleanHolder.
Class BooleanHolder
BooleanHolder() - Constructor for class javax.xml.rpc.holders.BooleanHolder
Constructor BooleanHolder
BooleanHolder(boolean) - Constructor for class javax.xml.rpc.holders.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
BoundaryDelimitedStream - class org.apache.axis.attachments.BoundaryDelimitedStream.
This class takes the input stream and turns it multiple streams.
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
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
base64encode(byte[]) - Static method in class org.apache.axis.utils.XMLUtils
 

C

CALL - Static variable in class org.apache.axis.MessageContext
If on the client - this is the Call object
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[], ParserControl) - Constructor for class org.apache.axis.utils.CLArgsParser
Create a parser that can deal with options and parses certain args.
CLArgsParser(String[], CLOptionDescriptor[]) - Constructor for class org.apache.axis.utils.CLArgsParser
Create a parser that deals with options and parses certain args.
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.
CLUtil - class org.apache.axis.utils.CLUtil.
CLUtil offers basic utility operations for use both internal and external to package.
CONTENT_TYPE - Static variable in class org.apache.axis.attachments.ImageDataSource
 
CONTENT_TYPE - Static variable in class org.apache.axis.attachments.MimeMultipartDataSource
 
CONTENT_TYPE - Static variable in class org.apache.axis.attachments.OctetStreamDataSource
 
CONTENT_TYPE - Static variable in class org.apache.axis.attachments.PlainTextDataSource
 
CONTENT_TYPE - Static variable in class org.apache.axis.attachments.SourceDataSource
 
CONTEXT_ATTR_PROXY_CONFIG - Static variable in class org.apache.axis.Constants
 
CR - Static variable in class org.apache.axis.utils.JavaUtils
 
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
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(Service) - Constructor for class org.apache.axis.client.Call
Default constructor - not much else to say.
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
Chain - interface org.apache.axis.Chain.
 
ClassUtils - class org.apache.axis.utils.ClassUtils.
Utility methods for Class Loading.
ClassUtils() - Constructor for class org.apache.axis.utils.ClassUtils
 
ConfigurationException - exception org.apache.axis.ConfigurationException.
ConfigurationException is thrown when an error occurs trying to use an EngineConfiguration.
ConfigurationException(String) - Constructor for class org.apache.axis.ConfigurationException
Construct a ConfigurationException from a String.
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.
Constants - class org.apache.axis.Constants.
 
Constants() - Constructor for class org.apache.axis.Constants
 
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.
canHandleBlock(QName) - Method in class org.apache.axis.FaultableHandler
 
canHandleBlock(QName) - Method in interface org.apache.axis.Handler
Can this Handler process this QName?
canHandleBlock(QName) - Method in class org.apache.axis.SimpleChain
 
canHandleBlock(QName) - Method in class org.apache.axis.handlers.BasicHandler
 
charEncoding - Static variable in class org.apache.axis.utils.XMLUtils
 
characters(char[], int, int) - Method in class org.apache.axis.message.SAX2EventRecorder
 
characters(char[], int, int) - Method in class org.apache.axis.message.SAXOutputter
 
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.FaultableHandler
 
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.SimpleChain
 
cleanup() - Method in class org.apache.axis.handlers.BasicHandler
 
cleanup() - Method in class org.apache.axis.handlers.JAXRPCHandler
 
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.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
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.Call
Clear the list of headers which we insert into each message Note: Not part of JAX-RPC specification.
clearHeaders() - Method in class org.apache.axis.client.Stub
This method clears both requestHeaders and responseHeaders hashtables.
clearOperation() - Method in class org.apache.axis.client.Call
 
cloneFrame() - Method in class org.apache.axis.utils.NSStack
Return a copy of the current frame.
close() - Method in class javax.xml.soap.SOAPConnection
Closes this SOAPConnection object.
close() - Method in class org.apache.axis.attachments.BoundaryDelimitedStream
Closes the stream.
close() - Method in class org.apache.axis.attachments.DimeDelimitedInputStream
Closes the stream.
close() - Method in class org.apache.axis.attachments.MultiPartDimeInputStream
 
close() - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
Method close
close() - Method in class org.apache.axis.soap.SOAPConnectionImpl
Closes this SOAPConnection object.
comment(char[], int, int) - Method in class org.apache.axis.message.SAX2EventRecorder
 
comment(char[], int, int) - Method in class org.apache.axis.message.SAXOutputter
 
configureEngine(AxisEngine) - Method in interface org.apache.axis.EngineConfiguration
Configure this AxisEngine using whatever data source we have.
contains(Handler) - Method in interface org.apache.axis.Chain
Is this handler in the chain?
contains(Handler) - Method in class org.apache.axis.SimpleChain
 
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.
convert(Object, Class) - Static method in class org.apache.axis.utils.JavaUtils
Utility function to convert an Object to some desired Class.
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.
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, String, String) - Method in class javax.xml.soap.SOAPElementFactory
Deprecated. Use javax.xml.soap.SOAPFactory.createElement(String localName, String prefix, String uri) instead
createAttachmentPart() - Method in class javax.xml.soap.SOAPMessage
Creates a new empty AttachmentPart object.
createAttachmentPart(DataHandler) - Method in class javax.xml.soap.SOAPMessage
Creates an AttachmentPart object and populates it using the given DataHandler object.
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.
createAttachmentPart() - Method in class org.apache.axis.Message
Creates a new empty AttachmentPart object.
createAttachmentPart(Object) - Method in interface org.apache.axis.attachments.Attachments
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(Object) - Method in class org.apache.axis.attachments.AttachmentsImpl
Create an attachment part with a buried JAF data handler.
createAttachmentPart() - Method in class org.apache.axis.attachments.AttachmentsImpl
Create a new attachment Part in this Message.
createCall(QName) - Method in interface javax.xml.rpc.Service
Creates a Call instance.
createCall(QName, QName) - Method in interface javax.xml.rpc.Service
Creates a Call instance.
createCall(QName, String) - Method in interface javax.xml.rpc.Service
Creates a Call instance.
createCall() - Method in interface javax.xml.rpc.Service
Creates a Call object not associated with specific operation or target service endpoint.
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, 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.
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() - Method in class org.apache.axis.client.Service
Creates a new Call object with no prefilled data.
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.
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
 
createElement(Name) - Method in class javax.xml.soap.SOAPFactory
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, String, String) - Method in class javax.xml.soap.SOAPFactory
Create a new SOAPElement object with the given local name, prefix and uri.
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 org.apache.axis.soap.SOAPFactoryImpl
Create a SOAPElement object initialized with the given local name.
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.
createHandlerChain() - Method in class org.apache.axis.handlers.HandlerInfoChainFactory
 
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.
createMessage() - Method in class javax.xml.soap.MessageFactory
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() - 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 org.apache.axis.soap.MessageFactoryImpl
Internalizes the contents of the given InputStream object into a new SOAPMessage object and returns the SOAPMessage object.
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) - Method in interface javax.xml.soap.SOAPEnvelope
Creates a new Name object initialized with the given local name.
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) - Method in class javax.xml.soap.SOAPFactory
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, 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
 
createName(String) - Method in class org.apache.axis.soap.SOAPFactoryImpl
 
createService(URL, QName) - Method in class javax.xml.rpc.ServiceFactory
Create a Service instance.
createService(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.
createService(QName) - Method in class org.apache.axis.client.ServiceFactory
Create a Service instance.
createTypeMapping() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Creates a new empty TypeMapping object.

D

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_JWS_FILE_EXTENSION - Variable in class org.apache.axis.handlers.JWSHandler
 
DEFAULT_SOAP_VERSION - Static variable in class org.apache.axis.Constants
 
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
 
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.
DUPLICATES_ALLOWED - Static variable in class org.apache.axis.utils.CLOptionDescriptor
Flag to say this option may be repeated on the command line
DebugHandler - class org.apache.axis.handlers.DebugHandler.
 
DebugHandler() - Constructor for class org.apache.axis.handlers.DebugHandler
 
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
 
DefaultEntityResolver - class org.apache.axis.utils.DefaultEntityResolver.
 
DefaultEntityResolver() - Constructor for class org.apache.axis.utils.DefaultEntityResolver
 
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.
Deserializer - interface javax.xml.rpc.encoding.Deserializer.
The javax.xml.rpc.encoding.Deserializer interface defines a base interface for deserializers.
DeserializerFactory - interface javax.xml.rpc.encoding.DeserializerFactory.
The javax.xml.rpc.encoding.DeserializerFactory is a factory of deserializers.
Detail - interface javax.xml.soap.Detail.
A container for DetailEntry objects.
Detail - class org.apache.axis.message.Detail.
Detail Container implementation
Detail(String, String, String, Attributes, DeserializationContext) - Constructor for class org.apache.axis.message.Detail
 
Detail() - Constructor for class org.apache.axis.message.Detail
 
Detail(AxisFault) - 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
 
DimeBodyPart - class org.apache.axis.attachments.DimeBodyPart.
Holds one attachment DIME part.
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.
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.
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
 
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
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
delete() - Method in class org.apache.axis.attachments.ManagedMemoryDataSource
Method delete
describeOptions(CLOptionDescriptor[]) - Static method in class org.apache.axis.utils.CLUtil
Format options into StringBuffer and return.
deserialize() - Method in class org.apache.axis.message.RPCElement
 
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.handler.Handler
The destroy method indicates the end of lifecycle for a Handler instance.
destroy() - Method in interface javax.xml.rpc.handler.HandlerChain
Indicates the end of lifecycle for a HandlerChain.
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 class org.apache.axis.handlers.HandlerChainImpl
 
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.MessageElement
Break the relationship between this element and its parent, if any.
detachNode() - Method in class org.apache.axis.message.SOAPBody
 
detachNode() - Method in class org.apache.axis.message.SOAPBodyElement
 
detachNode() - Method in class org.apache.axis.message.SOAPHeader
 
detachNode() - Method in class org.apache.axis.message.SOAPHeaderElement
 
disableFormatting() - Method in class org.apache.axis.message.SOAPBody
 
disableStats() - Method in class org.apache.axis.utils.SybStats
 
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.
doServer(MessageContext) - Method in class org.apache.axis.handlers.SimpleSessionHandler
Server side of processing.
dump() - Method in class org.apache.axis.AxisFault
dump the fault info to the log at debug level
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.

E

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.a