A C D E F G H I M N O P R S T U V W X

A

AbstractDOMHandler - class org.codehaus.xfire.handler.dom.AbstractDOMHandler.
Basic helper methods for the DOMHandler.
AbstractDOMHandler() - Constructor for class org.codehaus.xfire.handler.dom.AbstractDOMHandler
 
AbstractHandler - class org.codehaus.xfire.handler.AbstractHandler.
 
AbstractHandler() - Constructor for class org.codehaus.xfire.handler.AbstractHandler
 
AbstractWSDL - class org.codehaus.xfire.wsdl.AbstractWSDL.
AbstractWSDL
AbstractWSDL(Service) - Constructor for class org.codehaus.xfire.wsdl.AbstractWSDL
 
AbstractXFireComponent - class org.codehaus.xfire.AbstractXFireComponent.
AbstractXFireComponent
AbstractXFireComponent() - Constructor for class org.codehaus.xfire.AbstractXFireComponent
 
AbstractXFireTest - class org.codehaus.xfire.AbstractXFireTest.
Contains helpful methods to test SOAP services.
AbstractXFireTest() - Constructor for class org.codehaus.xfire.AbstractXFireTest
 
addDependency(WSDLType) - Method in class org.codehaus.xfire.wsdl.AbstractWSDL
 
addNamespace(String, String) - Method in class org.codehaus.xfire.AbstractXFireTest
Add a namespace that will be used for XPath expressions.
addNamespace(String, String) - Method in class org.codehaus.xfire.wsdl.AbstractWSDL
 
assertInvalid(String, Node) - Method in class org.codehaus.xfire.AbstractXFireTest
Assert that the following XPath query selects no nodes.
assertNoFault(Node) - Method in class org.codehaus.xfire.AbstractXFireTest
 
assertValid(String, Node) - Method in class org.codehaus.xfire.AbstractXFireTest
Assert that the following XPath query selects one or more nodes.
assertXPathEquals(String, String, Node) - Method in class org.codehaus.xfire.AbstractXFireTest
Asser that the text of the xpath node retrieved is equal to the value specified.

C

copy(InputStream, OutputStream, int) - Method in class org.codehaus.xfire.wsdl.ResourceWSDL
 
createBinding(PortType, Service) - Method in interface org.codehaus.xfire.transport.Transport
 
createBinding(PortType, Service) - Method in class org.codehaus.xfire.transport.http.SoapHttpTransport
 
createBindingOperation(PortType, Operation, Service) - Method in interface org.codehaus.xfire.transport.Transport
 
createBindingOperation(PortType, Operation, Service) - Method in class org.codehaus.xfire.transport.http.SoapHttpTransport
 
createElement(XMLStreamReader) - Method in class org.codehaus.xfire.util.STAXStreamReader
 
createFault(Exception) - Static method in class org.codehaus.xfire.fault.XFireFault
 
createNamespace(String, String) - Static method in class org.codehaus.xfire.util.NamespaceHelper
 
createPort(Binding, Service) - Method in interface org.codehaus.xfire.transport.Transport
 
createPort(Binding, Service) - Method in class org.codehaus.xfire.transport.http.SoapHttpTransport
 
createSchemaType(String) - Method in class org.codehaus.xfire.wsdl.AbstractWSDL
Create a shcema type element and store it to be written later on.
createSoapBinding(Service) - Method in class org.codehaus.xfire.transport.http.SoapHttpTransport
 
createSoapBody(Service) - Method in class org.codehaus.xfire.transport.http.SoapHttpTransport
 
createWSDL(Service) - Method in interface org.codehaus.xfire.wsdl.WSDLBuilder
 
createXPath(String) - Method in class org.codehaus.xfire.AbstractXFireTest
Create the specified XPath expression with the namespaces added via addNamespace().

D

DATA_ENCODING_UNKNOWN - Static variable in class org.codehaus.xfire.fault.XFireFault
 
DateUtils - class org.codehaus.xfire.util.DateUtils.
Helps reading and writing ISO8601 dates.
DateUtils() - Constructor for class org.codehaus.xfire.util.DateUtils
 
DefaultServiceRegistry - class org.codehaus.xfire.service.DefaultServiceRegistry.
 
DefaultServiceRegistry() - Constructor for class org.codehaus.xfire.service.DefaultServiceRegistry
 
DefaultTransportManager - class org.codehaus.xfire.transport.DefaultTransportManager.
The default TransportService implementation.
DefaultTransportManager() - Constructor for class org.codehaus.xfire.transport.DefaultTransportManager
 
DefaultXFire - class org.codehaus.xfire.DefaultXFire.
 
DefaultXFire() - Constructor for class org.codehaus.xfire.DefaultXFire
 
DefaultXFire(ServiceRegistry, TransportManager) - Constructor for class org.codehaus.xfire.DefaultXFire
 
disable(String, String) - Method in interface org.codehaus.xfire.transport.TransportManager
 
disable(String, String) - Method in class org.codehaus.xfire.transport.DefaultTransportManager
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.xfire.transport.http.XFireServlet
 
DOMHandler - interface org.codehaus.xfire.handler.dom.DOMHandler.
A handler in a DOM processed pipeline.
DOMPipelineHandler - class org.codehaus.xfire.handler.dom.DOMPipelineHandler.
Creates a DOM structure from the stream (lazily instantiated).
DOMPipelineHandler() - Constructor for class org.codehaus.xfire.handler.dom.DOMPipelineHandler
 
DOMPipelineHandler(List) - Constructor for class org.codehaus.xfire.handler.dom.DOMPipelineHandler
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.xfire.transport.http.XFireServlet
 

E

elementQ - Variable in class org.codehaus.xfire.wsdl.AbstractWSDL
 
enable(String, String) - Method in interface org.codehaus.xfire.transport.TransportManager
 
enable(String, String) - Method in class org.codehaus.xfire.transport.DefaultTransportManager
 

F

FaultHandler - interface org.codehaus.xfire.fault.FaultHandler.
A fault handler takes an exception and generates a fault message which is written to the response message.
findService(String) - Method in class org.codehaus.xfire.DefaultXFire
 
formatDate(Date) - Static method in class org.codehaus.xfire.util.DateUtils
 
formatDateTime(Date) - Static method in class org.codehaus.xfire.util.DateUtils
 

G

generateWSDL(HttpServletResponse, String) - Method in class org.codehaus.xfire.transport.http.XFireServlet
 
generateWSDL(String, OutputStream) - Method in interface org.codehaus.xfire.XFire
Generate WSDL for a service.
generateWSDL(String, OutputStream) - Method in class org.codehaus.xfire.DefaultXFire
 
get(Object) - Method in interface org.codehaus.xfire.session.Session
Get a variable from the session by the key.
get(Object) - Method in class org.codehaus.xfire.transport.http.XFireHttpSession
 
getAction() - Method in class org.codehaus.xfire.MessageContext
 
getBody() - Method in class org.codehaus.xfire.handler.dom.Message
 
getCode() - Method in class org.codehaus.xfire.fault.XFireFault
 
getCurrentMessageContext() - Static method in class org.codehaus.xfire.MessageContext
Get the message context for the current thread.
getDefaultNamespace() - Method in class org.codehaus.xfire.service.SimpleService
 
getDefaultNamespace() - Method in interface org.codehaus.xfire.service.Service
The namespace of the service.
getDefinition() - Method in class org.codehaus.xfire.wsdl.AbstractWSDL
 
getDependencies() - Method in interface org.codehaus.xfire.wsdl.WSDLType
The types that this type references.
getDetail() - Method in class org.codehaus.xfire.fault.XFireFault
A list of Element's that provide the message detail.
getDocument() - Method in class org.codehaus.xfire.wsdl.AbstractWSDL
 
getFaultHandler() - Method in class org.codehaus.xfire.service.SimpleService
 
getFaultHandler() - Method in interface org.codehaus.xfire.service.Service
 
getHandlers() - Method in class org.codehaus.xfire.handler.dom.DOMPipelineHandler
 
getHeader() - Method in class org.codehaus.xfire.handler.dom.Message
 
getMessage() - Method in class org.codehaus.xfire.handler.dom.Message
 
getName() - Method in class org.codehaus.xfire.service.SimpleService
 
getName() - Method in interface org.codehaus.xfire.service.Service
The name of the service.
getName() - Method in interface org.codehaus.xfire.transport.Transport
 
getName() - Method in class org.codehaus.xfire.transport.http.SoapHttpTransport
 
getNamespace(Element, String) - Static method in class org.codehaus.xfire.util.NamespaceHelper
Create a unique namespace uri/prefix combination.
getNamespace(String) - Method in class org.codehaus.xfire.wsdl.AbstractWSDL
 
getProperty(Object) - Method in class org.codehaus.xfire.MessageContext
 
getProperty(String) - Method in class org.codehaus.xfire.service.SimpleService
 
getProperty(String) - Method in interface org.codehaus.xfire.service.Service
 
getReason() - Method in class org.codehaus.xfire.fault.XFireFault
 
getRequest() - Static method in class org.codehaus.xfire.transport.http.XFireServlet
 
getRequestUri() - Method in class org.codehaus.xfire.MessageContext
 
getResourceAsReader(String) - Method in class org.codehaus.xfire.AbstractXFireTest
 
getResourceAsStream(String) - Method in class org.codehaus.xfire.AbstractXFireTest
 
getResponseStream() - Method in class org.codehaus.xfire.MessageContext
 
getSchemaType() - Method in interface org.codehaus.xfire.wsdl.WSDLType
The schema type that this WSDLType represents.
getSchemaTypes() - Method in class org.codehaus.xfire.wsdl.AbstractWSDL
 
getService() - Method in class org.codehaus.xfire.MessageContext
The service being invoked.
getService() - Method in class org.codehaus.xfire.wsdl.AbstractWSDL
 
getService(String) - Method in interface org.codehaus.xfire.service.ServiceRegistry
 
getService(String) - Method in class org.codehaus.xfire.service.DefaultServiceRegistry
 
getServiceHandler() - Method in class org.codehaus.xfire.service.SimpleService
 
getServiceHandler() - Method in interface org.codehaus.xfire.service.Service
 
getServiceName() - Method in class org.codehaus.xfire.MessageContext
 
getServiceRegistry() - Method in interface org.codehaus.xfire.XFire
 
getServiceRegistry() - Method in class org.codehaus.xfire.DefaultXFire
 
getServiceRegistry() - Method in class org.codehaus.xfire.AbstractXFireTest
 
getServiceRegistry() - Method in class org.codehaus.xfire.transport.http.XFireServlet
 
getServices() - Method in interface org.codehaus.xfire.service.ServiceRegistry
 
getServices() - Method in class org.codehaus.xfire.service.DefaultServiceRegistry
 
getSession() - Method in class org.codehaus.xfire.MessageContext
The session that this request is a part of.
getSession() - Method in class org.codehaus.xfire.transport.http.XFireHttpSession
 
getSoapVersion() - Method in class org.codehaus.xfire.MessageContext
 
getSoapVersion() - Method in class org.codehaus.xfire.handler.dom.Message
 
getSoapVersion() - Method in class org.codehaus.xfire.service.SimpleService
 
getSoapVersion() - Method in interface org.codehaus.xfire.service.Service
 
getStyle() - Method in class org.codehaus.xfire.service.SimpleService
 
getStyle() - Method in interface org.codehaus.xfire.service.Service
Return the service style.
getSubCode() - Method in class org.codehaus.xfire.fault.XFireFault
Returns the SubCode for the Fault Code.
getTransportManager() - Method in interface org.codehaus.xfire.XFire
 
getTransportManager() - Method in class org.codehaus.xfire.DefaultXFire
 
getTransportManager() - Method in class org.codehaus.xfire.transport.http.XFireServlet
 
getTransports(String) - Method in interface org.codehaus.xfire.transport.TransportManager
 
getTransports(String) - Method in class org.codehaus.xfire.transport.DefaultTransportManager
 
getUnderstoodHeaders() - Method in interface org.codehaus.xfire.handler.Handler
 
getUnderstoodHeaders() - Method in class org.codehaus.xfire.handler.AbstractHandler
Returns null by default, indicating that no headers were understood.
getUnderstoodHeaders() - Method in class org.codehaus.xfire.handler.dom.DOMPipelineHandler
 
getUnderstoodHeaders() - Method in interface org.codehaus.xfire.handler.dom.DOMHandler
 
getUnderstoodHeaders() - Method in class org.codehaus.xfire.handler.dom.AbstractDOMHandler
 
getUrl(String) - Method in class org.codehaus.xfire.transport.http.SoapHttpTransport
Get the URL for a particular service.
getUse() - Method in class org.codehaus.xfire.service.SimpleService
 
getUse() - Method in interface org.codehaus.xfire.service.Service
Return the Use.
getWebappBase() - Method in class org.codehaus.xfire.transport.http.XFireServlet
 
getWebappBase(HttpServletRequest) - Method in class org.codehaus.xfire.transport.http.SoapHttpTransport
 
getWSDL() - Method in class org.codehaus.xfire.service.SimpleService
 
getWSDL() - Method in interface org.codehaus.xfire.service.Service
 
getWSDL(String) - Method in class org.codehaus.xfire.AbstractXFireTest
Get the WSDL for a service.
getWSDLBuilder() - Method in class org.codehaus.xfire.service.SimpleService
 
getWSDLDocument(String) - Method in class org.codehaus.xfire.AbstractXFireTest
 
getWSDLURL() - Method in class org.codehaus.xfire.service.SimpleService
 
getXFire() - Method in class org.codehaus.xfire.XFireFactory
 
getXFire() - Method in class org.codehaus.xfire.AbstractXFireTest
 
getXFire() - Method in class org.codehaus.xfire.transport.http.XFireServlet
 
getXMLStreamWriter(MessageContext) - Method in class org.codehaus.xfire.handler.AbstractHandler
 

H

handleFault(Exception, MessageContext) - Method in class org.codehaus.xfire.fault.SOAP12FaultHandler
 
handleFault(Exception, MessageContext) - Method in class org.codehaus.xfire.fault.SOAP11FaultHandler
 
handleFault(Exception, MessageContext) - Method in interface org.codehaus.xfire.fault.FaultHandler
Take an exception and generate a fault message which is written to the response OutputStream.
handleFault(Exception, MessageContext) - Method in interface org.codehaus.xfire.handler.Handler
Handles faults that occur in this handler.
handleFault(Exception, MessageContext) - Method in class org.codehaus.xfire.handler.AbstractHandler
Locates the fault handler on the service to write the fault to the response message.
Handler - interface org.codehaus.xfire.handler.Handler.
A handler is just something that processes an XML message.
hasService(String) - Method in interface org.codehaus.xfire.service.ServiceRegistry
 
hasService(String) - Method in class org.codehaus.xfire.service.DefaultServiceRegistry
 
HTTP_SERVLET_REQUEST_KEY - Static variable in class org.codehaus.xfire.transport.http.XFireHttpSession
 
HTTP_TRANSPORT_NS - Static variable in class org.codehaus.xfire.transport.http.SoapHttpTransport
 

I

ID - Static variable in class org.codehaus.xfire.transport.http.SoapHttpTransport
 
init() - Method in class org.codehaus.xfire.transport.http.XFireServlet
 
invoke(HttpServletRequest, HttpServletResponse, String) - Method in class org.codehaus.xfire.transport.http.XFireServlet
 
invoke(InputStream, MessageContext) - Method in interface org.codehaus.xfire.XFire
Processes a new SOAP Message request.
invoke(InputStream, MessageContext) - Method in class org.codehaus.xfire.DefaultXFire
 
