|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AxisFault in org.apache.axis |
Methods in org.apache.axis that throw AxisFault | |
void |
SimpleChain.invoke(MessageContext msgContext)
Iterate over the chain invoking each handler. |
SOAPEnvelope |
Message.getAsSOAPEnvelope()
|
void |
FaultableHandler.invoke(MessageContext msgContext)
Invokes the specified handler. |
void |
Handler.invoke(MessageContext msgContext)
Invoke is called to do the actual work of the Handler object. |
void |
SimpleTargetedChain.invoke(MessageContext msgContext)
Invoke the request chain, pivot handler and response chain. |
Constructors in org.apache.axis with parameters of type AxisFault | |
Message(AxisFault fault)
|
Uses of AxisFault in org.apache.axis.client |
Methods in org.apache.axis.client that throw AxisFault | |
abstract void |
Transport.setupMessageContext(MessageContext context,
ServiceClient message,
AxisEngine engine)
Set up any transport-specific derived properties in the message context. |
void |
AxisClient.invoke(MessageContext msgContext)
Main routine of the AXIS engine. |
SOAPEnvelope |
ServiceClient.invoke(SOAPEnvelope env)
Invoke the service with a custom SOAPEnvelope. |
java.lang.Object |
ServiceClient.invoke(java.lang.String namespace,
java.lang.String method,
java.lang.Object[] args)
Invoke an RPC service with a method name and arguments. |
java.lang.Object |
ServiceClient.invoke(RPCElement body)
Invoke an RPC service with a pre-constructed RPCElement. |
void |
ServiceClient.invoke()
Invoke this ServiceClient with its established MessageContext (perhaps because you called this.setRequestMessage()) |
Uses of AxisFault in org.apache.axis.handlers |
Methods in org.apache.axis.handlers that throw AxisFault | |
abstract void |
BasicHandler.invoke(MessageContext msgContext)
Must implement this in subclasses. |
void |
DebugHandler.invoke(MessageContext msgContext)
|
void |
ErrorHandler.invoke(MessageContext msgContext)
|
void |
SimpleAuthenticationHandler.invoke(MessageContext msgContext)
Authenticate the user and password from the msgContext |
void |
JWSProcessor.invoke(MessageContext msgContext)
|
void |
LogHandler.invoke(MessageContext msgContext)
|
void |
JWSHandler.invoke(MessageContext msgContext)
|
void |
EchoHandler.invoke(MessageContext msgContext)
|
void |
SimpleAuthorizationHandler.invoke(MessageContext msgContext)
Authorize the user and targetService from the msgContext |
Uses of AxisFault in org.apache.axis.handlers.http |
Methods in org.apache.axis.handlers.http that throw AxisFault | |
void |
URLMapper.invoke(MessageContext msgContext)
|
void |
HTTPActionHandler.invoke(MessageContext msgContext)
|
void |
HTTPAuthHandler.invoke(MessageContext msgContext)
|
Uses of AxisFault in org.apache.axis.handlers.soap |
Methods in org.apache.axis.handlers.soap that throw AxisFault | |
void |
SOAPService.invoke(MessageContext msgContext)
|
Uses of AxisFault in org.apache.axis.message |
Fields in org.apache.axis.message declared as AxisFault | |
protected AxisFault |
SOAPFaultElement.fault
|
protected AxisFault |
SOAPFaultBuilder.fault
|
Methods in org.apache.axis.message that return AxisFault | |
AxisFault |
SOAPFaultElement.getAxisFault()
|
Methods in org.apache.axis.message with parameters of type AxisFault | |
void |
SOAPFaultElement.setAxisFault(AxisFault fault)
|
Methods in org.apache.axis.message that throw AxisFault | |
java.util.Vector |
SOAPEnvelope.getBodyElements()
|
SOAPBodyElement |
SOAPEnvelope.getFirstBody()
|
java.util.Vector |
SOAPEnvelope.getHeaders()
|
SOAPHeader |
SOAPEnvelope.getHeaderByName(java.lang.String namespace,
java.lang.String localPart)
|
SOAPBodyElement |
SOAPEnvelope.getBodyByName(java.lang.String namespace,
java.lang.String localPart)
|
java.util.Enumeration |
SOAPEnvelope.getHeadersByName(java.lang.String namespace,
java.lang.String localPart)
|
Constructors in org.apache.axis.message with parameters of type AxisFault | |
SOAPFaultElement(AxisFault fault)
|
Uses of AxisFault in org.apache.axis.providers.java |
Methods in org.apache.axis.providers.java that throw AxisFault | |
void |
JavaProvider.invoke(MessageContext msgContext)
Invoke the message by obtaining various common fields, looking up the service object (via getServiceObject), and actually processing the message (via processMessage). |
Uses of AxisFault in org.apache.axis.server |
Methods in org.apache.axis.server that throw AxisFault | |
void |
AxisServer.invoke(MessageContext msgContext)
Main routine of the AXIS server. |
Uses of AxisFault in org.apache.axis.transport.http |
Methods in org.apache.axis.transport.http that throw AxisFault | |
void |
HTTPTransport.setupMessageContext(MessageContext mc,
ServiceClient serviceClient,
AxisEngine engine)
Set up any transport-specific derived properties in the message context. |
void |
HTTPSender.invoke(MessageContext msgContext)
|
Uses of AxisFault in org.apache.axis.transport.local |
Methods in org.apache.axis.transport.local that throw AxisFault | |
void |
LocalSender.invoke(MessageContext clientContext)
|
void |
LocalResponder.invoke(MessageContext msgContext)
|
Uses of AxisFault in org.apache.axis.utils |
Methods in org.apache.axis.utils that throw AxisFault | |
org.w3c.dom.Document |
Admin.AdminService(MessageContext msgContext,
org.w3c.dom.Document xml)
Process a given XML document - needs cleanup. |
org.w3c.dom.Document |
Admin.process(MessageContext msgContext,
org.w3c.dom.Element root)
The meat of the Admin service. |
static org.w3c.dom.Document |
Admin.listConfig(AxisEngine engine)
Get an XML document representing this engine's configuration. |
static org.w3c.dom.Element |
Admin.list(org.w3c.dom.Element root,
HandlerRegistry registry)
Return an XML Element containing the configuration info for one of the engine's Handler registries. |
static void |
Admin.registerChain(org.w3c.dom.Element elem,
AxisEngine engine)
Deploy a chain described in XML into an AxisEngine. |
static void |
Admin.registerService(org.w3c.dom.Element elem,
AxisEngine engine)
Deploy a service described in XML into an AxisEngine. |
static void |
Admin.registerHandler(org.w3c.dom.Element elem,
AxisEngine engine)
Deploy a handler described in XML into an AxisEngine. |
static void |
Admin.registerTransport(org.w3c.dom.Element elem,
AxisEngine engine)
Deploy a transport described in XML into an AxisEngine. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |