|
|||||||||
| Home >> All >> org >> apache >> axis >> [ client overview ] | PREV NEXT | ||||||||
A
- 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.
- 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.
- AdminClient(boolean) - Constructor for class org.apache.axis.client.AdminClient
- this is a somwhat contrived variant constructor, one that throws an exception if things go wrong.
- 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.
- AxisClientProxy(Call, QName) - Constructor for class org.apache.axis.client.AxisClientProxy
- Constructor - package access only (should only really get used in Service.getPort(endpoint, proxyClass).
- addAttachment(Object) - Method in class org.apache.axis.client.Stub
- Add an attachment
- addAttachmentPart(Object) - Method in class org.apache.axis.client.Call
- This method adds an attachment.
- addFault(QName, Class, QName, boolean) - Method in class org.apache.axis.client.Call
- Add a fault for this operation.
- addHeader(SOAPHeaderElement) - Method in class org.apache.axis.client.Call
- Add a header which should be inserted into each outgoing message we generate.
- 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.
- addParameterAsHeader(QName, QName, ParameterMode, ParameterMode) - Method in class org.apache.axis.client.Call
- Adds a parameter type as a soap:header.
- addParameterAsHeader(QName, QName, Class, ParameterMode, ParameterMode) - Method in class org.apache.axis.client.Call
- Adds a parameter type as a soap:header.
- addTransportPackage(String) - Static method in class org.apache.axis.client.Call
- Add a package to the system protocol handler search path.
- attachmentParts - Variable in class org.apache.axis.client.Call
- these are our attachments
- attachments - Variable in class org.apache.axis.client.Stub
C
- CHARACTER_SET_ENCODING - Static variable in class org.apache.axis.client.Call
- This is the character set encoding to use for the message
- CHECK_MUST_UNDERSTAND - Static variable in class org.apache.axis.client.Call
- If this property is true, code will enforce must understand check on both the request and the response paths.
- CONNECTION_TIMEOUT_PROPERTY - Static variable in class org.apache.axis.client.Call
- Timeout property: should be accompanies by an integer
- 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.
- cachedEndpoint - Variable in class org.apache.axis.client.Stub
- cachedPassword - Variable in class org.apache.axis.client.Stub
- cachedPortName - Variable in class org.apache.axis.client.Stub
- cachedProperties - Variable in class org.apache.axis.client.Stub
- cachedTimeout - Variable in class org.apache.axis.client.Stub
- cachedUsername - Variable in class org.apache.axis.client.Stub
- cachedWSDL - Static variable in class org.apache.axis.client.Service
- cachingWSDL - Static variable in class org.apache.axis.client.Service
- call - Variable in class org.apache.axis.client.AdminClient
- the object that represents our call
- call - Variable in class org.apache.axis.client.AxisClientProxy
- callOutputParams2proxyParams(Object[]) - Method in class org.apache.axis.client.AxisClientProxy
- Copy in/out and out parameters (Holder parameters) back to proxyParams.
- checker - Variable in class org.apache.axis.client.AxisClient
- classExists(String) - Method in class org.apache.axis.client.HappyClient
- test for a class existing
- clearAttachments() - Method in class org.apache.axis.client.Stub
- This method clears the request attachments.
- 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
- config - Variable in class org.apache.axis.client.Service
- 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.
- 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.
- createService(String) - Method in class org.apache.axis.client.ServiceFactory
D
- defaultConfiguration - Static variable in class org.apache.axis.client.AdminClient
E
- encodingStyleExplicitlySet - Variable in class org.apache.axis.client.Call
- This is true when someone has called setEncodingStyle()
- engine - Variable in class org.apache.axis.client.Service
- entLog - Static variable in class org.apache.axis.client.Call
- extractAttachments(Call) - Method in class org.apache.axis.client.Stub
- Extract attachments
F
- FAULT_ON_NO_RESPONSE - Static variable in class org.apache.axis.client.Call
- If this property is true, the code will throw a fault if there is no response message from the server.
- firstCall - Variable in class org.apache.axis.client.Stub
- firstCall() - Method in class org.apache.axis.client.Stub
- Is this the first time the type mappings are being registered?
G
- getAttachments() - Method in class org.apache.axis.client.Stub
- Get the array of attachments The attachment array is cleared after this, so it is a destructive operation.
- getAxisClient() - Method in class org.apache.axis.client.Service
- getCacheWSDL() - Method in class org.apache.axis.client.Service
- Tells whether or not we're caching WSDL
- getCall() - Method in class org.apache.axis.client.AdminClient
- External access to our
CallgetCall() - Method in class org.apache.axis.client.AxisClientProxy- Returns the current call.
- getCall() - Method in class org.apache.axis.client.Service
- Deprecated. please use Stub._getCall
- getCalls(QName) - Method in class org.apache.axis.client.Service
- Gets an array of preconfigured Call objects for invoking operations on the specified port.
- getClientEngine() - Method in class org.apache.axis.client.AxisClient
- getDefaultEngineConfig() - Static method in class org.apache.axis.client.ServiceFactory
- getEncodingStyle() - Method in class org.apache.axis.client.Call
- Returns the encoding style as a URI that should be used for the SOAP message.
- getEngine() - Method in class org.apache.axis.client.Service
- Returns the current AxisEngine used by this Service and all of the Call objects created from this Service object.
- getEngineConfiguration() - Method in class org.apache.axis.client.Service
- Constructs a EngineConfig if one is not available.
- getGeneratedStub(QName, Class) - Method in class org.apache.axis.client.Service
- With the proxyInterface and the service's portName, we have ALMOST enough info to find a generated stub.
- getHandlerChain(QName) - Method in class org.apache.axis.client.Service.HandlerRegistryImpl
- getHandlerRegistry() - Method in class org.apache.axis.client.Service
- Returns the configured HandlerRegistry instance for this Service instance.
- getHeader(String, String) - Method in class org.apache.axis.client.Stub
- Get the header element
- getHeaders() - Method in class org.apache.axis.client.Stub
- Get the array of header elements
- getJAXRPChandlerChain(MessageContext) - Method in class org.apache.axis.client.AxisClient
- getJavaTypeForQName(QName) - Method in class org.apache.axis.client.Call
- Get the javaType for a given parameter.
- getJavaVersionNumber() - Method in class org.apache.axis.client.HappyClient
- calculate the java version number by probing for classes; this tactic works across many jvm implementations; taken from Ant.
- getLocation(Class) - Method in class org.apache.axis.client.HappyClient
- get the location of a class
- getMaintainSession() - Method in class org.apache.axis.client.Call
- Get the value of maintainSession flag.
- getMaintainSession() - Method in class org.apache.axis.client.Service
- If true, this service wants to track sessions.
- getMessageContext() - Method in class org.apache.axis.client.Call
- Obtain a reference to our MessageContext.
- getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.axis.client.ServiceFactory
- getOperation() - Method in class org.apache.axis.client.Call
- getOperationName() - Method in class org.apache.axis.client.Call
- Returns the operation name associated with this Call object.
- getOperationStyle() - Method in class org.apache.axis.client.Call
- Get the operation style.
- getOperationUse() - Method in class org.apache.axis.client.Call
- Get the operation use.
- getOutputParams() - Method in class org.apache.axis.client.Call
- Get the output parameters (if any) from the last invocation.
- getOutputValues() - Method in class org.apache.axis.client.Call
- Returns a List values for the output parameters of the last invoked operation.
- getParamList(Object[]) - Method in class org.apache.axis.client.Call
- Convert the list of objects into RPCParam's based on the paramNames, paramXMLTypes and paramModes variables.
- getParameterTypeByName(String) - Method in class org.apache.axis.client.Call
- Return the QName of the type of the parameters with the given name.
- getParameterTypeByQName(QName) - Method in class org.apache.axis.client.Call
- Return the QName of the type of the parameters with the given name.
- getParserLocation() - Method in class org.apache.axis.client.HappyClient
- get the location of the parser
- getParserName() - Method in class org.apache.axis.client.HappyClient
- what parser are we using.
- getPassword() - Method in class org.apache.axis.client.Call
- Get the password.
- getPassword() - Method in class org.apache.axis.client.Stub
- Get the password
- getPort(QName, Class) - Method in class org.apache.axis.client.Service
- Return either an instance of a generated stub, if it can be found, or a dynamic proxy for the given proxy interface.
- getPort(Class) - Method in class org.apache.axis.client.Service
- Return a dynamic proxy for the given proxy interface.
- getPort(String, Class) - Method in class org.apache.axis.client.Service
- Return an object which acts as a dynamic proxy for the passed interface class.
- getPort(String, QName, Class) - Method in class org.apache.axis.client.Service
- getPortName() - Method in class org.apache.axis.client.Call
- Returns the fully qualified name of the port for this Call object (if there is one).
- getPortName() - Method in class org.apache.axis.client.Stub
- Get the port name.
- getPortTypeName() - Method in class org.apache.axis.client.Call
- Returns the fully qualified name of the port type for this Call object (if there is one).
- getPorts() - Method in class org.apache.axis.client.Service
- Returns an
Iteratorfor the list ofQNames of service endpoints grouped by this service - getProperty(String) - Method in class org.apache.axis.client.Call
- Returns the value associated with the named property.
- getPropertyNames() - Method in class org.apache.axis.client.Call
- getReference() - Method in class org.apache.axis.client.Service
- Returns a reference to this object.
- getResponseHeader(String, String) - Method in class org.apache.axis.client.Stub
- Get a response header element
- getResponseHeaders() - Method in class org.apache.axis.client.Stub
- Get the array of response header elements
- getResponseHeaders(Call) - Method in class org.apache.axis.client.Stub
- Deprecated. This method has been changed to a no-op but remains in the code to keep compatibility with pre-1.1 generated stubs.
- getResponseMessage() - Method in class org.apache.axis.client.Call
- Directly get the response message in our MessageContext.
- getReturnType() - Method in class org.apache.axis.client.Call
- Returns the QName of the type of the return value of this Call - or null if not set.
- getSAXParser() - Method in class org.apache.axis.client.HappyClient
- Create a JAXP SAXParser
- getSOAPActionURI() - Method in class org.apache.axis.client.Call
- Get the soapAction URI.
- getService() - Method in class org.apache.axis.client.Call
- Get the Service object associated with this Call object.
- getService(Map) - Static method in class org.apache.axis.client.ServiceFactory
- Obtain an AxisClient reference, using JNDI if possible, otherwise creating one using the standard Axis configuration pattern.
- getServiceName() - Method in class org.apache.axis.client.Service
- Returns the qualified name of the service (if one is set).
- getStreaming() - Method in class org.apache.axis.client.Call
- getTargetEndpointAddress() - Method in class org.apache.axis.client.Call
- Returns the URL of the target Web Service.
- getTimeout() - Method in class org.apache.axis.client.Call
- getTimeout() - Method in class org.apache.axis.client.Stub
- Get the timeout value in milliseconds.
- getTransportForProtocol(String) - Method in class org.apache.axis.client.Call
- Get the Transport registered for the given protocol.
- getTransportForURL(URL) - Method in class org.apache.axis.client.Service
- Get any registered Transport object for a given URL.
- getTransportName() - Method in class org.apache.axis.client.Transport
- Returns the name of the transport chain to use
- getTypeMapping() - Method in class org.apache.axis.client.Call
- getTypeMappingRegistry() - Method in class org.apache.axis.client.Service
- Returns the current TypeMappingRegistry or null.
- getUrl() - Method in class org.apache.axis.client.Transport
- Get the transport-specific URL
- getUsageInfo() - Static method in class org.apache.axis.client.AdminClient
- getUsername() - Method in class org.apache.axis.client.Call
- Get the user name.
- getUsername() - Method in class org.apache.axis.client.Stub
- Get the user name
- getWSDLDocumentLocation() - Method in class org.apache.axis.client.Service
- Returns the location of the WSDL document used to prefill the data (if one was used at all).
- getWSDLParser() - Method in class org.apache.axis.client.Service
- getWSDLService() - Method in class org.apache.axis.client.Service
H
- HappyClient - class org.apache.axis.client.HappyClient.
- Client side equivalent of happyaxis
- HappyClient(PrintStream) - Constructor for class org.apache.axis.client.HappyClient
- headers - Variable in class org.apache.axis.client.Stub
I
- initAdminClient() - Method in class org.apache.axis.client.AdminClient
- core initialisation routine
- initService(String, QName) - Method in class org.apache.axis.client.Service
- Common code for building up the Service from a WSDL document
- initService(String, Document, QName) - Method in class org.apache.axis.client.Service
- Common code for building up the Service from a WSDL document
- initService(Parser, QName) - Method in class org.apache.axis.client.Service
- Code for building up the Service from a Parser
- initialize() - Static method in class org.apache.axis.client.Call
- Set up the default transport URL mappings.
- invoke(MessageContext) - Method in class org.apache.axis.client.AxisClient
- Main routine of the AXIS engine.
- invoke(Object, Method, Object[]) - Method in class org.apache.axis.client.AxisClientProxy
- Handle a method invocation.
- invoke(QName, Object[]) - Method in class org.apache.axis.client.Call
- Invokes a specific operation using a synchronous request-response interaction mode.
- invoke(Object[]) - Method in class org.apache.axis.client.Call
- Invokes the operation associated with this Call object using the passed in parameters as the arguments to the method.
- invoke(Message) - Method in class org.apache.axis.client.Call
- Invoke the service with a custom Message.
- invoke(SOAPEnvelope) - Method in class org.apache.axis.client.Call
- Invoke the service with a custom SOAPEnvelope.
- invoke(String, String, Object[]) - Method in class org.apache.axis.client.Call
- Invoke an RPC service with a method name and arguments.
- invoke(String, Object[]) - Method in class org.apache.axis.client.Call
- Convenience method to invoke a method with a default (empty) namespace.
- invoke(RPCElement) - Method in class org.apache.axis.client.Call
- Invoke an RPC service with a pre-constructed RPCElement.
- invoke() - Method in class org.apache.axis.client.Call
- Invoke this Call with its established MessageContext (perhaps because you called this.setRequestMessage()) Note: Not part of JAX-RPC specification.
- invokeEngine(MessageContext) - Method in class org.apache.axis.client.Call
- Invoke the message on the current engine and do not wait for a response.
- invokeEngineOneWay(MessageContext) - Method in class org.apache.axis.client.Call
- Implement async invocation by running the request in a new thread
- invokeOneWay - Variable in class org.apache.axis.client.Call
- invokeOneWay(Object[]) - Method in class org.apache.axis.client.Call
- Invokes the operation associated with this Call object using the passed in parameters as the arguments to the method.
- isClientHappy(String[]) - Static method in class org.apache.axis.client.HappyClient
- this is the implementation of the happiness test.
- isMsg - Variable in class org.apache.axis.client.Call
- isNeverInvoked - Variable in class org.apache.axis.client.Call
- This is false when invoke() is called.
- isParameterAndReturnSpecRequired(QName) - Method in class org.apache.axis.client.Call
- Is the caller required to provide the parameter and return type specification? If true, then addParameter and setReturnType MUST be called to provide the meta data.
- isPropertySupported(String) - Method in class org.apache.axis.client.Call
J
- JAXRPC_PORTTYPE_NAME - Static variable in class org.apache.axis.client.Call
- Deprecated. use WSDL_PORT_NAME instead.
- JAXRPC_SERVICE - Static variable in class org.apache.axis.client.Call
- Deprecated. use WSDL_SERVICE instead.
L
- list(Options) - Method in class org.apache.axis.client.AdminClient
- process the options then run a list call
- list() - Method in class org.apache.axis.client.AdminClient
- send a list command
- loadService(Class) - Method in class org.apache.axis.client.ServiceFactory
- Create an instance of the generated service implementation class for a given service interface, if available.
- loadService(URL, Class, Properties) - Method in class org.apache.axis.client.ServiceFactory
- Create an instance of the generated service implementation class for a given service interface, if available.
- loadService(URL, QName, Properties) - Method in class org.apache.axis.client.ServiceFactory
- Create an instance of the generated service implementation class for a given service, if available.
- log - Static variable in class org.apache.axis.client.AdminClient
- log - Static variable in class org.apache.axis.client.AxisClient
- log - Static variable in class org.apache.axis.client.Call
M
- MAINTAIN_SESSION - Static variable in class org.apache.axis.client.ServiceFactory
- main(String[]) - Static method in class org.apache.axis.client.AdminClient
- Creates in instance of
AdminClientand invokesprocess(args). - main(String[]) - Static method in class org.apache.axis.client.HappyClient
- public happiness test.
- maintainSession - Variable in class org.apache.axis.client.Call
- maintainSession - Variable in class org.apache.axis.client.Service
- maintainSession - Variable in class org.apache.axis.client.Stub
- maintainSessionSet - Variable in class org.apache.axis.client.Stub
- map - Variable in class org.apache.axis.client.Service.HandlerRegistryImpl
- modes - Static variable in class org.apache.axis.client.Call
- msgContext - Variable in class org.apache.axis.client.Call
- myHeaders - Variable in class org.apache.axis.client.Call
- myProperties - Variable in class org.apache.axis.client.Call
- myService - Variable in class org.apache.axis.client.Call
- the name of a SOAP service that the call is bound to
N
- needClass(String, String, String, String, String) - Method in class org.apache.axis.client.HappyClient
- a class we need if a class is missing
O
- ONE_WAY - Static variable in class org.apache.axis.client.Call
- Internal property to indicate a one way call.
- operation - Variable in class org.apache.axis.client.Call
- Metadata for the operation associated with this Call
- operationName - Variable in class org.apache.axis.client.Call
- operationSetManually - Variable in class org.apache.axis.client.Call
- This will be true if an OperationDesc is handed to us whole
- org.apache.axis.client - package org.apache.axis.client
- out - Variable in class org.apache.axis.client.HappyClient
- outParams - Variable in class org.apache.axis.client.Call
- outParamsList - Variable in class org.apache.axis.client.Call
P
- parmAndRetReq - Variable in class org.apache.axis.client.Call
- password - Variable in class org.apache.axis.client.Call
- portName - Variable in class org.apache.axis.client.AxisClientProxy
- portName - Variable in class org.apache.axis.client.Call
- portTypeName - Variable in class org.apache.axis.client.Call
- probeClass(String, String, String, String, String, String) - Method in class org.apache.axis.client.HappyClient
- probe for a class, print an error message is missing
- process(String[]) - Method in class org.apache.axis.client.AdminClient
- Processes a set of administration commands.
- process(InputStream) - Method in class org.apache.axis.client.AdminClient
- process(URL) - Method in class org.apache.axis.client.AdminClient
- process(String) - Method in class org.apache.axis.client.AdminClient
- process an XML file containing a pre-prepared admin message
- process(Options, String) - Method in class org.apache.axis.client.AdminClient
- process(Options, InputStream) - Method in class org.apache.axis.client.AdminClient
- submit the input stream's contents to the endpoint, return the results as a string.
- processOpts(Options) - Method in class org.apache.axis.client.AdminClient
- go from the (parsed) command line to setting properties on our call object.
- processReturnedMessageContext(MessageContext) - Method in class org.apache.axis.client.Transport
- Allow the transport to grab any transport-specific stuff it might want from a returned MessageContext
- propertyNames - Static variable in class org.apache.axis.client.Call
- Configurable properties supported by this Call object.
- proxyParams2CallParams(Object[]) - Method in class org.apache.axis.client.AxisClientProxy
- Map between the parameters for the method call and the parameters needed
for the
Call.
Q
- quit(Options) - Method in class org.apache.axis.client.AdminClient
- process the command line ops, then send a quit command
- quit() - Method in class org.apache.axis.client.AdminClient
- make a quit command
R
- ROOT_UNDEPLOY - Static variable in class org.apache.axis.client.AdminClient
- root element of the undeploy request
- registerTransportForURL(URL, Transport) - Method in class org.apache.axis.client.Service
- Register a Transport for a particular URL.
- registerTypeMapping(Class, QName, SerializerFactory, DeserializerFactory) - Method in class org.apache.axis.client.Call
- Register type mapping information for serialization/deserialization Note: Not part of JAX-RPC specification.
- registerTypeMapping(Class, QName, SerializerFactory, DeserializerFactory, boolean) - Method in class org.apache.axis.client.Call
- Register type mapping information for serialization/deserialization Note: Not part of JAX-RPC specification.
- registerTypeMapping(Class, QName, Class, Class) - Method in class org.apache.axis.client.Call
- register this type matting
- registerTypeMapping(Class, QName, Class, Class, boolean) - Method in class org.apache.axis.client.Call
- register a type.
- registry - Variable in class org.apache.axis.client.Service
- removeAllParameters() - Method in class org.apache.axis.client.Call
- Clears the list of parameters.
- removeProperty(String) - Method in class org.apache.axis.client.Call
- Removes (if set) the named property.
- removeProperty(String) - Method in class org.apache.axis.client.Stub
- Remove a property from this instance of the Stub NOTE: This is NOT part of JAX-RPC and is an Axis extension.
- resourceExists(String) - Method in class org.apache.axis.client.HappyClient
- test for resource on the classpath
S
- SEND_TYPE_ATTR - Static variable in class org.apache.axis.client.Call
- SERVICE_CLASSNAME - Static variable in class org.apache.axis.client.ServiceFactory
- SERVICE_IMPLEMENTATION_NAME_PROPERTY - Static variable in class org.apache.axis.client.ServiceFactory
- SERVICE_IMPLEMENTATION_SUFFIX - Static variable in class org.apache.axis.client.ServiceFactory
- SERVICE_LOCAL_PART - Static variable in class org.apache.axis.client.ServiceFactory
- SERVICE_NAMESPACE - Static variable in class org.apache.axis.client.ServiceFactory
- SOAPActionURI - Variable in class org.apache.axis.client.Call
- STREAMING_PROPERTY - Static variable in class org.apache.axis.client.Call
- Streaming property: should be accompanied by an boolean (i.e.
- Service - class org.apache.axis.client.Service.
- Axis' JAXRPC Dynamic Invoation Interface implementation of the Service interface.
- Service() - Constructor for class org.apache.axis.client.Service
- Constructs a new Service object - this assumes the caller will set the appropriate fields by hand rather than getting them from the WSDL.
- Service(QName) - Constructor for class org.apache.axis.client.Service
- Constructs a new Service object - this assumes the caller will set the appropriate fields by hand rather than getting them from the WSDL.
- Service(EngineConfiguration, AxisClient) - Constructor for class org.apache.axis.client.Service
- Constructs a Service using the supplied configuration and engine directly.
- Service(EngineConfiguration) - Constructor for class org.apache.axis.client.Service
- Constructs a new Service object as above, but also passing in the EngineConfiguration which should be used to set up the AxisClient.
- Service(URL, QName) - Constructor for class org.apache.axis.client.Service
- Constructs a new Service object for the service in the WSDL document pointed to by the wsdlDoc URL and serviceName parameters.
- Service(Parser, QName) - Constructor for class org.apache.axis.client.Service
- Constructs a new Service object for the service in the WSDL document
- Service(String, QName) - Constructor for class org.apache.axis.client.Service
- Constructs a new Service object for the service in the WSDL document pointed to by the wsdlLocation and serviceName parameters.
- Service(InputStream, QName) - Constructor for class org.apache.axis.client.Service
- Constructs a new Service object for the service in the WSDL document in the wsdlInputStream and serviceName parameters.
- Service.HandlerRegistryImpl - class org.apache.axis.client.Service.HandlerRegistryImpl.
- Service.HandlerRegistryImpl() - Constructor for class org.apache.axis.client.Service.HandlerRegistryImpl
- ServiceFactory - class org.apache.axis.client.ServiceFactory.
- Helper class for obtaining Services from JNDI.
- ServiceFactory() - Constructor for class org.apache.axis.client.ServiceFactory
- Stub - class org.apache.axis.client.Stub.
- This class is the base for all generated stubs.
- Stub() - Constructor for class org.apache.axis.client.Stub
- service - Variable in class org.apache.axis.client.Call
- service - Variable in class org.apache.axis.client.Stub
- serviceName - Variable in class org.apache.axis.client.Service
- setAttachments(Call) - Method in class org.apache.axis.client.Stub
- copy the attachments from the stub to the call object.
- setCacheWSDL(boolean) - Method in class org.apache.axis.client.Service
- Allows users to turn caching of WSDL documents on or off.
- setClientHandlers(Handler, Handler) - Method in class org.apache.axis.client.Call
- Sets the client-side request and response Handlers.
- setDefaultConfiguration(EngineConfiguration) - Static method in class org.apache.axis.client.AdminClient
- If the user calls this with an EngineConfiguration object, all AdminClients on this thread will use that EngineConfiguration rather than the default one.
- setEncodingStyle(String) - Method in class org.apache.axis.client.Call
- Sets the encoding style to the URL passed in.
- setEngine(AxisEngine) - Method in class org.apache.axis.client.Service
- Sets this Service's AxisEngine.
- setEngineConfiguration(EngineConfiguration) - Method in class org.apache.axis.client.Service
- Set this Service's engine configuration.
- setHandlerChain(QName, List) - Method in class org.apache.axis.client.Service.HandlerRegistryImpl
- setHeader(String, String, Object) - Method in class org.apache.axis.client.Stub
- Set the header
- setHeader(SOAPHeaderElement) - Method in class org.apache.axis.client.Stub
- Set the header
- setLogin(String, String) - Method in class org.apache.axis.client.AdminClient
- set the username and password requires that call!=null
- setMaintainSession(boolean) - Method in class org.apache.axis.client.Call
- Determine whether we'd like to track sessions or not.
- setMaintainSession(boolean) - Method in class org.apache.axis.client.Service
- Determine whether we'd like to track sessions or not.
- setMaintainSession(boolean) - Method in class org.apache.axis.client.Stub
- If set to true, session is maintained; if false, it is not.
- setOperation(String) - Method in class org.apache.axis.client.Call
- Prefill as much info from the WSDL as it can.
- setOperation(QName, String) - Method in class org.apache.axis.client.Call
- prefill as much info from the WSDL as it can.
- setOperation(QName, QName) - Method in class org.apache.axis.client.Call
- prefill as much info from the WSDL as it can.
- setOperation(OperationDesc) - Method in class org.apache.axis.client.Call
- Hand a complete OperationDesc to the Call, and note that this was done so that others don't try to mess with it by calling addParameter, setReturnType, etc.
- setOperationName(QName) - Method in class org.apache.axis.client.Call
- Sets the operation name associated with this Call object.
- setOperationName(String) - Method in class org.apache.axis.client.Call
- This is a convenience method.
- setOperationStyle(String) - Method in class org.apache.axis.client.Call
- Set the operation style: "document", "rpc"
- setOperationStyle(Style) - Method in class org.apache.axis.client.Call
- Set the operation style
- setOperationUse(String) - Method in class org.apache.axis.client.Call
- Set the operation use: "literal", "encoded"
- setOperationUse(Use) - Method in class org.apache.axis.client.Call
- Set the operation use
- setOption(String, Object) - Method in class org.apache.axis.client.Call
- Set engine option.
- setPassword(String) - Method in class org.apache.axis.client.Call
- Set the password.
- setPassword(String) - Method in class org.apache.axis.client.Stub
- Set the password.
- setPortName(QName) - Method in class org.apache.axis.client.Call
- Sets the port name of this Call object.
- setPortName(QName) - Method in class org.apache.axis.client.Stub
- Set the port QName.
- setPortName(String) - Method in class org.apache.axis.client.Stub
- Set the port name.
- setPortTypeName(QName) - Method in class org.apache.axis.client.Call
- Sets the port type name of this Call object.
- setProperty(String, Object) - Method in class org.apache.axis.client.Call
- Allows you to set a named property to the passed in value.
- setRequestHeaders(Call) - Method in class org.apache.axis.client.Stub
- setRequestMessage(Message) - Method in class org.apache.axis.client.Call
- Directly set the request message in our MessageContext.
- setReturnClass(Class) - Method in class org.apache.axis.client.Call
- Sets the desired return Java Class.
- setReturnQName(QName) - Method in class org.apache.axis.client.Call
- Set the QName of the return element NOT part of JAX-RPC
- setReturnType(QName) - Method in class org.apache.axis.client.Call
- Sets the return type of the operation associated with this Call object.
- setReturnType(QName, Class) - Method in class org.apache.axis.client.Call
- Sets the return type for a specific operation.
- setReturnTypeAsHeader(QName) - Method in class org.apache.axis.client.Call
- Set the return type as a header
- setReturnTypeAsHeader(QName, Class) - Method in class org.apache.axis.client.Call
- Set the return type as a header
- setSOAPActionURI(String) - Method in class org.apache.axis.client.Call
- Set the soapAction URI.
- setSOAPService(SOAPService) - Method in class org.apache.axis.client.Call
- Set the service so that it defers missing property gets to the Call.
- setSOAPVersion(SOAPConstants) - Method in class org.apache.axis.client.Call
- Allow the user to set the default SOAP version.
- setStreaming(boolean) - Method in class org.apache.axis.client.Call
- setTargetEndpointAddress(URL) - Method in class org.apache.axis.client.AdminClient
- set the URL to deploy to requires that call!=null
- setTargetEndpointAddress(String) - Method in class org.apache.axis.client.Call
- Sets the endpoint address of the target service port.
- setTargetEndpointAddress(URL) - Method in class org.apache.axis.client.Call
- Sets the URL of the target Web Service.
- setThreadDefaultConfig(EngineConfiguration) - Static method in class org.apache.axis.client.ServiceFactory
- setTimeout(Integer) - Method in class org.apache.axis.client.Call
- setTimeout(int) - Method in class org.apache.axis.client.Stub
- Set the timeout in milliseconds.
- setTransport(String) - Method in class org.apache.axis.client.AdminClient
- set the transport to deploy with.
- setTransport(Transport) - Method in class org.apache.axis.client.Call
- Set the Transport Note: Not part of JAX-RPC specification.
- setTransportForProtocol(String, Class) - Static method in class org.apache.axis.client.Call
- Register a Transport that should be used for URLs of the specified protocol.
- setTransportName(String) - Method in class org.apache.axis.client.Transport
- Sets the transport chain name - to override the default.
- setTypeMappingRegistry(TypeMappingRegistry) - Method in class org.apache.axis.client.Service
- Defines the current Type Mappig Registry.
- setTypeMappingVersion(String) - Method in class org.apache.axis.client.Service
- Set the typemapping version
- setUrl(String) - Method in class org.apache.axis.client.Transport
- Set the transport-specific URL
- setUseSOAPAction(boolean) - Method in class org.apache.axis.client.Call
- Flag to indicate if soapAction should be used.
- setUsername(String) - Method in class org.apache.axis.client.Call
- Set the username.
- setUsername(String) - Method in class org.apache.axis.client.Stub
- Set the username.
- setupMessageContext(MessageContext, Call, AxisEngine) - Method in class org.apache.axis.client.Transport
- setupMessageContextImpl(MessageContext, Call, AxisEngine) - Method in class org.apache.axis.client.Transport
T
- TRANSPORT_NAME - Static variable in class org.apache.axis.client.Call
- This is the name of a property to set the transport of the message
- TRANSPORT_PROPERTY - Static variable in class org.apache.axis.client.Call
- This is not the name of a property that can be set with setProperty, despite its name.
- Transport - class org.apache.axis.client.Transport.
- Transport() - Constructor for class org.apache.axis.client.Transport
- threadDefaultConfig - Static variable in class org.apache.axis.client.ServiceFactory
- timeout - Variable in class org.apache.axis.client.Call
- title(String) - Method in class org.apache.axis.client.HappyClient
- tlog - Static variable in class org.apache.axis.client.Call
- transport - Variable in class org.apache.axis.client.Call
- transportImpls - Variable in class org.apache.axis.client.Service
- A Hashtable mapping addresses (URLs) to Transports (objects)
- transportName - Variable in class org.apache.axis.client.Call
- transportName - Variable in class org.apache.axis.client.Transport
- Transport Chain Name - so users can change the default.
- transportPackages - Static variable in class org.apache.axis.client.Call
- Cache of transport packages we've already added to the system property.
- transports - Static variable in class org.apache.axis.client.Call
- A Hashtable mapping protocols (Strings) to Transports (classes)
U
- undeployHandler(String) - Method in class org.apache.axis.client.AdminClient
- undeploy a handler
- undeployService(String) - Method in class org.apache.axis.client.AdminClient
- undeploy a service
- url - Variable in class org.apache.axis.client.Transport
- Transport URL, if any.
- useExplicitlySet - Variable in class org.apache.axis.client.Call
- This is true when someone has called setOperationUse()
- useSOAPAction - Variable in class org.apache.axis.client.Call
- useSOAPAction() - Method in class org.apache.axis.client.Call
- Discover if soapAction is being used.
- useStreaming - Variable in class org.apache.axis.client.Call
- username - Variable in class org.apache.axis.client.Call
V
- verifyBooleanProperty(String, Object) - Method in class org.apache.axis.client.Call
- Verify that the type of the object is a Boolean, and throw an i18n-ized exception if not
- verifyClientIsHappy(boolean) - Method in class org.apache.axis.client.HappyClient
- Audit the client, print out status
- verifyIntegerProperty(String, Object) - Method in class org.apache.axis.client.Call
- Verify that the type of the object is an Integer, and throw an i18n-ized exception if not
- verifyStringProperty(String, Object) - Method in class org.apache.axis.client.Call
- Verify that the type of the object is a String, and throw an i18n-ized exception if not
W
- WSDL_LOCATION - Static variable in class org.apache.axis.client.ServiceFactory
- WSDL_PORT_NAME - Static variable in class org.apache.axis.client.Call
- this is a property set in the message context when the invocation process begins, for the benefit of handlers
- WSDL_SERVICE - Static variable in class org.apache.axis.client.Call
- this is a property set in the message context when the invocation process begins, for the benefit of handlers
- wantClass(String, String, String, String, String) - Method in class org.apache.axis.client.HappyClient
- print warning message if a class is missing
- wantResource(String, String) - Method in class org.apache.axis.client.HappyClient
- probe for a resource existing,
- wsdlLocation - Variable in class org.apache.axis.client.Service
- wsdlParser - Variable in class org.apache.axis.client.Service
- wsdlService - Variable in class org.apache.axis.client.Service
_
- _call - Variable in class org.apache.axis.client.Service
- _call - Variable in class org.apache.axis.client.Stub
- _createCall() - Method in class org.apache.axis.client.Stub
- Creates a call from the service.
- _defaultEngineConfig - Static variable in class org.apache.axis.client.ServiceFactory
- _getCall() - Method in class org.apache.axis.client.Stub
- Returns last Call object associated with this stub.
- _getProperty(String) - Method in class org.apache.axis.client.Stub
- Gets the value of a named property.
- _getPropertyNames() - Method in class org.apache.axis.client.Stub
- Return the names of configurable properties for this stub class.
- _getService() - Method in class org.apache.axis.client.Stub
- Provide access to the service object.
- _setProperty(String, Object) - Method in class org.apache.axis.client.Stub
- Sets the value for a named property.
A C D E F G H I J L M N O P Q R S T U V W _
|
|||||||||
| Home >> All >> org >> apache >> axis >> [ client overview ] | PREV NEXT | ||||||||