invoke(MessageContext, Message, Message) - Method in interface org.codehaus.xfire.handler.dom.DOMHandler
Invoke a handler.
invoke(MessageContext, XMLStreamReader) - Method in interface org.codehaus.xfire.handler.Handler
Invoke a handler.
invoke(MessageContext, XMLStreamReader) - Method in class org.codehaus.xfire.handler.dom.DOMPipelineHandler
 
invoke(XMLStreamReader, MessageContext) - Method in class org.codehaus.xfire.DefaultXFire
 
invokeService(String, String) - Method in class org.codehaus.xfire.AbstractXFireTest
Invoke a service with the specified document.
isComplex() - Method in interface org.codehaus.xfire.wsdl.WSDLType
Whether or not this a complex type.

M

Message - class org.codehaus.xfire.handler.dom.Message.
Holds a SOAP message as a DOM4J document.
Message(Document) - Constructor for class org.codehaus.xfire.handler.dom.Message
 
Message(String) - Constructor for class org.codehaus.xfire.handler.dom.Message
Creates a SOAP Envelope, Body and Header for the appropriate SOAP version.
MessageContext - class org.codehaus.xfire.MessageContext.
Holds inforrmation about the message request and response.
MessageContext(String, String, OutputStream, Session, String) - Constructor for class org.codehaus.xfire.MessageContext
Create a MessageContext to invoke a service with the specified document as the request.
MUST_UNDERSTAND - Static variable in class org.codehaus.xfire.fault.XFireFault
 

N

NAME - Static variable in class org.codehaus.xfire.fault.SOAP12FaultHandler
 
NAME - Static variable in class org.codehaus.xfire.fault.SOAP11FaultHandler
 
NamespaceHelper - class org.codehaus.xfire.util.NamespaceHelper.
DOM4J Namespace functions.
NamespaceHelper() - Constructor for class org.codehaus.xfire.util.NamespaceHelper
 
newInstance() - Static method in class org.codehaus.xfire.XFireFactory
 

O

org.codehaus.xfire - package org.codehaus.xfire
 
org.codehaus.xfire.fault - package org.codehaus.xfire.fault
 
org.codehaus.xfire.handler - package org.codehaus.xfire.handler
 
org.codehaus.xfire.handler.dom - package org.codehaus.xfire.handler.dom
 
org.codehaus.xfire.service - package org.codehaus.xfire.service
 
org.codehaus.xfire.session - package org.codehaus.xfire.session
 
org.codehaus.xfire.transport - package org.codehaus.xfire.transport
 
org.codehaus.xfire.transport.http - package org.codehaus.xfire.transport.http
 
org.codehaus.xfire.util - package org.codehaus.xfire.util
 
org.codehaus.xfire.wsdl - package org.codehaus.xfire.wsdl
 

P

parseDate(String) - Static method in class org.codehaus.xfire.util.DateUtils
 
parseDateTime(String) - Static method in class org.codehaus.xfire.util.DateUtils
 
printNode(Node) - Method in class org.codehaus.xfire.AbstractXFireTest
 
put(Object, Object) - Method in interface org.codehaus.xfire.session.Session
Put a variable into the session with a key.
put(Object, Object) - Method in class org.codehaus.xfire.transport.http.XFireHttpSession
 

R

readDocument(InputStream) - Method in class org.codehaus.xfire.util.STAXStreamReader
Constructs a StAX event stream from the provided I/O stream and reads a DOM4J document from it.
readDocument(InputStream, String) - Method in class org.codehaus.xfire.util.STAXStreamReader
 
readDocument(Reader) - Method in class org.codehaus.xfire.util.STAXStreamReader
Constructs a StAX event stream from the provided I/O character stream and reads a DOM4J document from it.
readDocument(Reader, String) - Method in class org.codehaus.xfire.util.STAXStreamReader
Constructs a StAX event stream from the provided I/O character stream and reads a DOM4J document from it.
readDocument(XMLStreamReader) - Method in class org.codehaus.xfire.util.STAXStreamReader
Reads a DOM4J Documentfrom the provided stream.
readElement(XMLStreamReader) - Method in class org.codehaus.xfire.util.STAXStreamReader
 
readEntityReference(XMLStreamReader) - Method in class org.codehaus.xfire.util.STAXStreamReader
 
readNode(XMLStreamReader, Branch) - Method in class org.codehaus.xfire.util.STAXStreamReader
 
readProcessingInstruction(XMLStreamReader) - Method in class org.codehaus.xfire.util.STAXStreamReader
Constructs a DOM4J ProcessingInstruction from the provided event stream.
RECEIVER - Static variable in class org.codehaus.xfire.fault.XFireFault
"The message could not be processed for reasons attributable to the processing of the message rather than to the contents of the message itself." -- SOAP 1.2 Spec
register(Service) - Method in interface org.codehaus.xfire.service.ServiceRegistry
 
register(Service) - Method in class org.codehaus.xfire.service.DefaultServiceRegistry
 
register(Transport) - Method in interface org.codehaus.xfire.transport.TransportManager
 
register(Transport) - Method in class org.codehaus.xfire.transport.DefaultTransportManager
 
ResourceWSDL - class org.codehaus.xfire.wsdl.ResourceWSDL.
Create a WSDL instance from a URI.
ResourceWSDL(String) - Constructor for class org.codehaus.xfire.wsdl.ResourceWSDL
 
ROLE - Static variable in interface org.codehaus.xfire.XFire
 
ROLE - Static variable in interface org.codehaus.xfire.fault.FaultHandler
 
ROLE - Static variable in interface org.codehaus.xfire.handler.Handler
 
ROLE - Static variable in interface org.codehaus.xfire.handler.dom.DOMHandler
 
ROLE - Static variable in interface org.codehaus.xfire.service.ServiceRegistry
 
ROLE - Static variable in interface org.codehaus.xfire.service.Service
 
ROLE - Static variable in interface org.codehaus.xfire.transport.TransportManager
 
ROLE - Static variable in interface org.codehaus.xfire.wsdl.WSDLBuilder
 

S

schemaQ - Variable in class org.codehaus.xfire.wsdl.AbstractWSDL
 
SENDER - Static variable in class org.codehaus.xfire.fault.XFireFault
"The message was incorrectly formed or did not contain the appropriate information in order to succeed." -- SOAP 1.2 Spec
Service - interface org.codehaus.xfire.service.Service.
A service descriptor.
ServiceRegistry - interface org.codehaus.xfire.service.ServiceRegistry.
The central place to register, unregister, and get information about services.
Session - interface org.codehaus.xfire.session.Session.
Session
setAction(String) - Method in class org.codehaus.xfire.MessageContext
 
setDefaultNamespace(String) - Method in class org.codehaus.xfire.service.SimpleService
 
setDefinition(Definition) - Method in class org.codehaus.xfire.wsdl.AbstractWSDL
 
setDetail(List) - Method in class org.codehaus.xfire.fault.XFireFault
 
setDocumentFactory(DocumentFactory) - Method in class org.codehaus.xfire.util.STAXStreamReader
Sets the DocumentFactory to be used when constructing DOM4J nodes.
setFaultHandler(FaultHandler) - Method in class org.codehaus.xfire.service.SimpleService
 
setName(String) - Method in class org.codehaus.xfire.service.SimpleService
 
setProperty(Object, Object) - Method in class org.codehaus.xfire.MessageContext
 
setProperty(String, Object) - Method in class org.codehaus.xfire.service.SimpleService
 
setProperty(String, Object) - Method in interface org.codehaus.xfire.service.Service
 
setRequestUri(String) - Method in class org.codehaus.xfire.MessageContext
 
setResponseStream(OutputStream) - Method in class org.codehaus.xfire.MessageContext
 
setSchemaTypes(Element) - Method in class org.codehaus.xfire.wsdl.AbstractWSDL
 
setService(Service) - Method in class org.codehaus.xfire.MessageContext
 
setService(Service) - Method in class org.codehaus.xfire.wsdl.AbstractWSDL
 
