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

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

A

addBodyPart(MimeBodyPart) - Method in class org.apache.soap.messaging.Message
Add a MIME BodyPart to the request MIME envelope.
addBodyPart(MimeBodyPart) - Method in class org.apache.soap.rpc.Call
Add a MIME BodyPart.
addBodyPart(MimeBodyPart) - Method in class org.apache.soap.rpc.SOAPContext
Adds a Part.
addBodyPart(MimeBodyPart, int) - Method in class org.apache.soap.rpc.SOAPContext
Adds a MimeBodyPart at position index.
addNSDeclaration(String) - Method in class org.apache.soap.util.xml.NSStack
Add a new declaration to the current scope using a unique prefix and return the prefix.
addNSDeclaration(String, String) - Method in class org.apache.soap.util.xml.NSStack
Add a new declaration to the current scope.
ArraySerializer - class org.apache.soap.encoding.soapenc.ArraySerializer.
A ArraySerializer can be used to serialize and deserialize arrays using the SOAP-ENC encoding style.
ArraySerializer() - Constructor for class org.apache.soap.encoding.soapenc.ArraySerializer
 
ATTR_ARRAY_TYPE - Static variable in class org.apache.soap.Constants
 
ATTR_ENCODING_STYLE - Static variable in class org.apache.soap.Constants
 
ATTR_ID - Static variable in class org.apache.soap.Constants
 
ATTR_MUST_UNDERSTAND - Static variable in class org.apache.soap.Constants
 
ATTR_NIL - Static variable in class org.apache.soap.Constants
 
ATTR_NULL - Static variable in class org.apache.soap.Constants
 
ATTR_REFERENCE - Static variable in class org.apache.soap.Constants
 
ATTR_TYPE - Static variable in class org.apache.soap.Constants
 
ATTRVAL_TRUE - Static variable in class org.apache.soap.Constants
 

B

bag - Variable in class org.apache.soap.rpc.SOAPContext
 
BAG_DEPLOYMENTDESCRIPTOR - Static variable in class org.apache.soap.Constants
 
BAG_HTTPSERVLET - Static variable in class org.apache.soap.Constants
 
BAG_HTTPSERVLETREQUEST - Static variable in class org.apache.soap.Constants
 
BAG_HTTPSERVLETRESPONSE - Static variable in class org.apache.soap.Constants
 
BAG_HTTPSESSION - Static variable in class org.apache.soap.Constants
 
Base64 - class org.apache.soap.encoding.soapenc.Base64.
 
Base64() - Constructor for class org.apache.soap.encoding.soapenc.Base64
 
Base64Serializer - class org.apache.soap.encoding.soapenc.Base64Serializer.
A Base64Serializer is used to serialize and deserialize byte arrays using the SOAP-ENC encoding style.
Base64Serializer() - Constructor for class org.apache.soap.encoding.soapenc.Base64Serializer
 
BaseConfigManager - class org.apache.soap.server.BaseConfigManager.
An XMLConfigManager ...
BaseConfigManager() - Constructor for class org.apache.soap.server.BaseConfigManager
 
Bean - class org.apache.soap.util.Bean.
A Bean is the class used to represent a bean: it holds a type and a value.
Bean(Class, Object) - Constructor for class org.apache.soap.util.Bean
 
BeanSerializer - class org.apache.soap.encoding.soapenc.BeanSerializer.
A BeanSerializer can be used to serialize and deserialize JavaBeans using the SOAP-ENC encoding style.
BeanSerializer() - Constructor for class org.apache.soap.encoding.soapenc.BeanSerializer
 
Body - class org.apache.soap.Body.
A Body object represents the contents and semantics of a <SOAP-ENV:Body> element.
Body() - Constructor for class org.apache.soap.Body
 
boolean1999QName - Static variable in class org.apache.soap.Constants
 
boolean2000QName - Static variable in class org.apache.soap.Constants
 
boolean2001QName - Static variable in class org.apache.soap.Constants
 
BooleanDeserializer - class org.apache.soap.encoding.soapenc.BooleanDeserializer.
This deserializer can be used to deserialize something into a boolean.
BooleanDeserializer() - Constructor for class org.apache.soap.encoding.soapenc.BooleanDeserializer
 
BooleanObjectDeserializer - class org.apache.soap.encoding.soapenc.BooleanObjectDeserializer.
This deserializer can be used to deserialize something into a Boolean.
BooleanObjectDeserializer() - Constructor for class org.apache.soap.encoding.soapenc.BooleanObjectDeserializer
 
buildEnvelope() - Method in class org.apache.soap.rpc.Response
 
buildEnvelope() - Method in class org.apache.soap.rpc.Call
 
buildEnvelope(boolean) - Method in class org.apache.soap.rpc.RPCMessage
 
buildFaultDetailsFromThrowable(Throwable) - Static method in class org.apache.soap.Utils
Given a throwable, return a vector containing a single entry which is an Element with one text node containing the stack trace.
buildFaultRouter(SOAPContext) - Method in class org.apache.soap.server.DeploymentDescriptor
 
buildSOAPMappingRegistry(DeploymentDescriptor, SOAPContext) - Static method in class org.apache.soap.server.DeploymentDescriptor
Utility to generate an XML serialization registry from all the type mappings registered into a deployment descriptor.
buildSSLSocket(String, int, String, int) - Static method in class org.apache.soap.util.net.SSLUtils
This method builds an SSL socket, after auto-starting SSL
byte1999QName - Static variable in class org.apache.soap.Constants
 
byte2000QName - Static variable in class org.apache.soap.Constants
 
byte2001QName - Static variable in class org.apache.soap.Constants
 
ByteArrayDataSource - class org.apache.soap.util.mime.ByteArrayDataSource.
This class implements a typed DataSource from an InputStream, a byte array, a String, a File.
ByteArrayDataSource(byte[], String) - Constructor for class org.apache.soap.util.mime.ByteArrayDataSource
Create a datasource from a byte array.
ByteArrayDataSource(File, String) - Constructor for class org.apache.soap.util.mime.ByteArrayDataSource
Create a datasource from a File.
ByteArrayDataSource(InputStream, String) - Constructor for class org.apache.soap.util.mime.ByteArrayDataSource
Create a datasource from an input stream.
ByteArrayDataSource(String, String) - Constructor for class org.apache.soap.util.mime.ByteArrayDataSource
Create a datasource from a String.
ByteDeserializer - class org.apache.soap.encoding.soapenc.ByteDeserializer.
This deserializer can be used to deserialize something into a byte.
ByteDeserializer() - Constructor for class org.apache.soap.encoding.soapenc.ByteDeserializer
 
ByteObjectDeserializer - class org.apache.soap.encoding.soapenc.ByteObjectDeserializer.
This deserializer can be used to deserialize something into a Byte.
ByteObjectDeserializer() - Constructor for class org.apache.soap.encoding.soapenc.ByteObjectDeserializer
 
bytes - Variable in class org.apache.soap.transport.TransportMessage
 

C

CalendarSerializer - class org.apache.soap.encoding.soapenc.CalendarSerializer.
This class de/serializes instances of java.util.GregorianCalendar from/to the XML-Schema type 'date'.
CalendarSerializer() - Constructor for class org.apache.soap.encoding.soapenc.CalendarSerializer
 
call - Variable in class org.apache.soap.providers.RPCJavaProvider
 
Call - class org.apache.soap.rpc.Call.
A Call object represents an RPC call.
Call() - Constructor for class org.apache.soap.rpc.Call
 
Call(String, String, Vector, Header, String) - Constructor for class org.apache.soap.rpc.Call
 
Call(String, String, Vector, Header, String, SOAPContext) - Constructor for class org.apache.soap.rpc.Call
 
checkMustUnderstands - Variable in class org.apache.soap.server.DeploymentDescriptor
 
checkMustUnderstands(Header) - Static method in class org.apache.soap.Utils
Check for mustUnderstand headers, and throw a mustUnderstand Fault if we find any.
cleanString(String) - Static method in class org.apache.soap.Utils
 
CNTXT_FACTORY_NAME - Static variable in class org.apache.soap.providers.StatelessEJBProvider
 
CNTXT_FACTORY_NAME - Static variable in class org.apache.soap.providers.StatefulEJBProvider
 
CNTXT_PROVIDER_URL - Static variable in class org.apache.soap.providers.StatelessEJBProvider
 
CNTXT_PROVIDER_URL - Static variable in class org.apache.soap.providers.StatefulEJBProvider
 
configFilename - Variable in class org.apache.soap.server.ServiceManager
 
CONFIGFILENAME - Static variable in class org.apache.soap.Constants
 
ConfigManager - interface org.apache.soap.util.ConfigManager.
A ConfigManager ...
configMgr - Variable in class org.apache.soap.server.ServiceManager
 
Constants - class org.apache.soap.Constants.
SOAP constants.
Constants() - Constructor for class org.apache.soap.Constants
 
contentType - Variable in class org.apache.soap.transport.TransportMessage
 
context - Variable in class org.apache.soap.server.BaseConfigManager
 
context - Variable in class org.apache.soap.server.ServiceManager
 
CONV_BSIZE - Static variable in class org.apache.soap.util.xml.XMISerializer
 
convert2Int(byte[]) - Static method in class org.apache.soap.encoding.Hex
Convert 4 hex digits to an int, and return the number of converted bytes.
countKids(Element, short) - Static method in class org.apache.soap.util.xml.DOMUtils
Count number of children of a certain type of the given element.
create(Properties) - Method in interface org.apache.soap.transport.EnvelopeEditorFactory
 
ctx - Variable in class org.apache.soap.rpc.RPCMessage
 
ctx - Variable in class org.apache.soap.transport.TransportMessage
 

D

date1999QName - Static variable in class org.apache.soap.Constants
 
date2000QName - Static variable in class org.apache.soap.Constants
 
date2001QName - Static variable in class org.apache.soap.Constants
 
DateSerializer - class org.apache.soap.encoding.soapenc.DateSerializer.
This class de/serializes instances of java.util.Date from/to the XML-Schema type 'timeInstant'.
DateSerializer() - Constructor for class org.apache.soap.encoding.soapenc.DateSerializer
 
dd - Variable in class org.apache.soap.providers.RPCJavaProvider
 
dds - Variable in class org.apache.soap.server.BaseConfigManager
 
DEC - Static variable in class org.apache.soap.encoding.Hex
 
decimal1999QName - Static variable in class org.apache.soap.Constants
 
decimal2000QName - Static variable in class org.apache.soap.Constants
 
decimal2001QName - Static variable in class org.apache.soap.Constants
 
DecimalDeserializer - class org.apache.soap.encoding.soapenc.DecimalDeserializer.
This deserializer can be used to deserialize something into a double.
DecimalDeserializer() - Constructor for class org.apache.soap.encoding.soapenc.DecimalDeserializer
 
declareNamespace(String, String) - Method in class org.apache.soap.Header
 
declareNamespace(String, String) - Method in class org.apache.soap.Envelope
 
declareNamespace(String, String) - Method in class org.apache.soap.Fault
 
declareNamespace(String, String) - Method in class org.apache.soap.Body
 
decode(char[], int, int) - Static method in class org.apache.soap.encoding.soapenc.Base64
Decode the base64 data.
decode(char[], int, int, OutputStream) - Static method in class org.apache.soap.encoding.soapenc.Base64
Decode the base64 data.
decode(String) - Static method in class org.apache.soap.encoding.Hex
Convert a String of hexadecimal digits into the corresponding byte array by encoding each two hexadecimal digits as a byte.
decode(String) - Static method in class org.apache.soap.encoding.soapenc.Base64
Decode the base64 data.
decode(String) - Static method in class org.apache.soap.util.mime.MimeUtils
 
decode(String, OutputStream) - Static method in class org.apache.soap.encoding.soapenc.Base64
Decode the base64 data.
decodeBooleanValue(String) - Static method in class org.apache.soap.encoding.soapenc.SoapEncUtils
 
DEFAULT_OUTPUT_BUFFER_SIZE - Static variable in class org.apache.soap.util.net.HTTPUtils
 
DefaultConfigManager - class org.apache.soap.server.DefaultConfigManager.
A DefaultConfigManager ...
DefaultConfigManager() - Constructor for class org.apache.soap.server.DefaultConfigManager
 
DELIM_CHAR - Static variable in class org.apache.soap.providers.StatefulEJBProvider
 
deploy(DeploymentDescriptor) - Method in class org.apache.soap.server.BaseConfigManager
Used to deploy a service using a specified DeploymentDescriptor.
deploy(DeploymentDescriptor) - Method in class org.apache.soap.server.ServiceManager
Deploy a service: add the descriptor to the persistent record of what has been deployed.
deploy(DeploymentDescriptor) - Method in class org.apache.soap.server.ServiceManagerClient
 
