Uses of Class
org.apache.axis.AxisFault
Packages that use AxisFault
Package
Description
-
Uses of AxisFault in org.apache.axis
Subclasses of AxisFault in org.apache.axisModifier and TypeClassDescriptionclass
An exception to indicate that there is no end point.Methods in org.apache.axis that return AxisFaultModifier and TypeMethodDescriptionstatic AxisFault
Make an AxisFault based on a passed Exception.Methods in org.apache.axis that throw AxisFaultModifier and TypeMethodDescriptionvoid
Handler.generateWSDL
(MessageContext msgContext) Obtain WSDL information.void
SimpleChain.generateWSDL
(MessageContext msgContext) Iterate over the chain letting each handler have a crack at contributing to a WSDL description.byte[]
SOAPPart.getAsBytes()
Get the contents of this Part (not the headers!), as a byte array.SOAPPart.getAsSOAPEnvelope()
Get the contents of this Part (not the MIME headers!), as a SOAPEnvelope.SOAPPart.getAsString()
Get the contents of this Part (not the headers!), as a String.long
Message.getContentLength()
Get the content length, including both soap and any attachments.long
SOAPPart.getContentLength()
Get the content length for this SOAPPart.Message.getContentType
(SOAPConstants sc) Get the content type of the attachments.AxisEngine.getHandler
(String name) Get theHandler
for a particular local name.MessageContext.getOperationByQName
(QName qname) get the first possible operation that could match a body containing an element of the given QName.MessageContext.getPossibleOperationsByQName
(QName qname) Returns a list of operation descriptors that could may possibly match a body containing an element of the given QName.AxisEngine.getService
(String name) Get theSOAPService
for a particular local name.Message.getSOAPEnvelope()
Get this message's SOAPPart as a SOAPEnvelope.byte[]
Message.getSOAPPartAsBytes()
Get a byte array representation of this message's SOAPPart.Message.getSOAPPartAsString()
Get a string representation of this message's SOAPPart.AxisEngine.getTransport
(String name) Get theHandler
that implements the transport for a local name.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
SimpleChain.invoke
(MessageContext msgContext) Iterate over the chain invoking each handler.void
SOAPPart.saveChanges()
void
MessageContext.setService
(SOAPService sh) Set theSOAPService
used to handle services in this context.void
MessageContext.setTargetService
(String tServ) Set the target service for this message.void
HandlerIterationStrategy.visit
(Handler handler, MessageContext msgContext) Visit a handler with a message context. -
Uses of AxisFault in org.apache.axis.attachments
Methods in org.apache.axis.attachments that throw AxisFaultModifier and TypeMethodDescriptionAttachments.addAttachmentPart
(Part newPart) Adds an existing attachment to this list.AttachmentsImpl.addAttachmentPart
(Part newPart) Adds an existing attachment to this list.Attachments.createAttachmentPart()
Create a new attachment Part in this Message.Attachments.createAttachmentPart
(Object part) Create a new attachment Part in this Message.AttachmentsImpl.createAttachmentPart()
Create a new attachment Part in this Message.AttachmentsImpl.createAttachmentPart
(Object datahandler) protected DimeMultiPart
AttachmentsImpl.createDimeMessage()
Creates the DIME messagestatic javax.mail.internet.MimeMultipart
MimeUtils.createMP
(String env, Collection parts, int sendType) This routine will create a multipart object from the parts and the SOAP content.static DataHandler
AttachmentUtils.getActivationDataHandler
(Part part) Obtain the DataHandler from the part.Attachments.getAttachmentByReference
(String reference) This method should look at a refernce and determine if it is a CID: or url to look for attachment.AttachmentsImpl.getAttachmentByReference
(String reference) This method should look at a refernce and determine if it is a CID: or url to look for attachment.MultiPartDimeInputStream.getAttachmentByReference
(String[] id) abstract Part
MultiPartInputStream.getAttachmentByReference
(String[] id) MultiPartRelatedInputStream.getAttachmentByReference
(String[] id) Attachments.getAttachments()
This method will return all attachments as a collection.AttachmentsImpl.getAttachments()
This method will return all attachments as a collection.MultiPartDimeInputStream.getAttachments()
abstract Collection
MultiPartInputStream.getAttachments()
MultiPartRelatedInputStream.getAttachments()
long
Attachments.getContentLength()
Get the content length of the stream.long
AttachmentsImpl.getContentLength()
Get the content length of the stream.Attachments.getContentType()
Write the content to the stream.AttachmentsImpl.getContentType()
Gets the content type for the whole stream.DimeAttachmentStreams.getNextStream()
IncomingAttachmentStreams.getNextStream()
MultipartAttachmentStreams.getNextStream()
protected void
MultiPartDimeInputStream.readAll()
protected void
MultiPartRelatedInputStream.readAll()
Read all data.protected Part
MultiPartRelatedInputStream.readTillFound
(String[] id) This will read streams in till the one that is needed is found.Attachments.removeAttachmentPart
(String reference) This method uses getAttacmentByReference() to look for attachment.AttachmentsImpl.removeAttachmentPart
(String reference) This method uses getAttacmentByReference() to look for attachment.void
Attachments.setAttachmentParts
(Collection parts) Will the attachments of this message to that of the colleciton.void
AttachmentsImpl.setAttachmentParts
(Collection parts) Add the collection of parts.void
Attachments.writeContentToStream
(OutputStream os) Write the content to the stream.void
AttachmentsImpl.writeContentToStream
(OutputStream os) Write the content to the stream.Constructors in org.apache.axis.attachments that throw AxisFaultModifierConstructorDescriptionAttachmentsImpl
(Object intialContents, String contentType, String contentLocation) Construct one of these on a parent Message.MultipartAttachmentStreams
(BoundaryDelimitedStream delimitedStream) MultipartAttachmentStreams
(BoundaryDelimitedStream delimitedStream, Collection priorParts) MultiPartRelatedInputStream
(String contentType, InputStream stream) Create a new Multipart stream. -
Uses of AxisFault in org.apache.axis.client
Methods in org.apache.axis.client that throw AxisFaultModifier and TypeMethodDescriptionprotected void
Stub.getResponseHeaders
(Call call) Deprecated.This method has been changed to a no-op but remains in the code to keep compatibility with pre-1.1 generated stubs.void
AxisClient.invoke
(MessageContext msgContext) Main routine of the AXIS engine.void
Call.invoke()
Invoke this Call with its established MessageContext (perhaps because you called this.setRequestMessage()) Note: Not part of JAX-RPC specification.Convenience method to invoke a method with a default (empty) namespace.Invoke an RPC service with a method name and arguments.Invoke the service with a custom Message.Call.invoke
(RPCElement body) Invoke an RPC service with a pre-constructed RPCElement.Call.invoke
(SOAPEnvelope env) Invoke the service with a custom SOAPEnvelope.protected void
Stub.setAttachments
(Call call) copy the attachments from the stub to the call object.protected void
Stub.setRequestHeaders
(Call call) final void
Transport.setupMessageContext
(MessageContext context, Call message, AxisEngine engine) void
Transport.setupMessageContextImpl
(MessageContext context, Call message, AxisEngine engine) -
Uses of AxisFault in org.apache.axis.handlers
Methods in org.apache.axis.handlers that throw AxisFaultModifier and TypeMethodDescriptionvoid
SimpleSessionHandler.doClient
(MessageContext context) Client side of processing.void
SimpleSessionHandler.doServer
(MessageContext context) Server side of processing.void
BasicHandler.generateWSDL
(MessageContext msgContext) void
EchoHandler.generateWSDL
(MessageContext msgContext) void
JWSHandler.generateWSDL
(MessageContext msgContext) void
DebugHandler.invoke
(MessageContext msgContext) void
EchoHandler.invoke
(MessageContext msgContext) void
ErrorHandler.invoke
(MessageContext msgContext) void
JAXRPCHandler.invoke
(MessageContext msgContext) void
JWSHandler.invoke
(MessageContext msgContext) Just set up the service, the inner service will do the rest...void
LogHandler.invoke
(MessageContext msgContext) void
MD5AttachHandler.invoke
(MessageContext msgContext) void
SimpleAuthenticationHandler.invoke
(MessageContext msgContext) Authenticate the user and password from the msgContextvoid
SimpleAuthorizationHandler.invoke
(MessageContext msgContext) Authorize the user and targetService from the msgContextvoid
SimpleSessionHandler.invoke
(MessageContext context) Process a MessageContext.void
SOAPMonitorHandler.invoke
(MessageContext messageContext) Process and SOAP message -
Uses of AxisFault in org.apache.axis.handlers.http
Methods in org.apache.axis.handlers.http that throw AxisFaultModifier and TypeMethodDescriptionvoid
URLMapper.generateWSDL
(MessageContext msgContext) void
HTTPActionHandler.invoke
(MessageContext msgContext) void
HTTPAuthHandler.invoke
(MessageContext msgContext) void
URLMapper.invoke
(MessageContext msgContext) -
Uses of AxisFault in org.apache.axis.handlers.soap
Methods in org.apache.axis.handlers.soap that throw AxisFaultModifier and TypeMethodDescriptionvoid
SOAPService.generateWSDL
(MessageContext msgContext) Generate WSDL.SOAPService.getInitializedServiceDesc
(MessageContext msgContext) Returns a service description with the implementation class filled in.void
MustUnderstandChecker.invoke
(MessageContext msgContext) void
SOAPService.invoke
(MessageContext msgContext) -
Uses of AxisFault in org.apache.axis.management
Methods in org.apache.axis.management that throw AxisFaultModifier and TypeMethodDescriptionstatic AxisServer
ServiceAdmin.getEngine()
Get the singleton engine for this management objectstatic String[]
ServiceAdmin.listServices()
List all registered servicesstatic void
ServiceAdmin.startService
(String serviceName) Start the Servicestatic void
ServiceAdmin.stopService
(String serviceName) Stop the Service -
Uses of AxisFault in org.apache.axis.management.jmx
Methods in org.apache.axis.management.jmx that throw AxisFaultModifier and TypeMethodDescriptionString[]
DeploymentQuery.listServices()
List all registered servicesString[]
DeploymentQueryMBean.listServices()
List all registered servicesvoid
ServiceAdministrator.startService
(String serviceName) Start the Servicevoid
ServiceAdministratorMBean.startService
(String serviceName) Start the Servicevoid
ServiceAdministrator.stopService
(String serviceName) Stop the Servicevoid
ServiceAdministratorMBean.stopService
(String serviceName) Stop the Service -
Uses of AxisFault in org.apache.axis.message
Fields in org.apache.axis.message declared as AxisFaultMethods in org.apache.axis.message that return AxisFaultMethods in org.apache.axis.message with parameters of type AxisFaultMethods in org.apache.axis.message that throw AxisFaultModifier and TypeMethodDescriptionSOAPEnvelope.getBodyByName
(String namespace, String localPart) Get a body element given its nameSOAPEnvelope.getBodyElements()
Get all the BodyElement's in the soap bodySOAPEnvelope.getFirstBody()
Get the first BodyElement in the SOAP BodySOAPEnvelope.getHeaderByName
(String namespace, String localPart) Get a header by name (always respecting the currently in-scope actors list)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.SOAPEnvelope.getHeaders()
Get HeadersSOAPEnvelope.getHeadersByName
(String namespace, String localPart) Get an enumeration of header elements given the namespace and localpartSOAPEnvelope.getHeadersByName
(String namespace, String localPart, boolean accessAllHeaders) Return an Enumeration of headers which match the given namespace and localPart.BodyBuilder.makeNewElement
(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) SOAPHandler.makeNewElement
(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) void
RPCElement.updateOperationsByName()
void
RPCElement.updateOperationsByQName()
Constructors in org.apache.axis.message with parameters of type AxisFaultConstructors in org.apache.axis.message that throw AxisFaultModifierConstructorDescriptionMessageElement
(String namespace, String localPart, String prefix, Attributes attributes, DeserializationContext context) Advanced constructor used for deserialization.RPCElement
(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context, OperationDesc[] operations) SOAPBody
(String namespace, String localPart, String prefix, Attributes attributes, DeserializationContext context, SOAPConstants soapConsts) SOAPBodyElement
(String namespace, String localPart, String prefix, Attributes attributes, DeserializationContext context) SOAPFault
(String namespace, String localName, String prefix, Attributes attrs, DeserializationContext context) SOAPHeader
(String namespace, String localPart, String prefix, Attributes attributes, DeserializationContext context, SOAPConstants soapConsts) SOAPHeaderElement
(String namespace, String localPart, String prefix, Attributes attributes, DeserializationContext context) -
Uses of AxisFault in org.apache.axis.providers
Methods in org.apache.axis.providers that throw AxisFaultModifier and TypeMethodDescriptionvoid
BasicProvider.generateWSDL
(MessageContext msgContext) Generate the WSDL for this service.abstract void
BasicProvider.initServiceDesc
(SOAPService service, MessageContext msgContext) This method returns a ServiceDesc that contains the correct implimentation class.void
BSFProvider.initServiceDesc
(SOAPService service, MessageContext msgContext) void
ComProvider.initServiceDesc
(SOAPService service, MessageContext msgContext) void
BSFProvider.invoke
(MessageContext msgContext) void
ComProvider.invoke
(MessageContext msgContext) -
Uses of AxisFault in org.apache.axis.providers.java
Methods in org.apache.axis.providers.java that throw AxisFaultModifier and TypeMethodDescriptionprotected InitialContext
EJBProvider.getContext
(Properties properties) protected Object
EJBProvider.getEJBHome
(InitialContext context, String beanJndiName) protected OperationDesc
RPCProvider.getOperationDesc
(MessageContext msgContext, RPCElement body) protected 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.protected Class
JavaProvider.getServiceClass
(String clsName, SOAPService service, MessageContext msgContext) Returns the Class info about the service class.void
JavaProvider.initServiceDesc
(SOAPService service, MessageContext msgContext) Fill in a service description with the correct impl class and typemapping set.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 AxisFaultModifier and TypeMethodDescriptionvoid
AxisServer.generateWSDL
(MessageContext msgContext) static AxisServer
Get an AxisServer.Obtain an AxisServer reference, using JNDI if possible, otherwise creating one using the standard Axis configuration pattern.void
AxisServer.invoke
(MessageContext msgContext) Main routine of the AXIS server. -
Uses of AxisFault in org.apache.axis.strategies
Methods in org.apache.axis.strategies that throw AxisFaultModifier and TypeMethodDescriptionvoid
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 with parameters of type AxisFaultModifier and TypeMethodDescriptionprotected void
AbstractQueryStringHandler.configureResponseFromAxisFault
(javax.servlet.http.HttpServletResponse response, AxisFault fault) Configure the servlet response status code and maybe other headers from the fault info.protected int
AxisServlet.getHttpServletResponseStatus
(AxisFault af) Extract information from AxisFault and map it to a HTTP Status code.protected void
AbstractQueryStringHandler.processAxisFault
(AxisFault fault) routine called whenever an axis fault is caught; where they are logged and any other business.protected void
AxisServlet.processAxisFault
(AxisFault fault) routine called whenever an axis fault is caught; where they are logged and any other business.protected void
AxisServlet.reportNoWSDL
(javax.servlet.http.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
(javax.servlet.http.HttpServletResponse res, PrintWriter writer, String moreDetailCode, AxisFault axisFault) Report that we have no WSDL.protected void
AbstractQueryStringHandler.writeFault
(PrintWriter writer, AxisFault axisFault) this method writes a fault out to an HTML stream.Methods in org.apache.axis.transport.http that throw AxisFaultModifier and TypeMethodDescriptionprotected void
AutoRegisterServlet.applyAndSaveSettings()
actually update the engine and save the settingsprotected String
QSWSDLHandler.getEndpointURL
(MessageContext msgContext) Returns the endpoint URL that should be used in the returned WSDL.AxisServletBase.getEngine()
get the engine for this servlet from cache or contextstatic AxisServer
AxisServletBase.getEngine
(javax.servlet.http.HttpServlet servlet) This is a uniform method of initializing AxisServer in a servlet context.void
CommonsHTTPSender.invoke
(MessageContext msgContext) invoke creates a socket connection, sends the request SOAP message and then reads the response SOAP message back from the SOAP servervoid
HTTPSender.invoke
(MessageContext msgContext) invoke creates a socket connection, sends the request SOAP message and then reads the response SOAP message back from the SOAP servervoid
QSHandler.invoke
(MessageContext msgContext) Performs the action associated with this particular query string handler.void
QSListHandler.invoke
(MessageContext msgContext) Performs the action associated with this particular query string handler.void
QSMethodHandler.invoke
(MessageContext msgContext) Performs the action associated with this particular query string handler.void
QSWSDLHandler.invoke
(MessageContext msgContext) Performs the action associated with this particular query string handler.protected void
AxisServlet.reportAvailableServices
(javax.servlet.http.HttpServletResponse response, PrintWriter writer, javax.servlet.http.HttpServletRequest request) This method lists the available services; it is called when there is nothing to execute on a GETvoid
HTTPTransport.setupMessageContextImpl
(MessageContext mc, Call call, AxisEngine engine) Set up any transport-specific derived properties in the message context.protected void
QSWSDLHandler.updateSoapAddressLocationURLs
(Document wsdlDoc, MessageContext msgContext) 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 of AxisFault in org.apache.axis.transport.java
Methods in org.apache.axis.transport.java that throw AxisFault -
Uses of AxisFault in org.apache.axis.transport.jms
Methods in org.apache.axis.transport.jms that throw AxisFaultModifier and TypeMethodDescriptionJMSConnectorManager.getConnector
(HashMap connectorProperties, HashMap connectionFactoryProperties, String username, String password, JMSVendorAdapter vendorAdapter) Retrieves a JMSConnector that satisfies the provided connector criteriavoid
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
JMSTransport.setupMessageContextImpl
(MessageContext context, Call message, AxisEngine engine) Set up any transport-specific derived properties in the message context. -
Uses of AxisFault in org.apache.axis.transport.local
Methods in org.apache.axis.transport.local that throw AxisFaultModifier and TypeMethodDescriptionvoid
LocalResponder.invoke
(MessageContext msgContext) void
LocalSender.invoke
(MessageContext clientContext) -
Uses of AxisFault in org.apache.axis.transport.mail
Methods in org.apache.axis.transport.mail that throw AxisFaultModifier and TypeMethodDescriptionvoid
MailSender.invoke
(MessageContext msgContext) invoke creates a socket connection, sends the request SOAP message and then reads the response SOAP message back from the SOAP server -
Uses of AxisFault in org.apache.axis.utils
Methods in org.apache.axis.utils that throw AxisFaultModifier and TypeMethodDescriptionstatic Document
Admin.listConfig
(AxisEngine engine) Get an XML document representing this engine's configuration. -
Uses of AxisFault in org.apache.axis.wsdl.fromJava
Methods in org.apache.axis.wsdl.fromJava that throw AxisFaultModifier and TypeMethodDescriptionTypes.createAttributeElement
(String elementName, Class javaType, QName xmlType, boolean nullable, Document docHolder) Create Attribute Element with a given name and typeTypes.createElementWithAnonymousType
(String elementName, Class fieldType, boolean omittable, Document ownerDocument) Write an <element> with an anonymous internal ComplexTypevoid
Types.writeElementDecl
(QName qname, Class javaType, QName typeQName, boolean nillable, QName itemQName) Create a top-level element declaration in our generated schemaTypes.writeElementForPart
(Class type, QName qname) Write out an element referenced by a part element attribute.Types.writeEnumType
(QName qName, Class cls) Write Enumeration Complex Type (Only supports enumeration classes of string types)protected javax.wsdl.Message
Emitter.writeFaultMessage
(javax.wsdl.Definition def, FaultDesc exception) Create a Fault Messageprotected void
Emitter.writeMessages
(javax.wsdl.Definition def, javax.wsdl.Operation oper, OperationDesc desc, javax.wsdl.BindingOperation bindingOper) Create a MessageEmitter.writePartToMessage
(javax.wsdl.Definition def, javax.wsdl.Message msg, boolean request, ParameterDesc param) Create a Partprotected void
Emitter.writePortType
(javax.wsdl.Definition def, javax.wsdl.Binding binding) Create a PortTypeprotected javax.wsdl.Message
Emitter.writeRequestMessage
(javax.wsdl.Definition def, OperationDesc oper, javax.wsdl.BindingOperation bindop) Create a Request Messageprotected javax.wsdl.Message
Emitter.writeResponseMessage
(javax.wsdl.Definition def, OperationDesc desc, javax.wsdl.BindingOperation bindop) Create a Response Messagevoid
Types.writeSchemaElement
(String namespaceURI, Element element) Write out the given Element into the appropriate schema node.void
Types.writeSchemaElement
(QName qName, Element element) Deprecated.Please use writeSchemaElement(String namespaceURI, Element element)void
Types.writeSchemaElementDecl
(QName qname, Element element) Method writeSchemaElementDeclvoid
Types.writeSchemaTypeDecl
(QName qname, Element element) Method writeSchemaTypeDeclWrite a schema representation for the givenClass
.Write a schema representation for the givenClass
.Types.writeTypeAndSubTypeForPart
(Class type, QName qname) Write out a type (and its subtypes) referenced by a part type attribute.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.Types.writeWrapperElement
(QName qname, boolean request, boolean hasParams) Write the element definition for a WRAPPED operation.Emitter.writeWrapperPart
(javax.wsdl.Definition def, javax.wsdl.Message msg, OperationDesc oper, boolean request) Write out the schema definition for a WRAPPED operation request or response.