setServiceHandler(Handler) - Method in class org.codehaus.xfire.service.SimpleService
 
setServiceName(String) - Method in class org.codehaus.xfire.MessageContext
 
setSession(Session) - Method in class org.codehaus.xfire.MessageContext
 
setSoapVersion(String) - Method in class org.codehaus.xfire.MessageContext
 
setSoapVersion(String) - Method in class org.codehaus.xfire.service.SimpleService
 
setStyle(String) - Method in class org.codehaus.xfire.service.SimpleService
 
setSubCode(Element) - Method in class org.codehaus.xfire.fault.XFireFault
 
setUp() - Method in class org.codehaus.xfire.AbstractXFireTest
 
setUse(String) - Method in class org.codehaus.xfire.service.SimpleService
 
setWSDL(WSDL) - Method in class org.codehaus.xfire.service.SimpleService
 
setWSDLBuilder(WSDLBuilder) - Method in class org.codehaus.xfire.service.SimpleService
 
setWSDLURL(String) - Method in class org.codehaus.xfire.service.SimpleService
 
SimpleService - class org.codehaus.xfire.service.SimpleService.
A simple service implementation.
SimpleService() - Constructor for class org.codehaus.xfire.service.SimpleService
 
SOAP11_ENCODED - Static variable in class org.codehaus.xfire.SOAPConstants
 
SOAP11_ENVELOPE_NS - Static variable in class org.codehaus.xfire.SOAPConstants
SOAP 1.1 Declarations.
SOAP11FaultHandler - class org.codehaus.xfire.fault.SOAP11FaultHandler.
Creates a fault message based on an exception for SOAP 1.2 messages.
SOAP11FaultHandler() - Constructor for class org.codehaus.xfire.fault.SOAP11FaultHandler
 
SOAP12_ENCODED - Static variable in class org.codehaus.xfire.SOAPConstants
 
SOAP12_ENVELOPE_NS - Static variable in class org.codehaus.xfire.SOAPConstants
SOAP 1.2 Declarations.
SOAP12FaultHandler - class org.codehaus.xfire.fault.SOAP12FaultHandler.
Creates a fault message based on an exception for SOAP 1.2 messages.
SOAP12FaultHandler() - Constructor for class org.codehaus.xfire.fault.SOAP12FaultHandler
 
SOAPConstants - class org.codehaus.xfire.SOAPConstants.
SOAP constants from the specs.
SOAPConstants() - Constructor for class org.codehaus.xfire.SOAPConstants
 
SoapHttpTransport - class org.codehaus.xfire.transport.http.SoapHttpTransport.
 
SoapHttpTransport() - Constructor for class org.codehaus.xfire.transport.http.SoapHttpTransport
 
STAXStreamReader - class org.codehaus.xfire.util.STAXStreamReader.
Reads a DOM4J Document, as well as other Nodes, from a StAX XMLStreamReader.
STAXStreamReader() - Constructor for class org.codehaus.xfire.util.STAXStreamReader
Constructs a default STAXEventReader instance with a default DocumentFactory.
STAXStreamReader(DocumentFactory) - Constructor for class org.codehaus.xfire.util.STAXStreamReader
Constructs a STAXStreamReader instance that uses the specified DocumentFactoryto construct DOM4J Nodes.
STYLE_DOCUMENT - Static variable in class org.codehaus.xfire.SOAPConstants
 
STYLE_MESSAGE - Static variable in class org.codehaus.xfire.SOAPConstants
 
STYLE_RPC - Static variable in class org.codehaus.xfire.SOAPConstants
Document styles.
STYLE_WRAPPED - Static variable in class org.codehaus.xfire.SOAPConstants
 

T

Transport - interface org.codehaus.xfire.transport.Transport.
Transport
TransportManager - interface org.codehaus.xfire.transport.TransportManager.
Registers transports for the SOAP services.
transports - Variable in class org.codehaus.xfire.transport.DefaultTransportManager
 

U

unregister(String) - Method in interface org.codehaus.xfire.service.ServiceRegistry
 
unregister(String) - Method in class org.codehaus.xfire.service.DefaultServiceRegistry
 
uri - Variable in class org.codehaus.xfire.wsdl.ResourceWSDL
 
USE_ECNODED - Static variable in class org.codehaus.xfire.SOAPConstants
 
USE_LITERAL - Static variable in class org.codehaus.xfire.SOAPConstants
 

V

VERSION_MISMATCH - Static variable in class org.codehaus.xfire.fault.XFireFault
Fault codes.

W

write(OutputStream) - Method in interface org.codehaus.xfire.wsdl.WSDL
Write the WSDL to an OutputStream.
write(OutputStream) - Method in class org.codehaus.xfire.wsdl.ResourceWSDL
 
write(OutputStream) - Method in class org.codehaus.xfire.wsdl.AbstractWSDL
 
writeComplexTypes() - Method in class org.codehaus.xfire.wsdl.AbstractWSDL
 
writeDocument() - Method in class org.codehaus.xfire.wsdl.AbstractWSDL
 
writeSchema(Element) - Method in interface org.codehaus.xfire.wsdl.WSDLType
Write the type schema (if complex) to the element.
writeSchemaForNamespace(Element, String) - Method in class org.codehaus.xfire.wsdl.AbstractWSDL
Write the schema types for a particular namespace.
WSDL - interface org.codehaus.xfire.wsdl.WSDL.
A WSDL Document for a service.
WSDL11_NS - Static variable in interface org.codehaus.xfire.wsdl.WSDL
 
WSDL11_SOAP_NS - Static variable in interface org.codehaus.xfire.wsdl.WSDL
 
WSDLBuilder - interface org.codehaus.xfire.wsdl.WSDLBuilder.
WSDLBuilder
WSDLType - interface org.codehaus.xfire.wsdl.WSDLType.
 

X

XFire - interface org.codehaus.xfire.XFire.
Central processing point for XFire.
XFireFactory - class org.codehaus.xfire.XFireFactory.
The XFireFactory class allows you to embed XFire within your apps easily.
XFireFault - exception org.codehaus.xfire.fault.XFireFault.
In XFire, applications throw their own declared exceptions which are then turned into faults.
XFireFault(Exception) - Constructor for class org.codehaus.xfire.fault.XFireFault
Create a fault for the specified exception.
XFireFault(Exception, String) - Constructor for class org.codehaus.xfire.fault.XFireFault
Create a fault with the specified faultCode.
XFireFault(String, Exception, String) - Constructor for class org.codehaus.xfire.fault.XFireFault
Create a fault.
XFireFault(String, String) - Constructor for class org.codehaus.xfire.fault.XFireFault
Create an exception wih the specified fault message and faultCode.
XFireHttpSession - class org.codehaus.xfire.transport.http.XFireHttpSession.
The default servlet session implementation.
XFireHttpSession(HttpServletRequest) - Constructor for class org.codehaus.xfire.transport.http.XFireHttpSession
 
XFireRuntimeException - exception org.codehaus.xfire.XFireRuntimeException.
Used for internal XFire exceptions when a fault shouldn't be returned to the service invoker.
XFireRuntimeException(String) - Constructor for class org.codehaus.xfire.XFireRuntimeException
 
XFireRuntimeException(String, Throwable) - Constructor for class org.codehaus.xfire.XFireRuntimeException
 
XFireServlet - class org.codehaus.xfire.transport.http.XFireServlet.
Loads XFire and processes requests via a servlet.
XFireServlet() - Constructor for class org.codehaus.xfire.transport.http.XFireServlet
 
xfireTypeQ - Variable in class org.codehaus.xfire.wsdl.AbstractWSDL
A QName for elements which hold the schema that a WSDL type writes out.
XSD - Static variable in class org.codehaus.xfire.SOAPConstants
XML Schema Namespace.
xsdNs - Variable in class org.codehaus.xfire.wsdl.AbstractWSDL
 

A C D E F G H I M N O P R S T U V W X

Copyright © 2004 Codehaus. All Rights Reserved.