deploy(DeploymentDescriptor) - Method in interface org.apache.soap.util.ConfigManager
 
DeploymentDescriptor - class org.apache.soap.server.DeploymentDescriptor.
This class represents the deployment information about a SOAP service.
DeploymentDescriptor() - Constructor for class org.apache.soap.server.DeploymentDescriptor
Constructor.
deSerialize(String) - Method in class org.apache.soap.providers.StatefulEJBProvider
 
Deserializer - interface org.apache.soap.util.xml.Deserializer.
A Deserializer ...
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.soap.server.http.MessageRouterServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.soap.server.http.RPCRouterServlet
 
DOM2Writer - class org.apache.soap.util.xml.DOM2Writer.
This class is a utility to serialize a DOM node as XML.
DOM2Writer() - Constructor for class org.apache.soap.util.xml.DOM2Writer
 
DOMFaultListener - class org.apache.soap.server.DOMFaultListener.
Listens for fault events, and adds a DOM Element (built from Utils.buildFaultDetailsFromThrowable) representing the root exception of the fault event's SOAP exception.
DOMFaultListener() - Constructor for class org.apache.soap.server.DOMFaultListener
 
DOMUtils - class org.apache.soap.util.xml.DOMUtils.
 
DOMUtils() - Constructor for class org.apache.soap.util.xml.DOMUtils
 
DOMWriter - class org.apache.soap.util.xml.DOMWriter.
This class is a utility to serialize a DOM node as XML.
DOMWriter() - Constructor for class org.apache.soap.util.xml.DOMWriter
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.soap.server.http.MessageRouterServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.soap.server.http.RPCRouterServlet
 
double1999QName - Static variable in class org.apache.soap.Constants
 
double2000QName - Static variable in class org.apache.soap.Constants
 
double2001QName - Static variable in class org.apache.soap.Constants
 
DoubleDeserializer - class org.apache.soap.encoding.soapenc.DoubleDeserializer.
This deserializer can be used to deserialize something into a double.
DoubleDeserializer() - Constructor for class org.apache.soap.encoding.soapenc.DoubleDeserializer
 
DoubleObjectDeserializer - class org.apache.soap.encoding.soapenc.DoubleObjectDeserializer.
This deserializer can be used to deserialize something into a Double.
DoubleObjectDeserializer() - Constructor for class org.apache.soap.encoding.soapenc.DoubleObjectDeserializer
 

E

editEnvelope(EnvelopeEditor, boolean) - Method in class org.apache.soap.transport.TransportMessage
 
editIncoming(EnvelopeEditor) - Method in class org.apache.soap.transport.TransportMessage
Apply envelope/root part editor on inbound message.
editIncoming(Reader, Writer) - Method in interface org.apache.soap.transport.EnvelopeEditor
 
editIncoming(Reader, Writer) - Method in class org.apache.soap.transport.EnvelopeEditorAdapter
 
editOutgoing(EnvelopeEditor) - Method in class org.apache.soap.transport.TransportMessage
Apply envelope/root part editor on outgoing message.
editOutgoing(Reader, Writer) - Method in interface org.apache.soap.transport.EnvelopeEditor
 
editOutgoing(Reader, Writer) - Method in class org.apache.soap.transport.EnvelopeEditorAdapter
 
ejbKey - Variable in class org.apache.soap.providers.StatefulEJBProvider
 
ELEM_BODY - Static variable in class org.apache.soap.Constants
 
ELEM_DETAIL - Static variable in class org.apache.soap.Constants
 
ELEM_ENVELOPE - Static variable in class org.apache.soap.Constants
 
ELEM_FAULT - Static variable in class org.apache.soap.Constants
 
ELEM_FAULT_ACTOR - Static variable in class org.apache.soap.Constants
 
ELEM_FAULT_CODE - Static variable in class org.apache.soap.Constants
 
ELEM_FAULT_DETAIL_ENTRY - Static variable in class org.apache.soap.Constants
 
ELEM_FAULT_STRING - Static variable in class org.apache.soap.Constants
 
ELEM_HEADER - Static variable in class org.apache.soap.Constants
 
ELEM_PARAMETER - Static variable in class org.apache.soap.rpc.RPCConstants
 
ELEM_RETURN - Static variable in class org.apache.soap.rpc.RPCConstants
 
elementType - Variable in class org.apache.soap.server.TypeMapping
 
encode(byte[]) - Static method in class org.apache.soap.encoding.Hex
Convert a byte array into a printable format containing a String of hexadecimal digit characters (two per byte).
encode(byte[]) - Static method in class org.apache.soap.encoding.soapenc.Base64
Returns base64 representation of specified byte array.
encode(byte[], int, int) - Static method in class org.apache.soap.encoding.soapenc.Base64
Returns base64 representation of specified byte array.
encode(byte[], int, int, OutputStream) - Static method in class org.apache.soap.encoding.soapenc.Base64
Outputs base64 representation of the specified byte array to a byte stream.
encode(byte[], int, int, Writer) - Static method in class org.apache.soap.encoding.soapenc.Base64
Outputs base64 representation of the specified byte array to a character stream.
encodingStyle - Variable in class org.apache.soap.server.TypeMapping
 
encodingStyleURI - Variable in class org.apache.soap.rpc.RPCMessage
 
EntityEJBProvider - class org.apache.soap.providers.EntityEJBProvider.
 
EntityEJBProvider() - Constructor for class org.apache.soap.providers.EntityEJBProvider
 
envelope - Variable in class org.apache.soap.providers.RPCJavaProvider
 
envelope - Variable in class org.apache.soap.transport.TransportMessage
 
Envelope - class org.apache.soap.Envelope.
An Envelope object represents the contents and semantics of an <SOAP-ENV:Envelope> element.
ENVELOPE_EDITOR_FACTORY - Static variable in class org.apache.soap.Constants
 
Envelope() - Constructor for class org.apache.soap.Envelope
 
EnvelopeEditor - interface org.apache.soap.transport.EnvelopeEditor.
 
EnvelopeEditorAdapter - class org.apache.soap.transport.EnvelopeEditorAdapter.
 
EnvelopeEditorAdapter() - Constructor for class org.apache.soap.transport.EnvelopeEditorAdapter
 
EnvelopeEditorFactory - interface org.apache.soap.transport.EnvelopeEditorFactory.
 
equals(Object) - Method in class org.apache.soap.encoding.Hex
 
equals(Object) - Method in class org.apache.soap.util.xml.QName
 
