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

A

AbstractClientHandler - Class in org.codehaus.xfire.client
Base ClientHandler class.
AbstractClientHandler() - Constructor for class org.codehaus.xfire.client.AbstractClientHandler
 
AbstractDOMHandler - Class in org.codehaus.xfire.handler.dom
Basic helper methods for the DOMHandler.
AbstractDOMHandler() - Constructor for class org.codehaus.xfire.handler.dom.AbstractDOMHandler
 
AbstractHandler - Class in org.codehaus.xfire.handler
 
AbstractHandler() - Constructor for class org.codehaus.xfire.handler.AbstractHandler
 
AbstractHttpClient - Class in org.codehaus.xfire.client.http
Common functionality for the SOAP and Rest HTTP clients.
AbstractHttpClient() - Constructor for class org.codehaus.xfire.client.http.AbstractHttpClient
 
AbstractWSDL - Class in org.codehaus.xfire.wsdl
AbstractWSDL
AbstractWSDL(Service) - Constructor for class org.codehaus.xfire.wsdl.AbstractWSDL
 
AbstractXFireComponent - Class in org.codehaus.xfire
This will some day house common XFireComponent functionality.
AbstractXFireComponent() - Constructor for class org.codehaus.xfire.AbstractXFireComponent
 
AbstractXFireTest - Class in org.codehaus.xfire
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 exception org.codehaus.xfire.fault.XFireFault
 
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

ClientHandler - Interface in org.codehaus.xfire.client
A ClientHandler creates the necessary requestion and response objects from the XML streams.
close() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
context - Variable in class org.codehaus.xfire.transport.http.XFireServletController
 
copy(XMLStreamReader, XMLStreamWriter) - Static method in class org.codehaus.xfire.util.STAXUtils
Copies the reader to the writer.
copy(InputStream, OutputStream, int) - Method in class org.codehaus.xfire.wsdl.ResourceWSDL
 
createBinding(PortType, Service) - Method in class org.codehaus.xfire.transport.http.SoapHttpTransport
 
createBinding(PortType, Service) - Method in interface org.codehaus.xfire.transport.Transport
 
createBindingOperation(PortType, Operation, Service) - Method in class org.codehaus.xfire.transport.http.SoapHttpTransport
 
createBindingOperation(PortType, Operation, Service) - Method in interface org.codehaus.xfire.transport.Transport
 
createController() - Method in class org.codehaus.xfire.transport.http.XFireServlet
 
createElement(XMLStreamReader) - Method in class org.codehaus.xfire.util.STAXStreamReader
 
createFault(Exception) - Static method in exception org.codehaus.xfire.fault.XFireFault
 
createInstance() - Static method in class org.codehaus.xfire.XFireFactory
 
createNamespace(String, String) - Static method in class org.codehaus.xfire.util.NamespaceHelper
 
createPort(Binding, Service) - Method in class org.codehaus.xfire.transport.http.SoapHttpTransport
 
createPort(Binding, Service) - Method in interface org.codehaus.xfire.transport.Transport
 
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
 
createXFire() - Method in class org.codehaus.xfire.transport.http.XFireServlet
 
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 exception org.codehaus.xfire.fault.XFireFault
 
DateUtils - Class in org.codehaus.xfire.util
Helps reading and writing ISO8601 dates.
DateUtils() - Constructor for class org.codehaus.xfire.util.DateUtils
 
DefaultServiceRegistry - Class in org.codehaus.xfire.service
 
DefaultServiceRegistry() - Constructor for class org.codehaus.xfire.service.DefaultServiceRegistry
 
DefaultTransportManager - Class in org.codehaus.xfire.transport
The default TransportService implementation.
DefaultTransportManager() - Constructor for class org.codehaus.xfire.transport.DefaultTransportManager
 
DefaultXFire - Class in org.codehaus.xfire
 
DefaultXFire() - Constructor for class org.codehaus.xfire.DefaultXFire
 
DefaultXFire(ServiceRegistry, TransportManager) - Constructor for class org.codehaus.xfire.DefaultXFire
 
DepthXMLStreamReader - Class in org.codehaus.xfire.util
An XMLStreamReader which keeps track of the depth where we are.
DepthXMLStreamReader(XMLStreamReader) - Constructor for class org.codehaus.xfire.util.DepthXMLStreamReader
 
disable(String, String) - Method in class org.codehaus.xfire.transport.DefaultTransportManager
 
disable(String, String) - Method in interface org.codehaus.xfire.transport.TransportManager
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.xfire.transport.http.XFireServlet
 
DOMHandler - Interface in org.codehaus.xfire.handler.dom
A handler in a DOM processed pipeline.
DOMPipelineHandler - Class in org.codehaus.xfire.handler.dom
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
 
DOMStreamWriter - Class in org.codehaus.xfire.util
Writes out a org.w3c.dom tree to a STAX stream.
DOMStreamWriter() - Constructor for class org.codehaus.xfire.util.DOMStreamWriter
 
DOMUtils - Class in org.codehaus.xfire.util
Few simple utils to read DOM.
DOMUtils() - Constructor for class org.codehaus.xfire.util.DOMUtils
 
DOMUtils.NullResolver - Class in org.codehaus.xfire.util
 
DOMUtils.NullResolver() - Constructor for class org.codehaus.xfire.util.DOMUtils.NullResolver
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.xfire.transport.http.XFireServlet
 
doService(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.xfire.transport.http.XFireServletController
 

E

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

F

FaultHandler - Interface in org.codehaus.xfire.fault
A fault handler takes an exception and generates a fault message which is written to the response message.
findChildWithAtt(Node, String, String, String) - Static method in class org.codehaus.xfire.util.DOMUtils
Find the first direct child with a given attribute.
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(String, OutputStream) - Method in class org.codehaus.xfire.DefaultXFire
 
generateWSDL(HttpServletResponse, String) - Method in class org.codehaus.xfire.transport.http.XFireServletController
 
generateWSDL(String, OutputStream) - Method in interface org.codehaus.xfire.XFire
Generate WSDL for a service.
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.client.http.SoapHttpClient
 
getAction() - Method in class org.codehaus.xfire.MessageContext
 
getAttribute(Node, String) - Static method in class org.codehaus.xfire.util.DOMUtils
 
getAttributeCount() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getAttributeLocalName(int) - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getAttributeName(int) - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getAttributeNamespace(int) - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getAttributePrefix(int) - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getAttributeType(int) - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getAttributeValue(int) - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getAttributeValue(String, String) - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getBody() - Method in class org.codehaus.xfire.handler.dom.Message
 
getBodyHandler() - Method in class org.codehaus.xfire.client.http.SoapHttpClient
 
getCharacterEncodingScheme() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getChild(Node, String) - Static method in class org.codehaus.xfire.util.DOMUtils
Get the first element child.
getChild(Node, int) - Static method in class org.codehaus.xfire.util.DOMUtils
Get the first direct child with a given type
getChildContent(Node, String) - Static method in class org.codehaus.xfire.util.DOMUtils
Get the first child's content ( ie it's included TEXT node ).
getCode() - Method in exception org.codehaus.xfire.fault.XFireFault
 
getContent(Node) - Static method in class org.codehaus.xfire.util.DOMUtils
Get the trimed text content of a node or null if there is no text
getCurrentMessageContext() - Static method in class org.codehaus.xfire.MessageContext
Get the message context for the current thread.
getDefaultNamespace() - Method in interface org.codehaus.xfire.service.Service
The namespace of the service.
getDefaultNamespace() - Method in class org.codehaus.xfire.service.SimpleService
 
getDefinition() - Method in class org.codehaus.xfire.wsdl.AbstractWSDL
 
getDependencies() - Method in interface org.codehaus.xfire.wsdl.WSDLType
The types that this type references.
getDepth() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getDetailElement() - Method in exception org.codehaus.xfire.fault.XFireFault
 
getDocument() - Method in class org.codehaus.xfire.wsdl.AbstractWSDL
 
getElementText() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getEncoding() - Method in class org.codehaus.xfire.client.http.AbstractHttpClient
 
getEncoding() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getEventType() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getFaultCode() - Method in exception org.codehaus.xfire.fault.XFireFault
 
getFaultHandler() - Method in interface org.codehaus.xfire.service.Service
The fault handler which handles exception which occurr during the invocation of the Service Handler.
getFaultHandler() - Method in class org.codehaus.xfire.service.SimpleService
 
getHandlers() - Method in class org.codehaus.xfire.handler.dom.DOMPipelineHandler
 
getHeader() - Method in class org.codehaus.xfire.handler.dom.Message
 
