|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AxisFault in org.apache.axis2 |
Methods in org.apache.axis2 that return AxisFault | |
static AxisFault |
AxisFault.makeFault(Exception e)
Make an AxisFault based on a passed Exception. |
Uses of AxisFault in org.apache.axis2.client |
Methods in org.apache.axis2.client that throw AxisFault | |
void |
Stub.engageModule(QName moduleName)
|
protected void |
Call.assumeServiceContext(String clientHome)
Deprecated. |
protected AxisOperation |
Call.createOpDescAndFillInFlowInformation(AxisOperation opDesc,
String axisOp,
int mepURL)
Deprecated. Creates an operation description if it is null and copies the flows from the template operation. |
OMElement |
Call.invokeBlocking(String axisop,
OMElement toSend)
Deprecated. Invokes the blocking/synchronous call. |
SOAPEnvelope |
Call.invokeBlocking(String axisop,
SOAPEnvelope envelope)
Deprecated. Invokes the blocking/synchronous call. |
void |
Call.invokeNonBlocking(String axisop,
OMElement toSend,
Callback callback)
Deprecated. Invokes the nonblocking/asynchronous call. |
void |
Call.invokeNonBlocking(String axisop,
SOAPEnvelope envelope,
Callback callback)
Deprecated. Invokes the nonblocking/asynchronous call. |
void |
ServiceClient.engageModule(QName moduleName)
Engage a module for this service client. |
void |
ServiceClient.sendRobust(OMElement elem)
This is a simple client API to invoke a service operation who's MEP is Robust In-Only. |
void |
ServiceClient.sendRobust(QName operation,
OMElement elem)
This is a simple client API to invoke a service operation who's MEP is Robust In-Only. |
void |
ServiceClient.fireAndForget(OMElement elem)
Send a bit of XML and forget about it. |
void |
ServiceClient.fireAndForget(QName operation,
OMElement elem)
Send a bit of XML and forget about it under the guise of a specific operation. |
OMElement |
ServiceClient.sendReceive(OMElement elem)
|
OMElement |
ServiceClient.sendReceive(QName operation,
OMElement elem)
|
void |
ServiceClient.sendReceiveNonblocking(OMElement elem,
Callback callback)
|
void |
ServiceClient.sendReceiveNonBlocking(QName operation,
OMElement elem,
Callback callback)
|
OperationClient |
ServiceClient.createClient(QName operation)
Create a MEP client for a specific operation. |
OMElement |
RESTCall.sendReceive()
|
void |
RESTCall.sendReceiveNonblocking(Callback callback)
|
protected void |
InOnlyMEPClient.configureTransportInformation(MessageContext msgCtx)
Deprecated. |
void |
InOnlyMEPClient.send(AxisOperation axisop,
MessageContext msgctx)
Deprecated. Sends the SOAP Message and forgets about it. |
protected void |
MessageSender.assumeServiceContext(String clientHome)
Deprecated. create a default service Context if the users are not interested in the lower levels of control |
void |
MessageSender.send(String opName,
OMElement toSend)
Deprecated. Sends a SOAP elvelope created from an OMElement. |
void |
MessageSender.send(String opName,
SOAPEnvelope soapEnvelope)
Deprecated. |
MEPClient |
WSDLMEPClientBuilder.createMEPClient(String operationname)
|
MEPClient |
WSDLMEPClientBuilder.createMEPClient(QName endpointname,
String operationname)
|
MEPClient |
WSDLMEPClientBuilder.createMEPClient(QName servicename,
QName endpointname,
String operationname)
|
void |
WSDLMEPClientBuilder.defineDescription(URL wsdlurl)
|
static void |
ListenerManager.makeSureStarted(String transport,
ConfigurationContext configurationContext)
Starts a listener for a given transport if it has not already started. |
static ServerSocket |
ListenerManager.openSocket(int port)
Controls the number of server sockets kept open. |
static EndpointReference |
ListenerManager.replyToEPR(ConfigurationContext configurationContext,
String serviceName,
String transport)
Returns the replyTo endpoint reference for the servicename/transport combination. |
static void |
ListenerManager.stop(ConfigurationContext configurationContext,
String transport)
|
protected void |
MEPClient.assumeServiceContext(String clientHome)
Deprecated. Assumes the values for the ConfigurationContext and ServiceContext to make the NON WSDL cases simple. |
protected abstract void |
MEPClient.configureTransportInformation(MessageContext msgCtxt)
Deprecated. This gives chance to the derived class to configure its transport from the information injected by the user via options. |
protected SOAPEnvelope |
MEPClient.createDefaultSOAPEnvelope()
Deprecated. Creates SOAPEvelope(in terms of version) from the values set. |
void |
MEPClient.engageModule(QName name)
Deprecated. Engages a given module to the current invocation. |
protected TransportOutDescription |
MEPClient.inferTransport(EndpointReference epr)
Deprecated. Infers the transport by looking at the URL. |
protected TransportOutDescription |
MEPClient.inferTransport(String uri)
Deprecated. |
protected void |
MEPClient.inferTransportOutDescription(MessageContext msgCtx)
Deprecated. |
protected void |
MEPClient.prepareInvocation(AxisOperation axisop,
MessageContext msgCtx)
Deprecated. Prepares the message context for invocation. |
protected MessageContext |
MEPClient.prepareTheSOAPEnvelope(OMElement toSend)
Deprecated. Prepares the SOAPEnvelope using the payload. |
void |
InOutMEPClient.close()
Deprecated. Closes the call initiated to the Transport Listeners. |
protected void |
InOutMEPClient.configureTransportInformation(MessageContext msgCtx)
Deprecated. |
MessageContext |
InOutMEPClient.invokeBlocking(AxisOperation axisop,
MessageContext msgctx)
Deprecated. This method is used to make blocking calls. |
void |
InOutMEPClient.invokeNonBlocking(AxisOperation axisop,
MessageContext msgctx,
Callback callback)
Deprecated. This method is used to make non-blocking calls and is independent of the transport. |
MessageContext |
InOutMEPClient.send(MessageContext msgctx,
TransportInDescription transportIn)
Deprecated. Sends the message using a two way transport and waits for a response. |
void |
OperationClient.addMessageContext(MessageContext mc)
Add a message context to the client for processing. |
MessageContext |
OperationClient.getMessageContext(String messageLabel)
Return a message from the client - will return null if the requested message is not available. |
void |
OperationClient.execute(boolean block)
Execute the MEP. |
void |
OperationClient.reset()
Reset the operation client to a clean status after the MEP has completed. |
void |
OperationClient.complete(MessageContext msgCtxt)
To close the tranport if necessary , can call this method. |
void |
Options.setSenderTransport(String senderTransport,
AxisConfiguration axisConfiguration)
Sets the transport to be used for sending the SOAP Message |
void |
Options.setTransportInfo(String senderTransport,
String listenerTransport,
boolean useSeparateListener)
Deprecated. Use setTransportInProtocol(String) and useSeparateListener(boolean) instead. You do not need to setSenderTransportProtocol(String) as sender transport can be inferred from the to EPR. But still you can setTranportOut(TransportOutDescription). |
Constructors in org.apache.axis2.client that throw AxisFault | |
Call()
Deprecated. |
|
Call(String clientHome)
Deprecated. Creates call object with client home. |
|
ServiceClient(ConfigurationContext configContext,
AxisService axisService)
Create a service client configured to work with a specific AxisService. |
|
ServiceClient(ConfigurationContext configContext,
URL wsdlURL,
QName wsdlServiceName,
String portName)
Create a service client for WSDL service identified by the QName of the wsdl:service element in a WSDL document. |
|
ServiceClient()
Create a service client by assuming an anonymous service and any other necessary information. |
|
RESTCall()
|
|
MessageSender()
Deprecated. |
|
MessageSender(String clientHome)
Deprecated. Constructs a Message Sender from a specified repository. |
|
WSDLMEPClientBuilder(String clienthome)
|
Uses of AxisFault in org.apache.axis2.context |
Methods in org.apache.axis2.context that throw AxisFault | |
static OperationContext |
OperationContextFactory.createOperationContext(int mepURI,
AxisOperation axisOp)
Creates the operation context. |
static OperationContext |
OperationContextFactory.createOperationContext(int mepURI,
AxisOperation axisOp,
ServiceContext serviceContext)
|
ConfigurationContext |
ConfigurationContextFactory.createConfigurationContext(AxisConfigurator axisConfigurator)
Creates a AxisConfiguration depending on the user requirment. |
ConfigurationContext |
ConfigurationContextFactory.createConfigurationContextFromFileSystem(String path)
Builds the configuration. |
void |
SessionContext.init(AxisConfiguration axisConfiguration)
|
ServiceContext |
ServiceGroupContext.getServiceContext(AxisService service)
Gets a service context. |
void |
ConfigurationContext.fillServiceContextAndServiceGroupContext(MessageContext messageContext)
Searches for a ServiceGroupContext in the map with given id as the key. |
void |
ConfigurationContext.setThreadPool(ThreadFactory pool)
Sets the thread factory. |
void |
OperationContext.addMessageContext(MessageContext msgContext)
When a new message is added to the MEPContext the logic
should be included remove the MEPContext from the table in the
EngineContext . |
MessageContext |
OperationContext.getMessageContext(String messageLabel)
|
void |
MessageContext.setEnvelope(SOAPEnvelope envelope)
|
Uses of AxisFault in org.apache.axis2.databinding.utils |
Methods in org.apache.axis2.databinding.utils that throw AxisFault | |
OMElement |
MultirefHelper.processOMElementRef(String id)
|
OMElement |
MultirefHelper.processElementforRefs(OMElement elemnts)
|
Object |
MultirefHelper.processRef(Class javatype,
String id)
|
static Object |
BeanUtil.deserialize(Class beanClass,
OMElement beanElement)
|
static Object |
BeanUtil.deserialize(Class beanClass,
OMElement beanElement,
MultirefHelper helper)
|
static Object[] |
BeanUtil.deserialize(OMElement response,
Object[] javaTypes)
To get JavaObjects from XML elemnt , the element most of the time contains only one element in that case that element will be converted to the JavaType specified by the javaTypes array The algo is as follows, get the childerns of the response element , and if it conatian more than one element then check the retuen type of that element and conver that to corresponding JavaType |
Uses of AxisFault in org.apache.axis2.deployment |
Subclasses of AxisFault in org.apache.axis2.deployment | |
class |
DeploymentException
|
Methods in org.apache.axis2.deployment that throw AxisFault | |
AxisConfiguration |
FileSystemConfigurator.getAxisConfiguration()
First create a Deployment engine, use that to create an AxisConfiguration |
ModuleDescription |
DeploymentEngine.getModule(QName moduleName)
|
Uses of AxisFault in org.apache.axis2.deployment.repository.util |
Methods in org.apache.axis2.deployment.repository.util that throw AxisFault | |
void |
ArchiveFileData.setClassLoader(boolean extractArichive,
ClassLoader parent)
|
Uses of AxisFault in org.apache.axis2.deployment.util |
Methods in org.apache.axis2.deployment.util that throw AxisFault | |
static void |
Utils.addFlowHandlers(Flow flow,
ClassLoader clsLoader)
|
static AxisService |
Utils.createService(String implClass,
AxisConfiguration axisConfig)
To create an AxisService using given service impl class name fisrt generate schema corresponding to the given java class , next for each methods AxisOperation will be created. |
void |
PhasesInfo.setOperationPhases(AxisOperation axisOperation)
|
Uses of AxisFault in org.apache.axis2.description |
Methods in org.apache.axis2.description that throw AxisFault | |
void |
OutOnlyAxisOperation.addMessageContext(MessageContext msgContext,
OperationContext opContext)
|
static TransportOutDescription |
ClientUtils.inferOutTransport(AxisConfiguration ac,
EndpointReference epr)
|
static TransportInDescription |
ClientUtils.inferInTransport(AxisConfiguration ac,
Options options,
ServiceContext serviceContext)
|
static AxisService |
ClientUtils.creatAxisService(URL wsdlURL,
QName wsdlServiceName,
String portName,
Options options)
To create a AxisService for a given WSDL and the created client is most suitable for clinet side invocation not for server side invocation. |
void |
OutInAxisOperation.addMessageContext(MessageContext msgContext,
OperationContext opContext)
|
void |
InOnlyAxisOperation.addMessageContext(MessageContext msgContext,
OperationContext opContext)
|
static AxisOperation |
AxisOperationFactory.getAxisOperation(int mepURI)
|
static AxisOperation |
AxisOperationFactory.getOperationDescription(String mepURI)
|
void |
ParameterIncludeImpl.deserializeParameters(OMElement parameters)
Since at runtime it parameters may be modified to get the original state this method can be used |
void |
InOutAxisOperation.addMessageContext(MessageContext msgContext,
OperationContext opContext)
|
void |
AxisMessage.addParameter(Parameter param)
|
void |
AxisMessage.deserializeParameters(OMElement parameterElement)
|
void |
TransportOutDescription.addParameter(Parameter param)
Method addParameter. |
void |
TransportOutDescription.deserializeParameters(OMElement parameterElement)
|
void |
TransportInDescription.addParameter(Parameter param)
Method addParameter. |
void |
TransportInDescription.deserializeParameters(OMElement parameterElement)
|
void |
ModuleConfiguration.addParameter(Parameter param)
|
void |
ModuleConfiguration.deserializeParameters(OMElement parameterElement)
|
abstract void |
AxisOperation.addMessageContext(MessageContext msgContext,
OperationContext opContext)
Adds a message context into an operation context. |
void |
AxisOperation.addParameter(Parameter param)
Method addParameter. |
void |
AxisOperation.deserializeParameters(OMElement parameterElement)
|
void |
AxisOperation.engageModule(ModuleDescription moduleref,
AxisConfiguration axisConfig)
Engages a module. |
OperationContext |
AxisOperation.findForExistingOperationContext(MessageContext msgContext)
Creates a new operation context if there is not one already. |
OperationContext |
AxisOperation.findOperationContext(MessageContext msgContext,
ServiceContext serviceContext)
Finds a MEPContext for an incoming message. |
void |
AxisOperation.registerOperationContext(MessageContext msgContext,
OperationContext operationContext)
|
void |
HandlerDescription.addParameter(Parameter param)
|
void |
HandlerDescription.deserializeParameters(OMElement parameterElement)
|
void |
AxisService.addModuleOperations(ModuleDescription module,
AxisConfiguration axisConfig)
Adds an operation to a service if a module is required to do so. |
void |
AxisService.addParameter(Parameter param)
Method addParameter. |
void |
AxisService.deserializeParameters(OMElement parameterElement)
|
void |
AxisService.engageModule(ModuleDescription moduleref,
AxisConfiguration axisConfig)
Engages a module. |
void |
AxisService.printSchema(OutputStream out)
|
void |
AxisService.printWSDL(OutputStream out,
String serviceURL)
|
void |
AxisService.printUsingWSDLDefinition(OutputStream out,
String serviceURL)
|
void |
AxisService.printUsingWOM(OutputStream out,
String serviceURL)
|
void |
AxisServiceGroup.addParameter(Parameter param)
|
void |
AxisServiceGroup.addService(AxisService service)
|
void |
AxisServiceGroup.deserializeParameters(OMElement parameterElement)
|
void |
AxisServiceGroup.engageModule(ModuleDescription module)
|
void |
AxisServiceGroup.removeService(String name)
|
AxisService |
AxisServiceGroup.getService(String name)
|
void |
ModuleDescription.addParameter(Parameter param)
|
void |
ModuleDescription.deserializeParameters(OMElement parameterElement)
|
void |
ParameterInclude.addParameter(Parameter param)
Method addParameter. |
void |
ParameterInclude.deserializeParameters(OMElement parameterElement)
|
Uses of AxisFault in org.apache.axis2.engine |
Methods in org.apache.axis2.engine that throw AxisFault | |
MessageContext |
AxisEngine.createFaultMessageContext(MessageContext processingContext,
Throwable e)
This method is called to handle any error that occurs at inflow or outflow. |
void |
AxisEngine.receive(MessageContext msgContext)
This methods represents the inflow of the Axis, this could be either at the server side or the client side. |
void |
AxisEngine.invoke(MessageContext msgContext)
Take the execution chain from the msgContext , and then take the current Index and invoke all the phases in the arraylist if the msgContext is pauesd then the execution will be breaked |
void |
AxisEngine.resumeReceive(MessageContext msgContext)
If the msgConetext is puased and try to invoke then first invoke the phase list and after the message receiver |
void |
AxisEngine.resumeSend(MessageContext msgContext)
To resume the invocation at the send path , this is neened since it is require to call TranportSender at the end |
void |
AxisEngine.receiveFault(MessageContext msgContext)
This is invoked when a SOAP Fault is received from a Other SOAP Node Receives a SOAP fault from another SOAP node. |
void |
AxisEngine.resume(MessageContext msgctx)
|
void |
AxisEngine.send(MessageContext msgContext)
This methods represents the outflow of the Axis, this could be either at the server side or the client side. |
void |
AxisEngine.sendFault(MessageContext msgContext)
Sends the SOAP Fault to another SOAP node. |
AxisOperation |
SOAPMessageBodyBasedDispatcher.findOperation(AxisService service,
MessageContext messageContext)
|
AxisService |
SOAPMessageBodyBasedDispatcher.findService(MessageContext messageContext)
|
AxisOperation |
AddressingBasedDispatcher.findOperation(AxisService service,
MessageContext messageContext)
|
AxisService |
AddressingBasedDispatcher.findService(MessageContext messageContext)
|
void |
AddressingBasedDispatcher.invoke(MessageContext msgctx)
|
void |
DispatchPhase.checkPostConditions(MessageContext msgContext)
|
AxisOperation |
RequestURIBasedDispatcher.findOperation(AxisService service,
MessageContext messageContext)
|
AxisService |
RequestURIBasedDispatcher.findService(MessageContext messageContext)
|
void |
InstanceDispatcher.invoke(MessageContext msgContext)
Post Condition : All the Contexts must be populated. |
static void |
DependencyManager.configureBusinessLogicProvider(Object obj,
MessageContext requestMsgCtx,
MessageContext responseMsgCtx)
|
abstract AxisOperation |
AbstractDispatcher.findOperation(AxisService service,
MessageContext messageContext)
Called by Axis Engine to find the operation. |
abstract AxisService |
AbstractDispatcher.findService(MessageContext messageContext)
Called by Axis Engine to find the service. |
void |
AbstractDispatcher.invoke(MessageContext msgctx)
|
AxisOperation |
SOAPActionBasedDispatcher.findOperation(AxisService service,
MessageContext messageContext)
|
AxisService |
SOAPActionBasedDispatcher.findService(MessageContext messageContext)
|
AxisConfiguration |
AxisConfigurator.getAxisConfiguration()
Configurationcontextfactory will call this method to get the AxisConfiguration |
void |
MessageReceiver.receive(MessageContext messageCtx)
|
void |
Handler.cleanup()
Method cleanup. |
void |
Handler.invoke(MessageContext msgContext)
Invoke is called to do the actual work of the Handler object. |
void |
Phase.checkPostConditions(MessageContext msgContext)
|
void |
Phase.checkPreconditions(MessageContext msgContext)
|
void |
Phase.cleanup()
|
void |
Phase.invoke(MessageContext msgctx)
invokes all the handlers in this Phase |
void |
AxisConfiguration.addModule(ModuleDescription module)
Method addModule. |
void |
AxisConfiguration.addParameter(Parameter param)
Method addParameter. |
void |
AxisConfiguration.addService(AxisService service)
Method addService. |
void |
AxisConfiguration.addServiceGroup(AxisServiceGroup axisServiceGroup)
|
void |
AxisConfiguration.addTransportIn(TransportInDescription transport)
Method addTransportIn. |
void |
AxisConfiguration.addTransportOut(TransportOutDescription transport)
Method addTransportOut. |
void |
AxisConfiguration.deserializeParameters(OMElement parameters)
|
void |
AxisConfiguration.engageModule(QName moduleref)
Engages the default module version corresponding to given module name , or if the module name contains version number in it then it will engage the correct module. |
void |
AxisConfiguration.engageModule(String moduleName,
String versionID)
Engages a module using give name and its version ID. |
ModuleDescription |
AxisConfiguration.loadModulefromResources(String moduleName)
Loads module from class path - the mar files in a jar file inside modules/ directory |
void |
AxisConfiguration.removeService(String name)
Method removeService. |
TransportInDescription |
AxisConfiguration.getTransportIn(QName name)
|
TransportOutDescription |
AxisConfiguration.getTransportOut(QName name)
|
Uses of AxisFault in org.apache.axis2.handlers |
Methods in org.apache.axis2.handlers that throw AxisFault | |
void |
AbstractHandler.cleanup()
Method cleanup. |
Uses of AxisFault in org.apache.axis2.handlers.addressing |
Methods in org.apache.axis2.handlers.addressing that throw AxisFault | |
void |
AddressingOutHandler.invoke(MessageContext msgContext)
|
void |
AddressingInHandler.invoke(MessageContext msgContext)
|
Uses of AxisFault in org.apache.axis2.modules |
Methods in org.apache.axis2.modules that throw AxisFault | |
void |
Module.init(AxisConfiguration axisSystem)
|
void |
Module.shutdown(AxisConfiguration axisSystem)
|
Uses of AxisFault in org.apache.axis2.phaseresolver |
Subclasses of AxisFault in org.apache.axis2.phaseresolver | |
class |
PhaseException
Class PhaseException |
Uses of AxisFault in org.apache.axis2.receivers |
Methods in org.apache.axis2.receivers with parameters of type AxisFault | |
void |
ServerCallback.handleFault(AxisFault fault)
|
Methods in org.apache.axis2.receivers that throw AxisFault | |
void |
RawXMLINOnlyMessageReceiver.invokeBusinessLogic(MessageContext msgContext)
|
abstract void |
AbstractInOutAsyncMessageReceiver.invokeBusinessLogic(MessageContext inMessage,
MessageContext outMessage,
ServerCallback callback)
|
void |
AbstractInOutAsyncMessageReceiver.receive(MessageContext messageCtx)
|
abstract void |
AbstractInMessageReceiver.invokeBusinessLogic(MessageContext inMessage)
|
void |
AbstractInMessageReceiver.receive(MessageContext messageCtx)
|
void |
ServerCallback.handleFault(AxisFault fault)
|
void |
ServerCallback.handleResult(MessageContext result)
|
abstract void |
AbstractInOutSyncMessageReceiver.invokeBusinessLogic(MessageContext inMessage,
MessageContext outMessage)
|
void |
AbstractInOutSyncMessageReceiver.receive(MessageContext msgContext)
|
void |
RawXMLINOutMessageReceiver.invokeBusinessLogic(MessageContext msgContext,
MessageContext newmsgContext)
|
protected Object |
AbstractMessageReceiver.makeNewServiceObject(MessageContext msgContext)
Method makeNewServiceObject. |
SOAPFactory |
AbstractMessageReceiver.getSOAPFactory(MessageContext msgContext)
|
protected Object |
AbstractMessageReceiver.getTheImplementationObject(MessageContext msgContext)
Method getTheImplementationObject. |
abstract void |
AbstractRobustInMessageReceiver.invokeBusinessLogic(MessageContext inMessage)
|
void |
AbstractRobustInMessageReceiver.receive(MessageContext messageCtx)
|
Uses of AxisFault in org.apache.axis2.rpc |
Methods in org.apache.axis2.rpc that throw AxisFault | |
void |
RPCInOutMessageReceiver.invokeBusinessLogic(MessageContext inMessage,
MessageContext outMessage)
|
Uses of AxisFault in org.apache.axis2.rpc.client |
Methods in org.apache.axis2.rpc.client that throw AxisFault | |
OMElement |
RPCServiceClient.invokeBlocking(QName opName,
Object[] args)
Return value can be a single a object or an object array (itself an object) , but it is difficulty to figure the return object correctly unless we have TyepMapping in the client side too. |
Object[] |
RPCServiceClient.invokeBlocking(QName opName,
Object[] args,
Object[] returnTypes)
|
void |
RPCServiceClient.invokeNonBlocking(QName opName,
Object[] args,
Callback callback)
Invoke the nonblocking/Asynchronous call |
Constructors in org.apache.axis2.rpc.client that throw AxisFault | |
RPCServiceClient(ConfigurationContext configContext,
AxisService service)
|
|
RPCServiceClient()
|
|
RPCServiceClient(ConfigurationContext configContext,
URL wsdlURL,
QName wsdlServiceName,
String portName)
|
Uses of AxisFault in org.apache.axis2.rpc.receivers |
Methods in org.apache.axis2.rpc.receivers that throw AxisFault | |
void |
RPCMessageReceiver.invokeBusinessLogic(MessageContext inMessage,
MessageContext outMessage)
reflect and get the Java method - for each i'th param in the java method - get the first child's i'th child -if the elem has an xsi:type attr then find the deserializer for it - if not found, lookup deser for th i'th param (java type) - error if not found - deserialize & save in an object array - end for - invoke method and get the return value - look up serializer for return value based on the value and type - create response msg and add return value as grand child of |
Uses of AxisFault in org.apache.axis2.security |
Methods in org.apache.axis2.security that throw AxisFault | |
void |
WSDoAllReceiver.invoke(MessageContext msgContext)
|
void |
WSDoAllSender.invoke(MessageContext msgContext)
|
Uses of AxisFault in org.apache.axis2.security.handler |
Methods in org.apache.axis2.security.handler that throw AxisFault | |
void |
WSDoAllHandler.cleanup()
Method cleanup. |
Uses of AxisFault in org.apache.axis2.transport |
Methods in org.apache.axis2.transport that throw AxisFault | |
static SOAPEnvelope |
TransportUtils.createSOAPMessage(MessageContext msgContext,
String soapNamespaceURI)
|
abstract void |
AbstractTransportSender.finalizeSendWithOutputStreamFromIncomingConnection(MessageContext msgContext,
OutputStream out)
|
abstract void |
AbstractTransportSender.finalizeSendWithToAddress(MessageContext msgContext,
OutputStream out)
|
void |
AbstractTransportSender.init(ConfigurationContext confContext,
TransportOutDescription transportOut)
|
void |
AbstractTransportSender.invoke(MessageContext msgContext)
Method invoke |
protected abstract OutputStream |
AbstractTransportSender.openTheConnection(EndpointReference epr,
MessageContext msgctx)
|
abstract OutputStream |
AbstractTransportSender.startSendWithOutputStreamFromIncomingConnection(MessageContext msgContext,
OutputStream out)
|
abstract OutputStream |
AbstractTransportSender.startSendWithToAddress(MessageContext msgContext,
OutputStream out)
|
void |
AbstractTransportSender.writeMessage(MessageContext msgContext,
OutputStream out)
|
void |
TransportSender.cleanUp(MessageContext msgContext)
Clean up |
void |
TransportSender.init(ConfigurationContext confContext,
TransportOutDescription transportOut)
Initialize |
abstract void |
TransportListener.init(ConfigurationContext axisConf,
TransportInDescription transprtIn)
|
abstract void |
TransportListener.start()
|
abstract void |
TransportListener.stop()
|
abstract EndpointReference |
TransportListener.getReplyToEPR(String serviceName)
|
Uses of AxisFault in org.apache.axis2.transport.http |
Methods in org.apache.axis2.transport.http that throw AxisFault | |
static boolean |
HTTPTransportUtils.processHTTPGetRequest(MessageContext msgContext,
InputStream in,
OutputStream out,
String contentType,
String soapAction,
String requestURI,
ConfigurationContext configurationContext,
Map requestParameters)
|
static void |
HTTPTransportUtils.processHTTPPostRequest(MessageContext msgContext,
InputStream in,
OutputStream out,
String contentType,
String soapActionHeader,
String requestURI)
|
void |
CommonsHTTPTransportSender.cleanUp(MessageContext msgContext)
|
void |
CommonsHTTPTransportSender.init(ConfigurationContext confContext,
TransportOutDescription transportOut)
|
void |
CommonsHTTPTransportSender.invoke(MessageContext msgContext)
|
void |
CommonsHTTPTransportSender.writeMessageWithCommons(MessageContext msgContext,
EndpointReference toURL,
OMElement dataout,
OMOutputFormat format)
|
HashMap |
HTTPTransportReceiver.parseTheHeaders(InputStream in,
boolean serverSide)
Parses following two styles of HTTP stuff Server Side POST /axis2/services/echo HTTP/1.0 Content-Type: text/xml; charset=utf-8 Accept: application/soap+xml, application/dime, multipart/related, text User-Agent: Axis/1.2RC1 Host: 127.0.0.1:8081 Cache-Control: no-cache Pragma: no-cache SOAPAction: "" Content-Length: 73507 HTTP/1.1 200 OK Content-Type: text/xml;charset=utf-8 Date: Sat, 12 Feb 2005 10:39:39 GMT Server: Apache-Coyote/1.1 Connection: close |
void |
SimpleHTTPServer.init(ConfigurationContext axisConf,
TransportInDescription transprtIn)
init method in TransportListener |
void |
SimpleHTTPServer.start()
Start this server as a NON-daemon. |
EndpointReference |
SimpleHTTPServer.getReplyToEPR(String serviceName)
replyToEPR |
protected void |
AbstractHTTPSender.configProxyAuthentication(org.apache.commons.httpclient.HttpClient client,
TransportOutDescription proxySetting,
org.apache.commons.httpclient.HostConfiguration config,
MessageContext msgCtx)
Helper method to Proxy and NTLM authentication |
abstract void |
AbstractHTTPSender.send(MessageContext msgContext,
OMElement dataout,
URL url,
String soapActionString)
|
protected org.apache.commons.httpclient.HostConfiguration |
AbstractHTTPSender.getHostConfiguration(org.apache.commons.httpclient.HttpClient client,
MessageContext msgCtx,
URL targetURL)
getting host configuration to support standard http/s, proxy and NTLM support |
byte[] |
AbstractHTTPSender.AxisRequestEntity.writeBytes()
|
void |
SOAPOverHTTPSender.send(MessageContext msgContext,
OMElement dataout,
URL url,
String soapActionString)
|
byte[] |
SOAPOverHTTPSender.AxisSOAPRequestEntity.writeBytes()
|
Constructors in org.apache.axis2.transport.http that throw AxisFault | |
SimpleHTTPServer(String dir,
int port)
Constructor SimpleHTTPServer |
|
SimpleHTTPServer(String dir,
int port,
ThreadFactory pool)
Constructor SimpleHTTPServer |
Uses of AxisFault in org.apache.axis2.transport.jms |
Methods in org.apache.axis2.transport.jms that throw AxisFault | |
static void |
SimpleJMSWorker.processJMSRequest(MessageContext msgContext,
InputStream in,
String contentType)
|
void |
JMSSender.cleanUp(MessageContext msgContext)
|
void |
JMSSender.init(ConfigurationContext confContext,
TransportOutDescription transportOut)
|
void |
JMSSender.invoke(MessageContext msgContext)
invoke() creates an endpoint, sends the request SOAP message, and then either reads the response SOAP message or simply returns. |
void |
JMSSender.setupTransport(MessageContext context,
String endpointAddr)
Set up any transport-specific derived properties in the message context. |
void |
JMSSender.writeMessage(MessageContext msgContext,
OutputStream out)
|
void |
SimpleJMSListener.init(ConfigurationContext axisConf,
TransportInDescription transprtIn)
|
void |
SimpleJMSListener.stop()
|
EndpointReference |
SimpleJMSListener.getReplyToEPR(String serviceName)
|
JMSConnector |
JMSConnectorManager.getConnector(HashMap connectorProperties,
HashMap connectionFactoryProperties,
String username,
String password,
JMSVendorAdapter vendorAdapter)
Retrieves a JMSConnector that satisfies the provided connector criteria |
Uses of AxisFault in org.apache.axis2.transport.local |
Uses of AxisFault in org.apache.axis2.transport.mail |
Methods in org.apache.axis2.transport.mail that throw AxisFault | |
void |
EmailReceiver.connect()
|
void |
EmailReceiver.disconnect()
|
javax.mail.Message[] |
EmailReceiver.receive()
|
void |
EMailSender.send(String subject,
String targetEmail,
String message,
String charSet)
|
void |
SimpleMailListener.init(ConfigurationContext configurationContext,
TransportInDescription transportIn)
|
static void |
SimpleMailListener.main(String[] args)
Server process. |
void |
SimpleMailListener.start()
Start this server as a NON-daemon. |
void |
SimpleMailListener.start(boolean daemon)
Start this server. |
EndpointReference |
SimpleMailListener.getReplyToEPR(String serviceName)
|
void |
MailTransportSender.cleanUp(MessageContext msgContext)
|
void |
MailTransportSender.finalizeSendWithOutputStreamFromIncomingConnection(MessageContext msgContext,
OutputStream out)
|
void |
MailTransportSender.finalizeSendWithToAddress(MessageContext msgContext,
OutputStream out)
|
protected OutputStream |
MailTransportSender.openTheConnection(EndpointReference epr,
MessageContext msgContext)
|
OutputStream |
MailTransportSender.startSendWithOutputStreamFromIncomingConnection(MessageContext msgContext,
OutputStream out)
|
OutputStream |
MailTransportSender.startSendWithToAddress(MessageContext msgContext,
OutputStream out)
|
Constructors in org.apache.axis2.transport.mail that throw AxisFault | |
EmailReceiver(String user,
String host,
String popPort,
String password)
|
Uses of AxisFault in org.apache.axis2.transport.mail.server |
Methods in org.apache.axis2.transport.mail.server that throw AxisFault | |
void |
SMTPServer.stopServer()
|
void |
MailServer.stop()
|
void |
POP3Server.stopServer()
|
Constructors in org.apache.axis2.transport.mail.server that throw AxisFault | |
MailServer(int popPort,
int smtpPort)
|
|
MailServer(ConfigurationContext configurationContext,
int popPort,
int smtpPort)
|
|
MailServer(String dir,
int popPort,
int smtpPort)
|
|
POP3Server(Storage st,
int port)
|
Uses of AxisFault in org.apache.axis2.transport.tcp |
Methods in org.apache.axis2.transport.tcp that throw AxisFault | |
void |
TCPTransportSender.cleanUp(MessageContext msgContext)
|
void |
TCPTransportSender.finalizeSendWithToAddress(MessageContext msgContext,
OutputStream out)
|
protected OutputStream |
TCPTransportSender.openTheConnection(EndpointReference toURL,
MessageContext msgContext)
|
OutputStream |
TCPTransportSender.startSendWithOutputStreamFromIncomingConnection(MessageContext msgContext,
OutputStream out)
|
void |
TCPServer.init(ConfigurationContext axisConf,
TransportInDescription transprtIn)
|
static void |
TCPServer.main(String[] args)
|
void |
TCPServer.start()
|
void |
TCPServer.stop()
|
EndpointReference |
TCPServer.getReplyToEPR(String serviceName)
|
Constructors in org.apache.axis2.transport.tcp that throw AxisFault | |
TCPServer(int port,
ConfigurationContext configContext)
|
|
TCPServer(int port,
String dir)
|
Uses of AxisFault in org.apache.axis2.util |
Methods in org.apache.axis2.util that throw AxisFault | |
void |
CallbackReceiver.receive(MessageContext messageCtx)
|
static AxisService |
Utils.createSimpleService(QName serviceName,
String className,
QName opName)
|
static AxisService |
Utils.createSimpleServiceforClient(QName serviceName,
String className,
QName opName)
|
static AxisService |
Utils.createSimpleService(QName serviceName,
MessageReceiver messageReceiver,
String className,
QName opName)
|
static AxisService |
Utils.createSimpleServiceforClient(QName serviceName,
MessageReceiver messageReceiver,
String className,
QName opName)
|
Uses of AxisFault in org.apache.axis2.util.threadpool |
Methods in org.apache.axis2.util.threadpool that throw AxisFault | |
void |
ThreadPool.safeShutDown()
This is the recommended shutdown method for the thread pool This will wait till all the workers that are already handed over to the thread pool get executed. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |