|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AxisFault in org.apache.axis |
Subclasses of AxisFault in org.apache.axis | |
class |
NoEndPointException
|
class |
SerializationException
|
Methods in org.apache.axis that throw AxisFault | |
void |
SimpleChain.invoke(MessageContext msgContext)
Iterate over the chain invoking each handler. |
void |
SimpleChain.generateWSDL(MessageContext msgContext)
Iterate over the chain letting each handler have a crack at contributing to a WSDL description. |
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 |
Handler.generateWSDL(MessageContext msgContext)
Obtain WSDL information. |
void |
HandlerIterationStrategy.visit(Handler handler,
MessageContext msgContext)
|
void |
SimpleTargetedChain.invoke(MessageContext msgContext)
Invoke the request chain, pivot handler and response chain. |
void |
SimpleTargetedChain.generateWSDL(MessageContext msgContext)
|
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 | |
void |
Transport.setupMessageContext(MessageContext context,
ServiceClient message,
AxisEngine engine)
Set up any transport-specific derived properties in the message context. |
void |
Transport.setupMessageContextImpl(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. |
void |
ServiceClient.setURL(java.lang.String endpointURL)
Set the URL (and the transport state). |
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(java.lang.String method,
java.lang.Object[] args)
Convenience method to invoke a method with a default (empty) namespace. |
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()) |
Constructors in org.apache.axis.client that throw AxisFault | |
ServiceClient(java.lang.String endpointURL)
Construct a ServiceClient with a given endpoint URL |
|
ServiceClient(java.lang.String endpointURL,
AxisEngine engine)
Construct a ServiceClient with a given endpoint URL & engine |
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 |
BasicHandler.generateWSDL(MessageContext msgContext)
|
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 |
JWSProcessor.invokeImpl(MessageContext msgContext,
boolean doWsdl)
|
void |
JWSProcessor.generateWSDL(MessageContext msgContext)
|
void |
LogHandler.invoke(MessageContext msgContext)
|
void |
JWSHandler.invoke(MessageContext msgContext)
|
void |
JWSHandler.generateWSDL(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 |
URLMapper.generateWSDL(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). |
void |
JavaProvider.generateWSDL(MessageContext msgContext)
|
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. |
void |
AxisServer.generateWSDL(MessageContext msgContext)
|
Uses of AxisFault in org.apache.axis.strategies |
Methods in org.apache.axis.strategies that throw AxisFault | |
void |
InvocationStrategy.visit(Handler handler,
MessageContext msgContext)
|
void |
WSDLGenStrategy.visit(Handler handler,
MessageContext msgContext)
|
Uses of AxisFault in org.apache.axis.transport.http |
Methods in org.apache.axis.transport.http that throw AxisFault | |
void |
HTTPTransport.setupMessageContextImpl(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 |