ERR_MSG_VERSION_MISMATCH - Static variable in class org.apache.soap.Constants
 
ERROR - Static variable in class org.apache.soap.providers.com.Log
 
ERROR_BAD_CHARACTER_IN_HEX_STRING - Static variable in class org.apache.soap.encoding.Hex
 
ERROR_ODD_NUMBER_OF_DIGITS - Static variable in class org.apache.soap.encoding.Hex
 
ExceptionFaultListener - class org.apache.soap.server.ExceptionFaultListener.
Listens for faults, and adds a Parameter wrapping the source exception to the fault detail entry list.
ExceptionFaultListener() - Constructor for class org.apache.soap.server.ExceptionFaultListener
 
extractCallFromEnvelope(ServiceManager, Envelope, SOAPContext) - Static method in class org.apache.soap.server.RPCRouter
 
extractFromEnvelope(Envelope, ServiceManager, boolean, SOAPMappingRegistry, SOAPContext) - Static method in class org.apache.soap.rpc.RPCMessage
 
extractFromEnvelope(Envelope, ServiceManager, SOAPContext) - Static method in class org.apache.soap.rpc.Call
 
extractFromEnvelope(Envelope, SOAPMappingRegistry, SOAPContext) - Static method in class org.apache.soap.rpc.Response
 

F

Fault - class org.apache.soap.Fault.
A Fault object represents the contents and semantics of a <SOAP-ENV:Fault> element.
FAULT_CODE_CLIENT - Static variable in class org.apache.soap.Constants
 
FAULT_CODE_MUST_UNDERSTAND - Static variable in class org.apache.soap.Constants
 
FAULT_CODE_PROTOCOL - Static variable in class org.apache.soap.Constants
 
FAULT_CODE_SERVER - Static variable in class org.apache.soap.Constants
 
FAULT_CODE_SERVER_BAD_TARGET_OBJECT_URI - Static variable in class org.apache.soap.Constants
 
FAULT_CODE_VERSION_MISMATCH - Static variable in class org.apache.soap.Constants
 
Fault() - Constructor for class org.apache.soap.Fault
 
Fault(SOAPException) - Constructor for class org.apache.soap.Fault
 
fault(SOAPFaultEvent) - Method in class org.apache.soap.server.ExceptionFaultListener
Invoked when an exception occurs during message processing
fault(SOAPFaultEvent) - Method in class org.apache.soap.server.DOMFaultListener
Invoked when an exception occurs during message processing
fault(SOAPFaultEvent) - Method in interface org.apache.soap.server.SOAPFaultListener
Invoked when an exception occurs during message processing
faultListener - Variable in class org.apache.soap.server.DeploymentDescriptor
 
filename - Variable in class org.apache.soap.server.DefaultConfigManager
The name of the deployment file.
filename - Variable in class org.apache.soap.server.XMLConfigManager
The name of the deployment file.
FilterTransport - class org.apache.soap.transport.FilterTransport.
SOAPHTTPConnection is an implementation of the SOAPTransport interface for HTTP.
FilterTransport(EnvelopeEditor, SOAPTransport) - Constructor for class org.apache.soap.transport.FilterTransport
 
findBodyPart(String) - Method in class org.apache.soap.messaging.Message
Find the MIME part referred to by the given URI in the response MIME envelope.
findBodyPart(String) - Method in class org.apache.soap.rpc.Response
Find the Mimepart referred to by the given URI.
findBodyPart(String) - Method in class org.apache.soap.rpc.SOAPContext
Find the Mimepart referred to by the given URI.
findChildElementWithAttribute(Element, String, String) - Static method in class org.apache.soap.util.xml.DOMUtils
Return the first child element of the given element which has the given attribute with the given value.
findMessageString(String) - Static method in class org.apache.soap.providers.com.Log
 
findMessageString(String, Object[]) - Static method in class org.apache.soap.providers.com.Log
 
findPartByLocation(String) - Method in class org.apache.soap.rpc.SOAPContext
Find the Mimepart referred to by the given URI.
float1999QName - Static variable in class org.apache.soap.Constants
 
float2000QName - Static variable in class org.apache.soap.Constants
 
float2001QName - Static variable in class org.apache.soap.Constants
 
FloatDeserializer - class org.apache.soap.encoding.soapenc.FloatDeserializer.
This deserializer can be used to deserialize something into a float.
FloatDeserializer() - Constructor for class org.apache.soap.encoding.soapenc.FloatDeserializer
 
FloatObjectDeserializer - class org.apache.soap.encoding.soapenc.FloatObjectDeserializer.
This deserializer can be used to deserialize something into a Float.
FloatObjectDeserializer() - Constructor for class org.apache.soap.encoding.soapenc.FloatObjectDeserializer
 
FPDeserUtil - class org.apache.soap.encoding.soapenc.FPDeserUtil.
FPDeserUtil: Utilities to help with deserialization of floating point special values.
fromXML(Element) - Static method in class org.apache.soap.server.DeploymentDescriptor
Build a deployment descriptor from a document corresponding to the deployment descriptor DTD.
fromXML(Reader) - Static method in class org.apache.soap.server.DeploymentDescriptor
 
fullTargetObjectURI - Variable in class org.apache.soap.rpc.RPCMessage
 

G

generateArrayHeader(String, Class, Object, Writer, NSStack, XMLJavaMappingRegistry, QName, String) - Static method in class org.apache.soap.encoding.soapenc.SoapEncUtils
 
generatedFault() - Method in class org.apache.soap.rpc.Response
 
generateNullArray(String, Class, Object, Writer, NSStack, XMLJavaMappingRegistry, QName, String) - Static method in class org.apache.soap.encoding.soapenc.SoapEncUtils
 
generateNullStructure(String, Class, Object, Writer, NSStack, XMLJavaMappingRegistry) - Static method in class org.apache.soap.encoding.soapenc.SoapEncUtils
 
generateStructureHeader(String, Class, Object, Writer, NSStack, XMLJavaMappingRegistry) - Static method in class org.apache.soap.encoding.soapenc.SoapEncUtils
 
getAddressFromAddressHeader(String) - Static method in class org.apache.soap.transport.smtp.SMTPUtils
This method takes an SMTP header line like from say "To:" header and extracts the actual email address in there.
getAttribute(Element, String) - Static method in class org.apache.soap.util.xml.DOMUtils
Returns the value of an attribute of an element.
getAttribute(QName) - Method in class org.apache.soap.Header
 
getAttribute(QName) - Method in class org.apache.soap.Envelope
 
getAttribute(QName) - Method in class org.apache.soap.Fault
 
getAttribute(QName) - Method in class org.apache.soap.Body
 
getAttributeNS(Element, String, String) - Static method in class org.apache.soap.util.xml.DOMUtils
Returns the value of an attribute of an element.
getAttributeValue(Element, String, String, String, boolean) - Static method in class org.apache.soap.encoding.soapenc.SoapEncUtils
 
getBaseRegistry(String) - Static method in class org.apache.soap.encoding.SOAPMappingRegistry
Return the singleton registry instance configured for the indicated schema URI.
getBaseURI() - Method in class org.apache.soap.rpc.SOAPContext
Determine the document's base URI, according to the following scheme: The Content-Location header of the root (SOAP) part.
getBody() - Method in class org.apache.soap.Envelope
 
getBodyEntries() - Method in class org.apache.soap.Body
 
getBodyPart(int) - Method in class org.apache.soap.messaging.Message
Get the specified Part in the reponse MIME envelope by its index.
getBodyPart(int) - Method in class org.apache.soap.rpc.Response
Get the specified Part by its index.
getBodyPart(int) - Method in class org.apache.soap.rpc.SOAPContext
Get the specified Part.
getBodyPart(String) - Method in class org.apache.soap.rpc.SOAPContext
Get the Mimepart referred to by the given ContentID (CID).
getBytes() - Method in class org.apache.soap.encoding.Hex
 
getBytes() - Method in class org.apache.soap.transport.TransportMessage
Get the response byte array.
getCall() - Method in class org.apache.soap.providers.StatefulEJBProvider
 
getCheckMustUnderstands() - Method in class org.apache.soap.server.DeploymentDescriptor
 
getChildCharacterData(Element) - Static method in class org.apache.soap.util.xml.DOMUtils
Concat all the text and cdata node children of this elem and return the resulting text.
getClassLoader() - Method in class org.apache.soap.rpc.SOAPContext
 
getClassName(Class) - Static method in class org.apache.soap.util.StringUtils
 
getClassName(Class) - Static method in class org.apache.soap.util.xml.XMLJavaMappingRegistry
 
getConstructor(Class, Class[]) - Static method in class org.apache.soap.util.MethodUtils
Class.getConstructor() finds only the entry point (if any) _exactly_ matching the specified argument types.
getContentAsReader(URL) - Static method in class org.apache.soap.util.StringUtils
 
getContentAsString(URL) - Static method in class org.apache.soap.util.StringUtils
 
getContentLength() - Method in class org.apache.soap.transport.TransportMessage
Get size of response content in bytes.
getContentType() - Method in class org.apache.soap.rpc.SOAPContext
Return the content-type
getContentType() - Method in class org.apache.soap.transport.TransportMessage
Get Content-Type.
getContentType() - Method in class org.apache.soap.util.mime.ByteArrayDataSource
Get the content type.
getContxt() - Method in class org.apache.soap.providers.StatefulEJBProvider
 
getCount() - Method in class org.apache.soap.rpc.SOAPContext
Return the number of enclosed BodyPart objects.
getDd() - Method in class org.apache.soap.providers.StatefulEJBProvider
 
getDefaultSMRClass() - Method in class org.apache.soap.server.DeploymentDescriptor
 
getDetailEntries() - Method in class org.apache.soap.Fault
 
getElementByID(Element, String) - Static method in class org.apache.soap.util.xml.DOMUtils
 
getEncoding(String, String) - Static method in class org.apache.soap.util.mime.MimeUtils
Extract a Java encoding from a Content-Type's MIME character set.
getEncodingStyleURI() - Method in class org.apache.soap.rpc.RPCMessage
 
getEncodingStyleURI() - Method in class org.apache.soap.rpc.Parameter
 
getEnvelope() - Method in class org.apache.soap.transport.TransportMessage
Get SOAP Envelope/root part as a String.
getEnvelopeEntries() - Method in class org.apache.soap.Envelope
 
getEnvelopeReader() - Method in class org.apache.soap.transport.TransportMessage
Get SOAP Envelope/root part as a Reader.
getEnvelopeString(SOAPTransport) - Static method in class org.apache.soap.rpc.Call
Check if response root part is text/xml and return it as a String.
getFault() - Method in class org.apache.soap.rpc.Response
 
getFault() - Method in class org.apache.soap.server.SOAPFaultEvent
 
getFaultActorURI() - Method in class org.apache.soap.Fault
 
getFaultCode() - Method in class org.apache.soap.Fault
 
getFaultCode() - Method in class org.apache.soap.SOAPException
 
getFaultEntries() - Method in class org.apache.soap.Fault
 
getFaultListener() - Method in class org.apache.soap.server.DeploymentDescriptor
 
getFaultListener() - Method in class org.apache.soap.server.SOAPFaultRouter
Get all listeners
getFaultListener(int) - Method in class org.apache.soap.server.SOAPFaultRouter
Get a listener
getFaultString() - Method in class org.apache.soap.Fault
 
getFileFromNameAndContext(String, ServletContext) - Static method in class org.apache.soap.server.http.ServerHTTPUtils
If the fileName is absolute, a file representing it is returned.
getFirstChildElement(Element) - Static method in class org.apache.soap.util.xml.DOMUtils
Return the first child element of the given element.
getFullTargetObjectURI() - Method in class org.apache.soap.rpc.RPCMessage
 
getHeader() - Method in class org.apache.soap.Envelope
 
getHeader() - Method in class org.apache.soap.rpc.RPCMessage
 
getHeader(String) - Method in class org.apache.soap.transport.TransportMessage
Get a transport header.
getHeaderEntries() - Method in class org.apache.soap.Header
 
getHeaderNames() - Method in class org.apache.soap.transport.TransportMessage
Get transport header names.
getHeaders() - Method in interface org.apache.soap.transport.SOAPTransport
Return access to headers generated by the protocol.
getHeaders() - Method in class org.apache.soap.transport.TransportMessage
Get the complete header hashtable.
getHeaders() - Method in class org.apache.soap.transport.FilterTransport
Return access to headers generated by the protocol.
getHeaders() - Method in class org.apache.soap.transport.http.SOAPHTTPConnection
Return access to headers generated by the protocol.
getHeaders() - Method in class org.apache.soap.transport.smtp.SOAPSMTPConnection
Return access to headers generated by the protocol.
getID() - Method in class org.apache.soap.server.DeploymentDescriptor
 
getInputStream() - Method in class org.apache.soap.util.mime.ByteArrayDataSource
Return an InputStream to read the content.
getIsStatic() - Method in class org.apache.soap.server.DeploymentDescriptor
 
getLevel() - Static method in class org.apache.soap.providers.com.Log
 
getListenPort() - Method in class org.apache.soap.util.net.TcpTunnelGui
 
getListenText() - Method in class org.apache.soap.util.net.TcpTunnelGui
 
getLocalPart() - Method in class org.apache.soap.util.xml.QName
 
getMaintainSession() - Method in class org.apache.soap.transport.http.SOAPHTTPConnection
Return session maintanence status.
getMappings() - Method in class org.apache.soap.server.DeploymentDescriptor
Return the registered mappings.
getMessage() - Method in class org.apache.soap.SOAPException
 
getMessage(String, Object[]) - Static method in class org.apache.soap.providers.com.Log
 
getMethod(Class, String, Class[], boolean) - Static method in class org.apache.soap.util.MethodUtils
 
getMethod(Object, String, Class[]) - Static method in class org.apache.soap.util.MethodUtils
Class.getMethod() finds only the entry point (if any) _exactly_ matching the specified argument types.
getMethodName() - Method in class org.apache.soap.providers.StatefulEJBProvider
 
getMethodName() - Method in class org.apache.soap.rpc.RPCMessage
 
getMethodParameters() - Method in class org.apache.soap.providers.StatefulEJBProvider
 
getMethods() - Method in class org.apache.soap.server.DeploymentDescriptor
 
getName() - Method in class org.apache.soap.rpc.Parameter
 
getName() - Method in class org.apache.soap.util.mime.ByteArrayDataSource
getName() is not implemented.
getNamespaceURI() - Method in class org.apache.soap.util.xml.QName
 
getNamespaceURIFromPrefix(Node, String) - Static method in class org.apache.soap.util.xml.DOMUtils
Given a prefix and a node, return the namespace URI that the prefix has been associated with.
getNewArray(String, Element, QName, XMLJavaMappingRegistry) - Static method in class org.apache.soap.encoding.soapenc.ArraySerializer
 
getNextSiblingElement(Element) - Static method in class org.apache.soap.util.xml.DOMUtils
Return the next sibling element of the given element.
getOutputBufferSize() - Method in class org.apache.soap.transport.http.SOAPHTTPConnection
Gets the output buffer size (in bytes).
getOutputStream() - Method in class org.apache.soap.util.mime.ByteArrayDataSource
This DataSource cannot return an OutputStream, so this method is not implemented.
getParams() - Method in class org.apache.soap.rpc.RPCMessage
 
getParent() - Method in class org.apache.soap.encoding.SOAPMappingRegistry
Returns the "parent" registry, if there is one.
getPartCount() - Method in class org.apache.soap.messaging.Message
Return the number of enclosed BodyPart objects in the response MIME envelope.
getPartCount() - Method in class org.apache.soap.rpc.Response
Return the number of enclosed BodyPart objects.
getPrefix() - Method in class org.apache.soap.util.xml.PrefixedName
 
getPrefixFromURI(String) - Method in class org.apache.soap.util.xml.NSStack
Return the prefix associated with the given namespace name by looking thru all the namespace declarations that are in scope.
getPrefixFromURI(String, Writer) - Method in class org.apache.soap.util.xml.NSStack
Return the prefix associated with the given namespace name by looking thru all the namespace declarations that are in scope.
getProperty(String) - Method in class org.apache.soap.rpc.SOAPContext
Look for something in the hold-all 'bag'
getPropertyNames() - Method in class org.apache.soap.rpc.SOAPContext
Return the entire list of 'names' in the hold-all 'bag'
getProps() - Method in class org.apache.soap.server.DeploymentDescriptor
 
getProviderClass() - Method in class org.apache.soap.server.DeploymentDescriptor
 
getProviderType() - Method in class org.apache.soap.server.DeploymentDescriptor
 
getProxyHost() - Method in class org.apache.soap.transport.http.SOAPHTTPConnection
Get HTTP proxy host.
getProxyPort() - Method in class org.apache.soap.transport.http.SOAPHTTPConnection
Get HTTP proxy port.
getQName() - Method in class org.apache.soap.util.xml.PrefixedName
 
getQualifiedAttributeValue(Element, String) - Static method in class org.apache.soap.util.xml.DOMUtils
 
getRemoteObjRef() - Method in class org.apache.soap.providers.StatefulEJBProvider
 
getRequestSOAPContext() - Method in class org.apache.soap.messaging.Message
Get the request SOAPContext.
getRespEncStyle() - Method in class org.apache.soap.providers.StatefulEJBProvider
 
getResponseSOAPContext() - Method in class org.apache.soap.messaging.Message
Get the response SOAPContext.
getResponseSOAPContext() - Method in interface org.apache.soap.transport.SOAPTransport
Return the SOAPContext associated with the response.
getResponseSOAPContext() - Method in class org.apache.soap.transport.FilterTransport
Return the SOAPContext associated with the response.
getResponseSOAPContext() - Method in class org.apache.soap.transport.http.SOAPHTTPConnection
Return the SOAPContext associated with the response.
getResponseSOAPContext() - Method in class org.apache.soap.transport.smtp.SOAPSMTPConnection
Return the SOAPContext associated with the response.
getReturnValue() - Method in class org.apache.soap.rpc.Response
 
getRootException() - Method in class org.apache.soap.SOAPException
 
getRootPart() - Method in class org.apache.soap.messaging.Message
Get the root Part of the reponse MIME envelope, or the only part if the response wasn't multipart.
getRootPart() - Method in class org.apache.soap.rpc.SOAPContext
Find the root part.
getSchemaURI() - Method in class org.apache.soap.encoding.SOAPMappingRegistry
Return the schemaURI that was used to create this registry instance.
getScope() - Method in class org.apache.soap.server.DeploymentDescriptor
 
getScriptFilenameOrString() - Method in class org.apache.soap.server.DeploymentDescriptor
 
getScriptLanguage() - Method in class org.apache.soap.server.DeploymentDescriptor
 
getServiceClass() - Method in class org.apache.soap.server.DeploymentDescriptor
 
getServiceManagerFromContext(ServletContext) - Static method in class org.apache.soap.server.http.ServerHTTPUtils
Equivalent to: getServiceManagerFromContext(context, null)
getServiceManagerFromContext(ServletContext, String) - Static method in class org.apache.soap.server.http.ServerHTTPUtils
Look up the service manager or create it from the context.
getServiceType() - Method in class org.apache.soap.server.DeploymentDescriptor
 
getServlet() - Method in class org.apache.soap.providers.StatefulEJBProvider
 
getServletClassLoaderFromContext(ServletContext) - Static method in class org.apache.soap.server.http.ServerHTTPUtils
Retrieves the ClassLoader from the ServletContext, if one is registered.
getSession() - Method in class org.apache.soap.providers.StatefulEJBProvider
 
getSize() - Method in class org.apache.soap.util.mime.ByteArrayDataSource
Return the number of bytes in the content.
getSMRFromContext(ServletContext) - Static method in class org.apache.soap.server.http.ServerHTTPUtils
Return the soap mapping registry instance from the servlet context.
getSOAPContext() - Method in class org.apache.soap.rpc.RPCMessage
 
getSOAPContext() - Method in class org.apache.soap.transport.TransportMessage
Get SOAPContext.
getSOAPException() - Method in class org.apache.soap.server.SOAPFaultEvent
 
getSOAPMappingRegistry() - Method in class org.apache.soap.rpc.Call
 
getSOAPTransport() - Method in class org.apache.soap.messaging.Message
 
getSOAPTransport() - Method in class org.apache.soap.rpc.Call
 
getStatus() - Method in class org.apache.soap.util.net.TcpTunnelGui
 
getStringFromReader(Reader) - Static method in class org.apache.soap.util.IOUtils
 
getTargetException() - Method in class org.apache.soap.SOAPException
 
getTargetObject(ServiceManager, DeploymentDescriptor, String, HttpServlet, HttpSession, SOAPContext, ServletContext) - Static method in class org.apache.soap.server.http.ServerHTTPUtils
Return the target object that services the service with the given ID.
getTargetObjectURI() - Method in class org.apache.soap.providers.StatefulEJBProvider
 
getTargetObjectURI() - Method in class org.apache.soap.rpc.RPCMessage
 
getTcpNoDelay() - Method in class org.apache.soap.transport.http.SOAPHTTPConnection
Get the TCPNoDelay setting.
getText() - Method in class org.apache.soap.util.mime.ByteArrayDataSource
Return the content as a String.
getTimeout() - Method in class org.apache.soap.rpc.Call
Get timeout from our MessageContext.
getTimeout() - Method in class org.apache.soap.transport.http.SOAPHTTPConnection
Get the HTTP read timeout.
getTunnelHost() - Method in class org.apache.soap.util.net.TcpTunnelGui
 
getTunnelPort() - Method in class org.apache.soap.util.net.TcpTunnelGui
 
getTunnelText() - Method in class org.apache.soap.util.net.TcpTunnelGui
 
getType() - Method in class org.apache.soap.rpc.Parameter
 
getTypeQName(Element) - Static method in class org.apache.soap.encoding.soapenc.SoapEncUtils
Get the value of the xsi:type attribute, for varying values of the xsi namespace.
getUniqueId(String) - Static method in class org.apache.soap.providers.StatefulEJBProvider
 
getUniqueValue() - Static method in class org.apache.soap.util.mime.MimeUtils
Get a unique value.
getURIFromPrefix(String) - Method in class org.apache.soap.util.xml.NSStack
Return the namespace name associated with the given prefix by looking thru all the namespace declarations that are in scope.
getURL(URL, String) - Static method in class org.apache.soap.util.StringUtils
 
getValue() - Method in class org.apache.soap.rpc.Parameter
 
getWriteMethod(String, PropertyDescriptor[], Class) - Method in class org.apache.soap.encoding.soapenc.BeanSerializer
 
getXMLDocBuilder() - Static method in class org.apache.soap.util.xml.XMLParserUtils
Use this method to get a JAXP document builder.

H

hashCode() - Method in class org.apache.soap.encoding.Hex
 
hashCode() - Method in class org.apache.soap.util.xml.QName
 
HashtableSerializer - class org.apache.soap.encoding.soapenc.HashtableSerializer.
A HashtableSerializer can be used to serialize and deserialize Hashtables using the SOAP-ENC encoding style.
HashtableSerializer() - Constructor for class org.apache.soap.encoding.soapenc.HashtableSerializer
 
header - Variable in class org.apache.soap.rpc.RPCMessage
 
Header - class org.apache.soap.Header.
A Header object represents the contents and semantics of a <SOAP-ENV:Header> element.
HEADER_AUTHORIZATION - Static variable in class org.apache.soap.Constants
 
HEADER_CONTENT_ID - Static variable in class org.apache.soap.Constants
 
HEADER_CONTENT_LENGTH - Static variable in class org.apache.soap.Constants
 
HEADER_CONTENT_LOCATION - Static variable in class org.apache.soap.Constants
 
HEADER_CONTENT_TYPE - Static variable in class org.apache.soap.Constants
 
HEADER_CONTENT_TYPE_JMS - Static variable in class org.apache.soap.Constants
 
HEADER_HOST - Static variable in class org.apache.soap.Constants
 
HEADER_POST - Static variable in class org.apache.soap.Constants
 
HEADER_PROXY_AUTHORIZATION - Static variable in class org.apache.soap.Constants
 
HEADER_SOAP_ACTION - Static variable in class org.apache.soap.Constants
 
Header() - Constructor for class org.apache.soap.Header
 
headers - Variable in class org.apache.soap.transport.TransportMessage
 
HEADERVAL_CHARSET_UTF8 - Static variable in class org.apache.soap.Constants
 
HEADERVAL_CONTENT_TYPE - Static variable in class org.apache.soap.Constants
 
HEADERVAL_CONTENT_TYPE_MULTIPART - Static variable in class org.apache.soap.Constants
 
HEADERVAL_CONTENT_TYPE_MULTIPART_PRIMARY - Static variable in class org.apache.soap.Constants
 
HEADERVAL_CONTENT_TYPE_UTF8 - Static variable in class org.apache.soap.Constants
 
HEADERVAL_DEFAULT_CHARSET - Static variable in class org.apache.soap.Constants
 
HEADERVAL_MULTIPART_CONTENT_SUBTYPE - Static variable in class org.apache.soap.Constants
 
Hex - class org.apache.soap.encoding.Hex.
Custom class for supporting primitive XSD data type hexBinary.
Hex() - Constructor for class org.apache.soap.encoding.Hex
 
Hex(String) - Constructor for class org.apache.soap.encoding.Hex
 
hex1999QName - Static variable in class org.apache.soap.Constants
 
hex2000QName - Static variable in class org.apache.soap.Constants
 
hex2001QName - Static variable in class org.apache.soap.Constants
 
HexDeserializer - class org.apache.soap.encoding.soapenc.HexDeserializer.
This deserializer can be used to deserialize something into a boolean.
HexDeserializer() - Constructor for class org.apache.soap.encoding.soapenc.HexDeserializer
 
HTTPUtils - class org.apache.soap.util.net.HTTPUtils.
A bunch of utility stuff for doing HTTP things.
HTTPUtils() - Constructor for class org.apache.soap.util.net.HTTPUtils
 

I

id - Variable in class org.apache.soap.server.DeploymentDescriptor
 
INFORMATION - Static variable in class org.apache.soap.providers.com.Log
 
init() - Static method in class org.apache.soap.providers.com.Log
 
init() - Method in class org.apache.soap.server.BaseConfigManager
The init method loads any services that are defined in the underlying registry file.
init() - Method in class org.apache.soap.server.http.MessageRouterServlet
 
init() - Method in class org.apache.soap.server.http.RPCRouterServlet
 
init() - Method in interface org.apache.soap.util.ConfigManager
 
init(DeploymentDescriptor, Object, String) - Static method in class org.apache.soap.server.InvokeBSF
This method is invoked to exec the script implementing the service into the scripting engine so that later service calls can work.
init(Servlet) - Static method in class org.apache.soap.providers.com.Log
 
init(Servlet, String) - Method in class org.apache.soap.providers.com.Log
 
initialize(String, String) - Method in class org.apache.soap.providers.StatefulEJBProvider
 
int1999QName - Static variable in class org.apache.soap.Constants
 
int2000QName - Static variable in class org.apache.soap.Constants
 
int2001QName - Static variable in class org.apache.soap.Constants
 
IntDeserializer - class org.apache.soap.encoding.soapenc.IntDeserializer.
This deserializer can be used to deserialize something into an int.
IntDeserializer() - Constructor for class org.apache.soap.encoding.soapenc.IntDeserializer
 
IntObjectDeserializer - class org.apache.soap.encoding.soapenc.IntObjectDeserializer.
This deserializer can be used to deserialize something into an Integer.
IntObjectDeserializer() - Constructor for class org.apache.soap.encoding.soapenc.IntObjectDeserializer
 
invoke(DeploymentDescriptor, Call, Object, SOAPContext, SOAPContext) - Static method in class org.apache.soap.server.RPCRouter
Do the call on the given target object.
invoke(DeploymentDescriptor, Envelope, Object, String, SOAPContext, SOAPContext) - Static method in class org.apache.soap.server.MessageRouter
Deliver the message to the appropriate method on the given target object.
invoke(SOAPContext, SOAPContext) - Method in class org.apache.soap.providers.StatelessEJBProvider
invoke method comment.
invoke(SOAPContext, SOAPContext) - Method in class org.apache.soap.providers.RPCJavaProvider
 
invoke(SOAPContext, SOAPContext) - Method in class org.apache.soap.providers.StatefulEJBProvider
 
invoke(SOAPContext, SOAPContext) - Method in class org.apache.soap.providers.MsgJavaProvider
 
invoke(SOAPContext, SOAPContext) - Method in class org.apache.soap.providers.TemplateProvider
 
invoke(SOAPContext, SOAPContext) - Method in class org.apache.soap.providers.com.RPCProvider
 
invoke(SOAPContext, SOAPContext) - Method in interface org.apache.soap.util.Provider
 
invoke(URL, String) - Method in class org.apache.soap.rpc.Call
Invoke this call at the specified URL.
InvokeBSF - class org.apache.soap.server.InvokeBSF.
This class provides a static method to invoke services implemented via BSF.
InvokeBSF() - Constructor for class org.apache.soap.server.InvokeBSF
 
IOUtils - class org.apache.soap.util.IOUtils.
This file is a collection of input/output utilities.
IOUtils() - Constructor for class org.apache.soap.util.IOUtils
 
isCreate - Variable in class org.apache.soap.providers.StatefulEJBProvider
 
isNull(Element) - Static method in class org.apache.soap.encoding.soapenc.SoapEncUtils
 
isRootPartSet() - Method in class org.apache.soap.rpc.SOAPContext
Returns true is setRootPart() has been called.
isStatic - Variable in class org.apache.soap.server.DeploymentDescriptor
 

J

java2XMLClassName - Variable in class org.apache.soap.server.TypeMapping
 
javaType - Variable in class org.apache.soap.server.TypeMapping
 

L

lineSeparator - Static variable in class org.apache.soap.util.StringUtils
 
list() - Method in class org.apache.soap.server.BaseConfigManager
Returns a list of all currently deployed services.
list() - Method in class org.apache.soap.server.ServiceManager
Return an array of all the deployed service names.
list() - Method in class org.apache.soap.server.ServiceManagerClient
 
list() - Method in interface org.apache.soap.util.ConfigManager
 
loadClass(String) - Method in class org.apache.soap.rpc.SOAPContext
 
loader - Variable in class org.apache.soap.rpc.SOAPContext
 
loadProvider(DeploymentDescriptor, SOAPContext) - Static method in class org.apache.soap.server.ServerUtils
 
loadRegistry() - Method in class org.apache.soap.server.BaseConfigManager
The loadRegistry() method must be implemented in non-abstract subclasses of BaseConfigManager.
loadRegistry() - Method in class org.apache.soap.server.DefaultConfigManager
Loads the descriptors from the underlying registry file, which contains a serialized Hashtable.
loadRegistry() - Method in class org.apache.soap.server.XMLConfigManager
Loads the descriptors from the underlying registry file, which should be represented as a list of deployment descriptor elements.
locate(DeploymentDescriptor, Envelope, Call, String, String, SOAPContext) - Method in class org.apache.soap.providers.StatelessEJBProvider
locate method comment.
locate(DeploymentDescriptor, Envelope, Call, String, String, SOAPContext) - Method in class org.apache.soap.providers.RPCJavaProvider
 
locate(DeploymentDescriptor, Envelope, Call, String, String, SOAPContext) - Method in class org.apache.soap.providers.StatefulEJBProvider
 
locate(DeploymentDescriptor, Envelope, Call, String, String, SOAPContext) - Method in class org.apache.soap.providers.MsgJavaProvider
 
locate(DeploymentDe