getHeaderHandler() - Method in class org.codehaus.xfire.client.http.SoapHttpClient
 
getLocalName() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getLocation() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getMessage() - Method in class org.codehaus.xfire.handler.dom.Message
 
getName() - Method in interface org.codehaus.xfire.service.Service
The name of the service.
getName() - Method in class org.codehaus.xfire.service.SimpleService
 
getName() - Method in class org.codehaus.xfire.transport.http.SoapHttpTransport
 
getName() - Method in interface org.codehaus.xfire.transport.Transport
 
getName() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
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
 
getNamespaceContext() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getNamespaceCount() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getNamespacePrefix(int) - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getNamespaces() - Method in exception org.codehaus.xfire.fault.XFireFault
User defined namespaces which will be written out on the resultant SOAP Fault (for use easy with SubCodes and Detail) elements.
getNamespaceURI() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getNamespaceURI(int) - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getNamespaceURI(String) - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getNext(Node) - Static method in class org.codehaus.xfire.util.DOMUtils
Get the next sibling with the same name and type
getNext(Node, String, int) - Static method in class org.codehaus.xfire.util.DOMUtils
Return the next sibling with a given name and type
getPassword() - Method in class org.codehaus.xfire.client.http.AbstractHttpClient
 
getPIData() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getPITarget() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getPrefix() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getProperty(Object) - Method in class org.codehaus.xfire.MessageContext
 
getProperty(String) - Method in interface org.codehaus.xfire.service.Service
 
getProperty(String) - Method in class org.codehaus.xfire.service.SimpleService
 
getProperty(String) - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getReason() - Method in exception org.codehaus.xfire.fault.XFireFault
 
getRequest() - Static method in class org.codehaus.xfire.transport.http.XFireServletController
 
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(String) - Method in class org.codehaus.xfire.service.DefaultServiceRegistry
 
getService(String) - Method in interface org.codehaus.xfire.service.ServiceRegistry
 
getService() - Method in class org.codehaus.xfire.wsdl.AbstractWSDL
 
getServiceHandler() - Method in interface org.codehaus.xfire.service.Service
 
getServiceHandler() - Method in class org.codehaus.xfire.service.SimpleService
 
getServiceName() - Method in class org.codehaus.xfire.MessageContext
 
getServiceRegistry() - Method in class org.codehaus.xfire.AbstractXFireTest
 
getServiceRegistry() - Method in class org.codehaus.xfire.DefaultXFire
 
getServiceRegistry() - Method in class org.codehaus.xfire.transport.http.XFireServletController
 
getServiceRegistry() - Method in interface org.codehaus.xfire.XFire
Get the ServiceRegistry.
getServices() - Method in class org.codehaus.xfire.service.DefaultServiceRegistry
 
getServices() - Method in interface org.codehaus.xfire.service.ServiceRegistry
 
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.client.http.SoapHttpClient
 
getSoapVersion() - Method in class org.codehaus.xfire.handler.dom.Message
 
getSoapVersion() - Method in class org.codehaus.xfire.MessageContext
 
getSoapVersion() - Method in interface org.codehaus.xfire.service.Service
 
getSoapVersion() - Method in class org.codehaus.xfire.service.SimpleService
 
getStyle() - Method in interface org.codehaus.xfire.service.Service
Return the service style.
getStyle() - Method in class org.codehaus.xfire.service.SimpleService
 
getSubCode() - Method in exception org.codehaus.xfire.fault.XFireFault
Returns the SubCode for the Fault Code.
getText() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getTextCharacters() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getTextCharacters(int, char[], int, int) - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getTextLength() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getTextStart() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getTransportManager() - Method in class org.codehaus.xfire.DefaultXFire
 
getTransportManager() - Method in class org.codehaus.xfire.transport.http.XFireServletController
 
getTransportManager() - Method in interface org.codehaus.xfire.XFire
Get the TransportManager.
getTransports(String) - Method in class org.codehaus.xfire.transport.DefaultTransportManager
 
getTransports(String) - Method in interface org.codehaus.xfire.transport.TransportManager
 
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.AbstractDOMHandler
 
getUnderstoodHeaders() - Method in interface org.codehaus.xfire.handler.dom.DOMHandler
 
getUnderstoodHeaders() - Method in class org.codehaus.xfire.handler.dom.DOMPipelineHandler
 
getUnderstoodHeaders() - Method in interface org.codehaus.xfire.handler.Handler
 
getUrl() - Method in class org.codehaus.xfire.client.http.AbstractHttpClient
 
getUrl(String) - Method in class org.codehaus.xfire.transport.http.SoapHttpTransport
Get the URL for a particular service.
getUse() - Method in interface org.codehaus.xfire.service.Service
Return the Use.
getUse() - Method in class org.codehaus.xfire.service.SimpleService
 
getUsername() - Method in class org.codehaus.xfire.client.http.AbstractHttpClient
 
getVersion() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getWebappBase(HttpServletRequest) - Method in class org.codehaus.xfire.transport.http.SoapHttpTransport
 
getWebappBase() - Method in class org.codehaus.xfire.transport.http.XFireServletController
 
getWSDL(String) - Method in class org.codehaus.xfire.AbstractXFireTest
Get the WSDL for a service.
getWSDL() - Method in interface org.codehaus.xfire.service.Service
 
getWSDL() - Method in class org.codehaus.xfire.service.SimpleService
 
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.AbstractXFireTest
 
getXFire() - Method in class org.codehaus.xfire.transport.http.XFireServletController
 
getXFire() - Method in class org.codehaus.xfire.XFireFactory
 
getXMLStreamWriter(MessageContext) - Method in class org.codehaus.xfire.handler.AbstractHandler
 

H

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 class org.codehaus.xfire.fault.SOAP11FaultHandler
 
handleFault(Exception, MessageContext) - Method in class org.codehaus.xfire.fault.SOAP12FaultHandler
 
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.
handleFault(Exception, MessageContext) - Method in interface org.codehaus.xfire.handler.Handler
Handles faults that occur in this handler.
Handler - Interface in org.codehaus.xfire.handler
A handler is just something that processes an XML message.
handleResponse(XMLStreamReader) - Method in interface org.codehaus.xfire.client.ClientHandler
Handle the response.
hasDetails() - Method in exception org.codehaus.xfire.fault.XFireFault
 
hashCode() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
hasName() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
hasNext() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
hasRequest() - Method in class org.codehaus.xfire.client.AbstractClientHandler
 
hasRequest() - Method in interface org.codehaus.xfire.client.ClientHandler
 
hasRequest() - Method in class org.codehaus.xfire.client.NullRequestHandler
 
hasService(String) - Method in class org.codehaus.xfire.service.DefaultServiceRegistry
 
hasService(String) - Method in interface org.codehaus.xfire.service.ServiceRegistry
 
hasText() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
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() - Method in class org.codehaus.xfire.client.http.AbstractHttpClient
 
invoke(XMLStreamReader, MessageContext) - Method in class org.codehaus.xfire.DefaultXFire
 
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 class org.codehaus.xfire.handler.dom.DOMPipelineHandler
 
invoke(MessageContext, XMLStreamReader) - Method in interface org.codehaus.xfire.handler.Handler
Invoke a handler.
invoke(MessageContext, XMLStreamReader) - Method in class org.codehaus.xfire.handler.SoapHandler
Invoke the Header and Body Handlers for the SOAP message.
invoke(HttpServletRequest, HttpServletResponse, String) - Method in class org.codehaus.xfire.transport.http.XFireServletController
 
invoke(InputStream, MessageContext) - Method in interface org.codehaus.xfire.XFire
Processes a new SOAP Message request.
invokeService(String, String) - Method in class org.codehaus.xfire.AbstractXFireTest
Invoke a service with the specified document.
isAttributeSpecified(int) - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
isCharacters() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
isComplex() - Method in interface org.codehaus.xfire.wsdl.WSDLType
Whether or not this a complex type.
isEndElement() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
isStandalone() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
isStartElement() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
isWhiteSpace() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 

M

Message - Class in org.codehaus.xfire.handler.dom
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 in org.codehaus.xfire
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 exception org.codehaus.xfire.fault.XFireFault
 

N

NAME - Static variable in class org.codehaus.xfire.fault.SOAP11FaultHandler
 
NAME - Static variable in class org.codehaus.xfire.fault.SOAP12FaultHandler
 
NamespaceHelper - Class in org.codehaus.xfire.util
DOM4J Namespace functions.
NamespaceHelper() - Constructor for class org.codehaus.xfire.util.NamespaceHelper
 
newInstance() - Static method in class org.codehaus.xfire.XFireFactory
 
newInstance(String) - Static method in class org.codehaus.xfire.XFireFactory
 
next() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
nextTag() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
NullRequestHandler - Class in org.codehaus.xfire.client
 
NullRequestHandler() - Constructor for class org.codehaus.xfire.client.NullRequestHandler
 

O

org.codehaus.xfire - package org.codehaus.xfire
 
org.codehaus.xfire.client - package org.codehaus.xfire.client
 
org.codehaus.xfire.client.http - package org.codehaus.xfire.client.http
 
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(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(InputStream, String) - Method in class org.codehaus.xfire.util.STAXStreamReader
 
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
 
reader - Variable in class org.codehaus.xfire.util.DepthXMLStreamReader
 
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.
readResponse(Reader) - Method in class org.codehaus.xfire.client.http.AbstractHttpClient
 
readResponse(XMLStreamReader) - Method in class org.codehaus.xfire.client.http.AbstractHttpClient
 
readResponse(XMLStreamReader) - Method in class org.codehaus.xfire.client.http.RestHttpClient
 
readResponse(XMLStreamReader) - Method in class org.codehaus.xfire.client.http.SoapHttpClient
 
readXml(InputStream) - Static method in class org.codehaus.xfire.util.DOMUtils
Read XML as DOM.
RECEIVER - Static variable in exception org.codehaus.xfire.fault.XFireFault
A SOAP 1.2 only fault code.
register(Service) - Method in class org.codehaus.xfire.service.DefaultServiceRegistry
 
register(Service) - Method in interface org.codehaus.xfire.service.ServiceRegistry
 
register(Transport) - Method in class org.codehaus.xfire.transport.DefaultTransportManager
 
register(Transport) - Method in interface org.codehaus.xfire.transport.TransportManager
 
registerFactory(Class, boolean) - Static method in class org.codehaus.xfire.XFireFactory
Register an XFireFactory class.
registerTransport() - Method in class org.codehaus.xfire.transport.http.XFireServletController
 
removeAttribute(Node, String) - Static method in class org.codehaus.xfire.util.DOMUtils
 
require(int, String, String) - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
resolveEntity(String, String) - Method in class org.codehaus.xfire.util.DOMUtils.NullResolver
 
ResourceWSDL - Class in org.codehaus.xfire.wsdl
Create a WSDL instance from a URI.
ResourceWSDL(String) - Constructor for class org.codehaus.xfire.wsdl.ResourceWSDL
 
RestHttpClient - Class in org.codehaus.xfire.client.http
A client which invokes REST style services.
RestHttpClient(ClientHandler, String) - Constructor for class org.codehaus.xfire.client.http.RestHttpClient
Create a REST client.
ROLE - Static variable in interface org.codehaus.xfire.fault.FaultHandler
 
ROLE - Static variable in interface org.codehaus.xfire.handler.dom.DOMHandler
 
ROLE - Static variable in interface org.codehaus.xfire.handler.Handler
 
ROLE - Static variable in interface org.codehaus.xfire.service.Service
 
ROLE - Static variable in interface org.codehaus.xfire.service.ServiceRegistry
 
ROLE - Static variable in interface org.codehaus.xfire.transport.TransportManager
 
ROLE - Static variable in interface org.codehaus.xfire.wsdl.WSDLBuilder
 
ROLE - Static variable in interface org.codehaus.xfire.XFire
 

S

schemaQ - Variable in class org.codehaus.xfire.wsdl.AbstractWSDL
 
SENDER - Static variable in exception 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 in org.codehaus.xfire.service
A service descriptor.
ServiceRegistry - Interface in org.codehaus.xfire.service
The central place to register, unregister, and get information about services.
Session - Interface in org.codehaus.xfire.session
A XFire Session for a series of invocations.
setAction(String) - Method in class org.codehaus.xfire.client.http.SoapHttpClient
 
setAction(String) - Method in class org.codehaus.xfire.MessageContext
 
setAttribute(Node, String, String) - Static method in class org.codehaus.xfire.util.DOMUtils
 
setDefaultNamespace(String) - Method in class org.codehaus.xfire.service.SimpleService
 
setDefinition(Definition) - Method in class org.codehaus.xfire.wsdl.AbstractWSDL
 
setDocumentFactory(DocumentFactory) - Method in class org.codehaus.xfire.util.STAXStreamReader
Sets the DocumentFactory to be used when constructing DOM4J nodes.
setEncoding(String) - Method in class org.codehaus.xfire.client.http.AbstractHttpClient
 
setFaultCode(String) - Method in exception org.codehaus.xfire.fault.XFireFault
 
setFaultHandler(FaultHandler) - Method in class org.codehaus.xfire.service.SimpleService
 
setName(String) - Method in class org.codehaus.xfire.service.SimpleService
 
setPassword(String) - Method in class org.codehaus.xfire.client.http.AbstractHttpClient
 
setProperty(Object, Object) - Method in class org.codehaus.xfire.MessageContext
 
setProperty(String, Object) - Method in interface org.codehaus.xfire.service.Service
 
setProperty(String, Object) - Method in class org.codehaus.xfire.service.SimpleService
 
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.client.http.SoapHttpClient
 
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(String) - Method in exception org.codehaus.xfire.fault.XFireFault
 
setText(Node, String) - Static method in class org.codehaus.xfire.util.DOMUtils
Set or replace the text value
setUp() - Method in class org.codehaus.xfire.AbstractXFireTest
 
setUrl(String) - Method in class org.codehaus.xfire.client.http.AbstractHttpClient
 
setUse(String) - Method in class org.codehaus.xfire.service.SimpleService
 
setUsername(String) - Method in class org.codehaus.xfire.client.http.AbstractHttpClient
 
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 in org.codehaus.xfire.service
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.client.http.AbstractHttpClient
 
SOAP11_ENVELOPE_NS - Static variable in class org.codehaus.xfire.SOAPConstants
SOAP 1.1 Declarations.
SOAP11FaultHandler - Class in org.codehaus.xfire.fault
Creates a fault message based on an exception for SOAP 1.1 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.client.http.AbstractHttpClient
 
SOAP12_ENVELOPE_NS - Static variable in class org.codehaus.xfire.SOAPConstants
SOAP 1.2 Declarations.
SOAP12FaultHandler - Class in org.codehaus.xfire.fault
Creates a fault message based on an exception for SOAP 1.2 messages.
SOAP12FaultHandler() - Constructor for class org.codehaus.xfire.fault.SOAP12FaultHandler
 
SOAPConstants - Class in org.codehaus.xfire
SOAP constants from the specs.
SOAPConstants() - Constructor for class org.codehaus.xfire.SOAPConstants
 
SoapHandler - Class in org.codehaus.xfire.handler
Delegates the SOAP Body and Header to appropriate handlers.
SoapHandler(Handler) - Constructor for class org.codehaus.xfire.handler.SoapHandler
 
SoapHandler(Handler, Handler) - Constructor for class org.codehaus.xfire.handler.SoapHandler
 
SoapHttpClient - Class in org.codehaus.xfire.client.http
A SOAP client for the HTTP transport.
SoapHttpClient(ClientHandler, String) - Constructor for class org.codehaus.xfire.client.http.SoapHttpClient
Create the SoapHttpClient.
SoapHttpClient(ClientHandler, ClientHandler, String) - Constructor for class org.codehaus.xfire.client.http.SoapHttpClient
Create the SoapHttpClient.
SoapHttpClient(ClientHandler, ClientHandler, String, String) - Constructor for class org.codehaus.xfire.client.http.SoapHttpClient
Create the SoapHttpClient.
SoapHttpTransport - Class in org.codehaus.xfire.transport.http
 
SoapHttpTransport() - Constructor for class org.codehaus.xfire.transport.http.SoapHttpTransport
 
standaloneSet() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
STAXStreamReader - Class in org.codehaus.xfire.util
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.
STAXUtils - Class in org.codehaus.xfire.util
Common StAX utilities.
STAXUtils() - Constructor for class org.codehaus.xfire.util.STAXUtils
 
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

toString() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
Transport - Interface in org.codehaus.xfire.transport
Transport
TransportManager - Interface in org.codehaus.xfire.transport
Registers transports for the SOAP services.
transports - Variable in class org.codehaus.xfire.transport.DefaultTransportManager
 

U

unregister(String) - Method in class org.codehaus.xfire.service.DefaultServiceRegistry
 
unregister(String) - Method in interface org.codehaus.xfire.service.ServiceRegistry
 
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 exception org.codehaus.xfire.fault.XFireFault
Fault codes.

W

write(OutputStream) - Method in class org.codehaus.xfire.wsdl.AbstractWSDL
 
write(OutputStream) - Method in class org.codehaus.xfire.wsdl.ResourceWSDL
 
write(OutputStream) - Method in interface org.codehaus.xfire.wsdl.WSDL
Write the WSDL to an OutputStream.
writeComplexTypes() - Method in class org.codehaus.xfire.wsdl.AbstractWSDL
 
writeDocument() - Method in class org.codehaus.xfire.wsdl.AbstractWSDL
 
writeElement(Element, XMLStreamWriter) - Static method in class org.codehaus.xfire.util.DOMStreamWriter
Writes an Element to an XMLStreamWriter.
writeHeaders(URLConnection) - Method in class org.codehaus.xfire.client.http.AbstractHttpClient
 
writeHeaders(URLConnection) - Method in class org.codehaus.xfire.client.http.SoapHttpClient
 
writeRequest(XMLStreamWriter) - Method in interface org.codehaus.xfire.client.ClientHandler
Write the request to the XMLStreamWriter.
writeRequest(OutputStream) - Method in class org.codehaus.xfire.client.http.AbstractHttpClient
 
writeRequest(XMLStreamWriter) - Method in class org.codehaus.xfire.client.http.AbstractHttpClient
 
writeRequest(OutputStream) - Method in class org.codehaus.xfire.client.http.RestHttpClient
 
writeRequest(XMLStreamWriter) - Method in class org.codehaus.xfire.client.http.RestHttpClient
 
writeRequest(XMLStreamWriter) - Method in class org.codehaus.xfire.client.http.SoapHttpClient
 
writeRequest(XMLStreamWriter) - Method in class org.codehaus.xfire.client.NullRequestHandler
 
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.
writeXml(Node, OutputStream) - Static method in class org.codehaus.xfire.util.DOMUtils
 
WSDL - Interface in org.codehaus.xfire.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 in org.codehaus.xfire.wsdl
WSDLBuilder
WSDLType - Interface in org.codehaus.xfire.wsdl
 
wsdlUrl - Variable in class org.codehaus.xfire.wsdl.ResourceWSDL
 

X

xfire - Variable in class org.codehaus.xfire.transport.http.XFireServletController
 
XFire - Interface in org.codehaus.xfire
Central processing point for XFire.
XFireFactory - Class in org.codehaus.xfire
The XFireFactory class allows you to embed XFire within your apps easily.
XFireFactory() - Constructor for class org.codehaus.xfire.XFireFactory
 
XFireFactory(XFire) - Constructor for class org.codehaus.xfire.XFireFactory
 
XFireFault - Exception in org.codehaus.xfire.fault
In XFire, applications throw their own declared exceptions which are then turned into faults.
XFireFault(String, Exception, String) - Constructor for exception org.codehaus.xfire.fault.XFireFault
Create a fault.
XFireFault(Exception) - Constructor for exception org.codehaus.xfire.fault.XFireFault
Create a fault for the specified exception.
XFireFault(Exception, String) - Constructor for exception org.codehaus.xfire.fault.XFireFault
Create a fault with the specified faultCode.
XFireFault(String, String) - Constructor for exception org.codehaus.xfire.fault.XFireFault
Create an exception wih the specified fault message and faultCode.
XFireHttpSession - Class in org.codehaus.xfire.transport.http
The default servlet session implementation.
XFireHttpSession(HttpServletRequest) - Constructor for class org.codehaus.xfire.transport.http.XFireHttpSession
 
XFireRuntimeException - Exception in org.codehaus.xfire
Used for internal XFire exceptions when a fault shouldn't be returned to the service invoker.
XFireRuntimeException(String, Throwable) - Constructor for exception org.codehaus.xfire.XFireRuntimeException
 
XFireRuntimeException(String) - Constructor for exception org.codehaus.xfire.XFireRuntimeException
 
XFireServlet - Class in org.codehaus.xfire.transport.http
A servlet which processes incoming XFire requests.
XFireServlet() - Constructor for class org.codehaus.xfire.transport.http.XFireServlet
 
XFireServletController - Class in org.codehaus.xfire.transport.http
Loads XFire and processes requests.
XFireServletController(XFire, ServletContext) - Constructor for class org.codehaus.xfire.transport.http.XFireServletController
 
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.