Uses of Class org.apache.axis.AxisFault

Uses in package org.apache.axis

Classes derived from org.apache.axis.AxisFault

class
An exception to indicate that there is no end point.

Methods with return type org.apache.axis.AxisFault

AxisFault
AxisFault.makeFault(Exception e)
Make an AxisFault based on a passed Exception.

Methods which throw type org.apache.axis.AxisFault

void
Obtain WSDL information.
void
Iterate over the chain letting each handler have a crack at contributing to a WSDL description.
byte[]
Get the contents of this Part (not the headers!), as a byte array.
SOAPEnvelope
Get the contents of this Part (not the MIME headers!), as a SOAPEnvelope.
String
Get the contents of this Part (not the headers!), as a String.
long
Get the content length, including both soap and any attachments.
long
Get the content length for this SOAPPart.
String
Get the content type of the attachments.
Handler
AxisEngine.getHandler(String name)
Get the Handler for a particular local name.
OperationDesc
get the first possible operation that could match a body containing an element of the given QName.
OperationDesc[]
Returns a list of operation descriptors that could may possibly match a body containing an element of the given QName.
SOAPEnvelope
Get this message's SOAPPart as a SOAPEnvelope.
byte[]
Get a byte array representation of this message's SOAPPart.
String
Get a string representation of this message's SOAPPart.
SOAPService
AxisEngine.getService(String name)
Get the SOAPService for a particular local name.
Handler
AxisEngine.getTransport(String name)
Get the Handler that implements the transport for a local name.
void
Invokes the specified handler.
void
Invoke is called to do the actual work of the Handler object.
void
Iterate over the chain invoking each handler.
void
void
Set the SOAPService used to handle services in this context.
void
Set the target service for this message.
void
Visit a handler with a message context.

Uses in package org.apache.axis.attachments

Constructors which throw type org.apache.axis.AxisFault

AttachmentsImpl.AttachmentsImpl(Object intialContents, String contentType, String contentLocation)
Construct one of these on a parent Message.
MultiPartRelatedInputStream.MultiPartRelatedInputStream(String contentType, java.io.InputStream stream)
Create a new Multipart stream.

Methods which throw type org.apache.axis.AxisFault

Part
Adds an existing attachment to this list.
Part
Adds an existing attachment to this list.
Part
Create a new attachment Part in this Message.
Part
Create a new attachment Part in this Message.
Part
Create a new attachment Part in this Message.
Part
DimeMultiPart
Creates the DIME message
javax.mail.internet.MimeMultipart
MimeUtils.createMP(String env, java.util.Collection parts)
This routine will create a multipart object from the parts and the SOAP content.
DataHandler
Obtain the DataHandler from the part.
Part
This method should look at a refernce and determine if it is a CID: or url to look for attachment.
Part
This method should look at a refernce and determine if it is a CID: or url to look for attachment.
Part
Part
Part
java.util.Collection
This method will return all attachments as a collection.
java.util.Collection
This method will return all attachments as a collection.
java.util.Collection
java.util.Collection
java.util.Collection
long
Get the content length of the stream.
long
Get the content length of the stream.
String
Write the content to the stream.
String
Gets the content type for the whole stream.
void
void
Read all data.
Part
This will read streams in till the one that is needed is found.
Part
This method uses getAttacmentByReference() to look for attachment.
Part
This method uses getAttacmentByReference() to look for attachment.
void
Attachments.setAttachmentParts(java.util.Collection parts)
Will the attachments of this message to that of the colleciton.
void
AttachmentsImpl.setAttachmentParts(java.util.Collection parts)
Add the collection of parts.
void
Attachments.writeContentToStream(java.io.OutputStream os)
Write the content to the stream.
void
AttachmentsImpl.writeContentToStream(java.io.OutputStream os)
Write the content to the stream.

Uses in package org.apache.axis.client

Methods which throw type org.apache.axis.AxisFault

void
Helper method for updating headers from the response.
void
Invoke this Call with its established MessageContext (perhaps because you called this.setRequestMessage()) Note: Not part of JAX-RPC specification.
Object
Call.invoke(String method, Object[] args)
Convenience method to invoke a method with a default (empty) namespace.
Object
Call.invoke(String namespace, String method, Object[] args)
Invoke an RPC service with a method name and arguments.
SOAPEnvelope
Invoke the service with a custom Message.
void
Main routine of the AXIS engine.
Object
Invoke an RPC service with a pre-constructed RPCElement.
SOAPEnvelope
Invoke the service with a custom SOAPEnvelope.
void
copy the attachments from the stub to the call object.
void
void
void

Uses in package org.apache.axis.handlers

Methods which throw type org.apache.axis.AxisFault

void
Client side of processing.
void
Server side of processing.
void
Obtain WSDL information.
void
void
void
Invoke is called to do the actual work of the Handler object.
void
void
Invoke is called to do the actual work of the Handler object.
void
void
Just set up the service, the inner service will do the rest...
void
void
void
Authenticate the user and password from the msgContext
void
Authorize the user and targetService from the msgContext
void
Process a MessageContext.
void
Process and SOAP message

Uses in package org.apache.axis.handlers.http

Methods which throw type org.apache.axis.AxisFault

void
Obtain WSDL information.
void
void
void
Invoke is called to do the actual work of the Handler object.

Uses in package org.apache.axis.handlers.soap

Methods which throw type org.apache.axis.AxisFault

void
Generate WSDL.
ServiceDesc
Returns a service description with the implementation class filled in.
void
void
Invoke is called to do the actual work of the Handler object.

Uses in package org.apache.axis.management

Methods which throw type org.apache.axis.AxisFault

AxisServer
Get the singleton engine for this management object
String[]
List all registered services
void
ServiceAdmin.startService(String serviceName)
Start the Service
void
ServiceAdmin.stopService(String serviceName)
Stop the Service

Uses in package org.apache.axis.management.jmx

Methods which throw type org.apache.axis.AxisFault

String[]
List all registered services
String[]
List all registered services
void
ServiceAdministrator.startService(String serviceName)
Start the Service
void
Start the Service
void
ServiceAdministrator.stopService(String serviceName)
Stop the Service
void
Stop the Service

Uses in package org.apache.axis.message

Constructors with parameter type org.apache.axis.AxisFault

Constructors which throw type org.apache.axis.AxisFault

MessageElement.MessageElement(String namespace, String localPart, String prefix, Attributes attributes, DeserializationContext context)
Advanced constructor used for deserialization.
RPCElement.RPCElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context, OperationDesc[] operations)
SOAPBody.SOAPBody(String namespace, String localPart, String prefix, Attributes attributes, DeserializationContext context, SOAPConstants soapConsts)
SOAPBodyElement.SOAPBodyElement(String namespace, String localPart, String prefix, Attributes attributes, DeserializationContext context)
SOAPFault.SOAPFault(String namespace, String localName, String prefix, Attributes attrs, DeserializationContext context)
Advanced constructor used for deserialization.
SOAPHeader.SOAPHeader(String namespace, String localPart, String prefix, Attributes attributes, DeserializationContext context, SOAPConstants soapConsts)
SOAPHeaderElement.SOAPHeaderElement(String namespace, String localPart, String prefix, Attributes attributes, DeserializationContext context)
Advanced constructor used for deserialization.

Fields of type org.apache.axis.AxisFault

AxisFault

Methods with parameter type org.apache.axis.AxisFault

void

Methods with return type org.apache.axis.AxisFault

AxisFault

Methods which throw type org.apache.axis.AxisFault

SOAPBodyElement
SOAPEnvelope.getBodyByName(String namespace, String localPart)
Get a body element given its name
Vector
Get all the BodyElement's in the soap body
SOAPBodyElement
Get the first BodyElement in the SOAP Body
SOAPHeaderElement
SOAPEnvelope.getHeaderByName(String namespace, String localPart)
Get a header by name (always respecting the currently in-scope actors list)
SOAPHeaderElement
SOAPEnvelope.getHeaderByName(String namespace, String localPart, boolean accessAllHeaders)
Get a header by name, filtering for headers targeted at this engine depending on the accessAllHeaders parameter.
Vector
Get Headers
Enumeration
SOAPEnvelope.getHeadersByName(String namespace, String localPart)
Get an enumeration of header elements given the namespace and localpart
Enumeration
SOAPEnvelope.getHeadersByName(String namespace, String localPart, boolean accessAllHeaders)
Return an Enumeration of headers which match the given namespace and localPart.
MessageElement
BodyBuilder.makeNewElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
MessageElement
SOAPHandler.makeNewElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
void
void

Uses in package org.apache.axis.providers

Methods which throw type org.apache.axis.AxisFault

void
Generate the WSDL for this service.
void
This method returns a ServiceDesc that contains the correct implimentation class.
void
This method returns a ServiceDesc that contains the correct implimentation class.
void
This method returns a ServiceDesc that contains the correct implimentation class.
void
Invoke is called to do the actual work of the Handler object.
void
Invoke is called to do the actual work of the Handler object.

Uses in package org.apache.axis.providers.java

Methods which throw type org.apache.axis.AxisFault

InitialContext
EJBProvider.getContext(Properties properties)
Object
EJBProvider.getEJBHome(InitialContext context, String beanJndiName)
Class
EJBProvider.getServiceClass(String beanJndiName, SOAPService service, MessageContext msgContext)
Get the class description for the EJB Remote or Local Interface, which is what we are interested in exposing to the world (i.e.
Class
JavaProvider.getServiceClass(String clsName, SOAPService service, MessageContext msgContext)
Returns the Class info about the service class.
void
Fill in a service description with the correct impl class and typemapping set.
void
Invoke the message by obtaining various common fields, looking up the service object (via getServiceObject), and actually processing the message (via processMessage).

Uses in package org.apache.axis.server

Methods which throw type org.apache.axis.AxisFault

void
AxisServer
AxisServer.getServer(Map environment)
AxisServer
AxisServerFactory.getServer(Map environment)
AxisServer
Get an AxisServer.
AxisServer
Obtain an AxisServer reference, using JNDI if possible, otherwise creating one using the standard Axis configuration pattern.
void
Main routine of the AXIS server.

Uses in package org.apache.axis.strategies

Methods which throw type org.apache.axis.AxisFault

void
void

Uses in package org.apache.axis.transport.http

Methods with parameter type org.apache.axis.AxisFault

void
Configure the servlet response status code and maybe other headers from the fault info.
int
Extract information from AxisFault and map it to a HTTP Status code.
void
routine called whenever an axis fault is caught; where they are logged and any other business.
void
routine called whenever an axis fault is caught; where they are logged and any other business.
void
AxisServlet.reportNoWSDL(HttpServletResponse res, PrintWriter writer, String moreDetailCode, AxisFault axisFault)
report that we have no WSDL This method was moved to the querystring handler QSWSDLHandler.
void
QSWSDLHandler.reportNoWSDL(HttpServletResponse res, PrintWriter writer, String moreDetailCode, AxisFault axisFault)
Report that we have no WSDL.
void
AbstractQueryStringHandler.writeFault(PrintWriter writer, AxisFault axisFault)
this method writes a fault out to an HTML stream.

Methods which throw type org.apache.axis.AxisFault

void
actually update the engine and save the settings
String
Returns the endpoint URL that should be used in the returned WSDL.
AxisServer
get the engine for this servlet from cache or context
AxisServer
AxisServletBase.getEngine(HttpServlet servlet)
This is a uniform method of initializing AxisServer in a servlet context.
void
invoke creates a socket connection, sends the request SOAP message and then reads the response SOAP message back from the SOAP server
void
invoke creates a socket connection, sends the request SOAP message and then reads the response SOAP message back from the SOAP server
void
Performs the action associated with this particular query string handler.
void
Performs the action associated with this particular query string handler.
void
Performs the action associated with this particular query string handler.
void
Performs the action associated with this particular query string handler.
void
AxisServlet.reportAvailableServices(HttpServletResponse response, PrintWriter writer, HttpServletRequest request)
This method lists the available services; it is called when there is nothing to execute on a GET
void
Set up any transport-specific derived properties in the message context.
void
Updates the soap:address locations for all ports in the WSDL using the URL from the request as the base portion for the updated locations, ensuring the WSDL returned to the client contains the correct location URL.

Uses in package org.apache.axis.transport.java

Methods which throw type org.apache.axis.AxisFault

void
Invoke is called to do the actual work of the Handler object.

Uses in package org.apache.axis.transport.jms

Methods which throw type org.apache.axis.AxisFault

JMSConnector
JMSConnectorManager.getConnector(HashMap connectorProperties, HashMap connectionFactoryProperties, String username, String password, JMSVendorAdapter vendorAdapter)
Retrieves a JMSConnector that satisfies the provided connector criteria
void
invoke() creates an endpoint, sends the request SOAP message, and then either reads the response SOAP message or simply returns.
void
Set up any transport-specific derived properties in the message context.

Uses in package org.apache.axis.transport.local

Methods which throw type org.apache.axis.AxisFault

void
void

Uses in package org.apache.axis.transport.mail

Methods which throw type org.apache.axis.AxisFault

void
invoke creates a socket connection, sends the request SOAP message and then reads the response SOAP message back from the SOAP server

Uses in package org.apache.axis.utils

Methods which throw type org.apache.axis.AxisFault

Document
Get an XML document representing this engine's configuration.

Uses in package org.apache.axis.wsdl.fromJava

Methods which throw type org.apache.axis.AxisFault

Element
Types.createAttributeElement(String elementName, Class javaType, QName xmlType, boolean nullable, Document docHolder)
Create Attribute Element with a given name and type
Element
Types.createElementWithAnonymousType(String elementName, Class fieldType, boolean omittable, Document ownerDocument)
Write an <element> with an anonymous internal ComplexType
void
Types.writeElementDecl(QName qname, Class javaType, QName typeQName, boolean nillable, QName itemQName)
Create a top-level element declaration in our generated schema
QName
Types.writeElementForPart(Class type, QName qname)
Write out an element referenced by a part element attribute.
Element
Types.writeEnumType(QName qName, Class cls)
Write Enumeration Complex Type (Only supports enumeration classes of string types)
Message
Emitter.writeFaultMessage(Definition def, FaultDesc exception)
Create a Fault Message
void
Emitter.writeMessages(Definition def, Operation oper, OperationDesc desc, BindingOperation bindingOper)
Create a Message
String
Emitter.writePartToMessage(Definition def, Message msg, boolean request, ParameterDesc param)
Create a Part
void
Emitter.writePortType(Definition def, Binding binding)
Create a PortType
Message
Emitter.writeRequestMessage(Definition def, OperationDesc oper, BindingOperation bindop)
Create a Request Message
Message
Emitter.writeResponseMessage(Definition def, OperationDesc desc, BindingOperation bindop)
Create a Response Message
void
Types.writeSchemaElement(String namespaceURI, Element element)
Write out the given Element into the appropriate schema node.
void
Types.writeSchemaElement(QName qName, Element element)
void
Types.writeSchemaElementDecl(QName qname, Element element)
Method writeSchemaElementDecl
void
Types.writeSchemaTypeDecl(QName qname, Element element)
Method writeSchemaTypeDecl
String
Types.writeType(Class type)
Write a schema representation for the given Class.
String
Types.writeType(Class type, QName qName)
Write a schema representation for the given Class.
QName
Write out a type (and its subtypes) referenced by a part type attribute.
QName
Types.writeTypeForPart(Class type, QName qname)
Write out a type referenced by a part type attribute.
void
Types.writeWrappedParameter(Element sequence, String name, QName type, Class javaType)
Write a parameter (a sub-element) into a sequence generated by writeWrapperElement() above.
Element
Types.writeWrapperElement(QName qname, boolean request, boolean hasParams)
Write the element definition for a WRAPPED operation.
String
Emitter.writeWrapperPart(Definition def, Message msg, OperationDesc oper, boolean request)
Write out the schema definition for a WRAPPED operation request or response.

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.