A C D E F G H I J 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
 
AbstractFaultHandler - Class in org.codehaus.xfire.fault
 
AbstractFaultHandler() - Constructor for class org.codehaus.xfire.fault.AbstractFaultHandler
 
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
 
AbstractServletTest - Class in org.codehaus.xfire.test
A generic test-case for testing servlets.
AbstractServletTest() - Constructor for class org.codehaus.xfire.test.AbstractServletTest
 
AbstractTransport - Class in org.codehaus.xfire.transport
 
AbstractTransport() - Constructor for class org.codehaus.xfire.transport.AbstractTransport
 
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.test
Contains helpful methods to test SOAP services.
AbstractXFireTest() - Constructor for class org.codehaus.xfire.test.AbstractXFireTest
 
addHandler(FaultHandler) - Method in class org.codehaus.xfire.fault.FaultHandlerPipeline
 
addHandler(Handler) - Method in class org.codehaus.xfire.handler.HandlerPipeline
 
addNamespace(String, String) - Method in exception org.codehaus.xfire.fault.XFireFault
 
addNamespace(String, String) - Method in class org.codehaus.xfire.test.AbstractXFireTest
Add a namespace that will be used for XPath expressions.
addPart(Attachment) - Method in interface org.codehaus.xfire.attachments.Attachments
 
addPart(Attachment) - Method in class org.codehaus.xfire.attachments.JavaMailAttachments
 
addRegistrationEventListener(RegistrationEventListener) - Method in class org.codehaus.xfire.service.DefaultServiceRegistry
 
addRegistrationEventListener(RegistrationEventListener) - Method in interface org.codehaus.xfire.service.ServiceRegistry
 
assertInvalid(String, Node) - Method in class org.codehaus.xfire.test.AbstractXFireTest
Assert that the following XPath query selects no nodes.
assertNoFault(Node) - Method in class org.codehaus.xfire.test.AbstractXFireTest
 
assertValid(String, Node) - Method in class org.codehaus.xfire.test.AbstractXFireTest
Assert that the following XPath query selects one or more nodes.
assertXPathEquals(String, String, Node) - Method in class org.codehaus.xfire.test.AbstractXFireTest
Asser that the text of the xpath node retrieved is equal to the value specified.
Attachment - Interface in org.codehaus.xfire.attachments
An attachment from a SOAP invocation.
Attachments - Interface in org.codehaus.xfire.attachments
Manages attachments for an invocation.
ATTACHMENTS_KEY - Static variable in interface org.codehaus.xfire.attachments.Attachments
The key for the Attachments object in the MessageContext.

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.
createBinding(PortType, Service) - Method in class org.codehaus.xfire.transport.AbstractTransport
 
createBinding(PortType, Service) - Method in interface org.codehaus.xfire.wsdl11.WSDL11Transport
 
createBindingOperation(PortType, Operation, Service) - Method in class org.codehaus.xfire.transport.AbstractTransport
 
createBindingOperation(PortType, Operation, Service) - Method in interface org.codehaus.xfire.wsdl11.WSDL11Transport
 
createController() - Method in class org.codehaus.xfire.transport.http.XFireServlet
 
createDocument() - Static method in class org.codehaus.xfire.util.DOMUtils
 
createFault(Throwable) - Static method in exception org.codehaus.xfire.fault.XFireFault
 
createInstance() - Static method in class org.codehaus.xfire.XFireFactory
 
createMIMERequest(HttpServletRequest, MessageContext) - Method in class org.codehaus.xfire.transport.http.XFireServletController
 
createNamespace(String, String) - Static method in class org.codehaus.xfire.util.NamespaceHelper
 
createPort(Binding, Service) - Method in class org.codehaus.xfire.transport.AbstractTransport
 
createPort(Binding, Service) - Method in interface org.codehaus.xfire.wsdl11.WSDL11Transport
 
createSoapBinding(Service) - Method in class org.codehaus.xfire.transport.AbstractTransport
 
createSoapBody(Service) - Method in class org.codehaus.xfire.transport.AbstractTransport
 
createXFire() - Method in class org.codehaus.xfire.transport.http.XFireServlet
 
createXPath(String) - Method in class org.codehaus.xfire.test.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
 
DefaultTransportManager(ServiceRegistry) - 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
 
disableAll(String) - Method in class org.codehaus.xfire.transport.DefaultTransportManager
 
disableAll(String) - Method in interface org.codehaus.xfire.transport.TransportManager
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.xfire.transport.http.XFireServlet
 
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

enable(String, String) - Method in class org.codehaus.xfire.transport.DefaultTransportManager
 
enable(String, String) - Method in interface org.codehaus.xfire.transport.TransportManager
 
enableAll(String) - Method in class org.codehaus.xfire.transport.DefaultTransportManager
 
enableAll(String) - Method in interface org.codehaus.xfire.transport.TransportManager
 
EndpointHandler - Interface in org.codehaus.xfire.handler
By virtue of XFire being stream based, a service can not write its response until the very end of processing.
equals(Object) - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
expectErrorCode(WebRequest, int, String) - Method in class org.codehaus.xfire.test.AbstractServletTest
Here we expect an errorCode other than 200, and look for it checking for text is omitted as it doesnt work.

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.
FaultHandlerPipeline - Class in org.codehaus.xfire.fault
 
FaultHandlerPipeline() - Constructor for class org.codehaus.xfire.fault.FaultHandlerPipeline
 
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

generateServices(HttpServletResponse) - Method in class org.codehaus.xfire.transport.http.XFireServletController
 
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 class org.codehaus.xfire.transport.http.XFireHttpSession
 
get(Object) - Method in interface org.codehaus.xfire.transport.Session
Get a variable from the session by the key.
getAction() - Method in class org.codehaus.xfire.client.http.SoapHttpClient
 
getAction() - Method in class org.codehaus.xfire.MessageContext
 
getAttachments() - Method in class org.codehaus.xfire.client.AbstractClientHandler
 
getAttachments() - Method in interface org.codehaus.xfire.client.ClientHandler
Get the attachments to send with the request.
getAttachments() - Method in class org.codehaus.xfire.client.NullRequestHandler
 
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.soap.Soap11
 
getBody() - Method in class org.codehaus.xfire.soap.Soap12
 
getBody() - Method in interface org.codehaus.xfire.soap.SoapVersion
 
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
getContentType() - Method in interface org.codehaus.xfire.attachments.Attachments
 
getContentType() - Method in class org.codehaus.xfire.attachments.JavaMailAttachments
 
getCurrentMessageContext() - Static method in class org.codehaus.xfire.MessageContext
Get the message context for the current thread.
getDataHandler() - Method in interface org.codehaus.xfire.attachments.Attachment
 
getDataHandler() - Method in class org.codehaus.xfire.attachments.SimpleAttachment
 
getDefaultNamespace() - Method in class org.codehaus.xfire.service.MessageService
 
getDefaultNamespace() - Method in interface org.codehaus.xfire.service.Service
The namespace of the service.
getDependencies() - Method in interface org.codehaus.xfire.wsdl.SchemaType
The types that this type references.
getDepth() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getDetail() - Method in exception org.codehaus.xfire.fault.XFireFault
 
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
 
getEnvelope() - Method in class org.codehaus.xfire.soap.Soap11
 
getEnvelope() - Method in class org.codehaus.xfire.soap.Soap12
 
getEnvelope() - Method in interface org.codehaus.xfire.soap.SoapVersion
 
getEventType() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getFaultCode() - Method in exception org.codehaus.xfire.fault.XFireFault
 
getFaultHandler() - Method in class org.codehaus.xfire.service.MessageService
 
getFaultHandler() - Method in interface org.codehaus.xfire.service.Service
The fault handler which handles exception which occur during processing.
getFaultPipeline() - Method in class org.codehaus.xfire.service.MessageService
 
getFaultPipeline() - Method in interface org.codehaus.xfire.service.Service
 
getFaultPipeline() - Method in class org.codehaus.xfire.transport.AbstractTransport
 
getFaultPipeline() - Method in interface org.codehaus.xfire.transport.Transport
 
getHandler(int) - Method in class org.codehaus.xfire.fault.FaultHandlerPipeline
 
getHandler(int) - Method in class org.codehaus.xfire.handler.HandlerPipeline
 
getHeader() - Method in class org.codehaus.xfire.soap.Soap11
 
getHeader() - Method in class org.codehaus.xfire.soap.Soap12
 
getHeader() - Method in interface org.codehaus.xfire.soap.SoapVersion
 
getHeaderHandler() - Method in class org.codehaus.xfire.client.http.SoapHttpClient
 
getId() - Method in interface org.codehaus.xfire.attachments.Attachment
 
getId() - Method in class org.codehaus.xfire.attachments.SimpleAttachment
 
getInstance() - Static method in class org.codehaus.xfire.soap.Soap11
 
getInstance() - Static method in class org.codehaus.xfire.soap.Soap12
 
getInstance() - Static method in class org.codehaus.xfire.soap.SoapVersionFactory
 
getLocalName() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getLocation() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getMessage() - Method in exception org.codehaus.xfire.fault.XFireFault
 
getMimeMultipart() - Method in class org.codehaus.xfire.attachments.JavaMailAttachments
 
getName() - Method in class org.codehaus.xfire.service.MessageService
 
getName() - Method in interface org.codehaus.xfire.service.Service
The name of the service.
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() - Method in class org.codehaus.xfire.soap.Soap11
 
getNamespace() - Method in class org.codehaus.xfire.soap.Soap12
 
getNamespace() - Method in interface org.codehaus.xfire.soap.SoapVersion
 
getNamespace(Element, String) - Static method in class org.codehaus.xfire.util.NamespaceHelper
Create a unique namespace uri/prefix combination.
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
getNextRole() - Method in class org.codehaus.xfire.soap.Soap11
 
getNextRole() - Method in class org.codehaus.xfire.soap.Soap12
 
getNextRole() - Method in interface org.codehaus.xfire.soap.SoapVersion
 
getNoneRole() - Method in class org.codehaus.xfire.soap.Soap11
 
getNoneRole() - Method in class org.codehaus.xfire.soap.Soap12
 
getNoneRole() - Method in interface org.codehaus.xfire.soap.SoapVersion
 
getPart(String) - Method in interface org.codehaus.xfire.attachments.Attachments
 
getPart(String) - Method in class org.codehaus.xfire.attachments.JavaMailAttachments
 
getParts() - Method in interface org.codehaus.xfire.attachments.Attachments
 
getParts() - Method in class org.codehaus.xfire.attachments.JavaMailAttachments
 
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.soap.Soap11
 
getPrefix() - Method in class org.codehaus.xfire.soap.Soap12
 
getPrefix() - Method in interface org.codehaus.xfire.soap.SoapVersion
 
getPrefix() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getProperty(Object) - Method in class org.codehaus.xfire.MessageContext
 
getProperty(String) - Method in class org.codehaus.xfire.service.MessageService
 
getProperty(String) - Method in interface org.codehaus.xfire.service.Service
 
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
 
getRequestPipeline() - Method in class org.codehaus.xfire.service.MessageService
 
getRequestPipeline() - Method in interface org.codehaus.xfire.service.Service
 
getRequestPipeline() - Method in class org.codehaus.xfire.transport.AbstractTransport
 
getRequestPipeline() - Method in interface org.codehaus.xfire.transport.Transport
 
getRequestUri() - Method in class org.codehaus.xfire.MessageContext
 
getResourceAsReader(String) - Method in class org.codehaus.xfire.test.AbstractXFireTest
 
getResourceAsStream(String) - Method in class org.codehaus.xfire.test.AbstractXFireTest
 
getResponse() - Static method in class org.codehaus.xfire.transport.http.XFireServletController
 
getResponsePipeline() - Method in class org.codehaus.xfire.service.MessageService
 
getResponsePipeline() - Method in interface org.codehaus.xfire.service.Service
 
getResponsePipeline() - Method in class org.codehaus.xfire.transport.AbstractTransport
 
getResponsePipeline() - Method in interface org.codehaus.xfire.transport.Transport
 
getResponseStream() - Method in class org.codehaus.xfire.MessageContext
 
getRole() - Method in exception org.codehaus.xfire.fault.XFireFault
 
getRoles() - Method in class org.codehaus.xfire.handler.AbstractHandler
 
getRoles() - Method in interface org.codehaus.xfire.handler.Handler
The roles which this service applies to.
getSchemaType() - Method in interface org.codehaus.xfire.wsdl.SchemaType
The schema type that this SchemaType represents.
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(HttpServletRequest) - Method in class org.codehaus.xfire.transport.http.XFireServletController
 
getServiceHandler() - Method in class org.codehaus.xfire.service.MessageService
 
getServiceHandler() - Method in interface org.codehaus.xfire.service.Service
 
getServiceName() - Method in class org.codehaus.xfire.MessageContext
 
getServiceRegistry() - Method in class org.codehaus.xfire.DefaultXFire
 
getServiceRegistry() - Method in class org.codehaus.xfire.test.AbstractXFireTest
 
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
 
getServiceURL(Service) - Method in class org.codehaus.xfire.transport.AbstractTransport
 
getServiceURL(Service) - Method in class org.codehaus.xfire.transport.http.SoapHttpTransport
Get the URL for a particular service.
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
 
getSoapEncodingStyle() - Method in class org.codehaus.xfire.soap.Soap11
 
getSoapEncodingStyle() - Method in class org.codehaus.xfire.soap.Soap12
 
getSoapEncodingStyle() - Method in interface org.codehaus.xfire.soap.SoapVersion
 
getSoapMessage() - Method in interface org.codehaus.xfire.attachments.Attachments
 
getSoapMessage() - Method in class org.codehaus.xfire.attachments.JavaMailAttachments
 
getSoapVersion() - Method in class org.codehaus.xfire.client.http.SoapHttpClient
 
getSoapVersion() - Method in class org.codehaus.xfire.MessageContext
 
getSoapVersion() - Method in class org.codehaus.xfire.service.MessageService
 
getSoapVersion() - Method in interface org.codehaus.xfire.service.Service
 
getSoapVersion(String) - Method in class org.codehaus.xfire.soap.SoapVersionFactory
 
getStyle() - Method in class org.codehaus.xfire.service.MessageService
 
getStyle() - Method in interface org.codehaus.xfire.service.Service
Return the service style.
getSubCode() - Method in exception org.codehaus.xfire.fault.XFireFault
Returns the SubCode for the Fault Code.
getTestFile(String) - Method in class org.codehaus.xfire.test.AbstractXFireTest
 
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
 
getTransport() - Method in class org.codehaus.xfire.MessageContext
 
getTransport(String) - Method in class org.codehaus.xfire.transport.DefaultTransportManager
 
getTransport(String) - Method in interface org.codehaus.xfire.transport.TransportManager
 
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
Get the transports applicable to a particular service.
getTransportURI(Service) - Method in class org.codehaus.xfire.transport.AbstractTransport
 
getTransportURI(Service) - Method in class org.codehaus.xfire.transport.http.SoapHttpTransport
 
getUltimateReceiverRole() - Method in class org.codehaus.xfire.soap.Soap11
 
getUltimateReceiverRole() - Method in class org.codehaus.xfire.soap.Soap12
 
getUltimateReceiverRole() - Method in interface org.codehaus.xfire.soap.SoapVersion
 
getUnderstoodHeaders() - Method in class org.codehaus.xfire.handler.AbstractHandler
Returns null by default, indicating that no headers were understood.
getUnderstoodHeaders() - Method in interface org.codehaus.xfire.handler.Handler
 
getUrl() - Method in class org.codehaus.xfire.client.http.AbstractHttpClient
 
getUse() - Method in class org.codehaus.xfire.service.MessageService
 
getUse() - Method in interface org.codehaus.xfire.service.Service
Return the Use.
getUsername() - Method in class org.codehaus.xfire.client.http.AbstractHttpClient
 
getVersion() - Method in class org.codehaus.xfire.soap.Soap11
 
getVersion() - Method in class org.codehaus.xfire.soap.Soap12
 
getVersion() - Method in interface org.codehaus.xfire.soap.SoapVersion
 
getVersion() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
getVersions() - Method in class org.codehaus.xfire.soap.SoapVersionFactory
 
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.test.AbstractXFireTest
Get the WSDL for a service.
getWSDLDocument(String) - Method in class org.codehaus.xfire.test.AbstractXFireTest
 
getWSDLWriter() - Method in class org.codehaus.xfire.service.MessageService
 
getWSDLWriter() - Method in interface org.codehaus.xfire.service.Service
 
getXFire() - Method in class org.codehaus.xfire.test.AbstractServletTest
 
getXFire() - Method in class org.codehaus.xfire.test.AbstractXFireTest
 
getXFire() - Method in class org.codehaus.xfire.transport.http.XFireServletController
 
getXFire() - Method in class org.codehaus.xfire.XFireFactory
 
getXMLStreamReader() - Method in class org.codehaus.xfire.MessageContext
 
getXMLStreamWriter(MessageContext) - Method in class org.codehaus.xfire.handler.AbstractHandler
 

H

handleException(MessageContext, Service, Handler, Exception) - Method in class org.codehaus.xfire.DefaultXFire
 
handleFault(XFireFault, MessageContext) - Method in class org.codehaus.xfire.fault.AbstractFaultHandler
 
handleFault(XFireFault, 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(XFireFault, MessageContext) - Method in class org.codehaus.xfire.fault.FaultHandlerPipeline
 
handleFault(XFireFault, MessageContext) - Method in class org.codehaus.xfire.fault.Soap11FaultHandler
 
handleFault(XFireFault, MessageContext) - Method in class org.codehaus.xfire.fault.Soap12FaultHandler
 
handleFault(XFireFault, MessageContext) - Method in class org.codehaus.xfire.handler.AbstractHandler
 
handleFault(XFireFault, MessageContext) - Method in interface org.codehaus.xfire.handler.Handler
Handles faults that occur in this handler.
handleFault(XFireFault, MessageContext) - Method in class org.codehaus.xfire.handler.HandlerPipeline
 
handleFault(XFireFault, MessageContext) - Method in class org.codehaus.xfire.handler.SoapHandler
 
handleFault(XFireFault, MessageContext) - Method in class org.codehaus.xfire.transport.http.SoapHttpTransport.FaultResponseCodeHandler
 
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.
HandlerPipeline - Class in org.codehaus.xfire.handler
 
HandlerPipeline() - Constructor for class org.codehaus.xfire.handler.HandlerPipeline
 
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

init() - Method in class org.codehaus.xfire.transport.http.XFireServlet
 
initializeTransports(ServiceRegistry) - Method in class org.codehaus.xfire.transport.DefaultTransportManager
 
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) - Method in interface org.codehaus.xfire.handler.Handler
Invoke a handler.
invoke(MessageContext) - Method in class org.codehaus.xfire.handler.HandlerPipeline
 
invoke(MessageContext) - 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.
invoke(XMLStreamReader, MessageContext) - Method in interface org.codehaus.xfire.XFire
Processes a new SOAP Message request.
invokePipeline(HandlerPipeline, Stack, MessageContext) - Method in class org.codehaus.xfire.handler.SoapHandler
 
invokeRequestPipeline(Stack, MessageContext) - Method in class org.codehaus.xfire.handler.SoapHandler
 
invokeResponsePipeline(Stack, MessageContext) - Method in class org.codehaus.xfire.handler.SoapHandler
 
invokeService(String, String) - Method in class org.codehaus.xfire.test.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.SchemaType
Whether or not this a complex type.
isEnabled(String, String) - Method in class org.codehaus.xfire.transport.DefaultTransportManager
 
isEnabled(String, String) - Method in interface org.codehaus.xfire.transport.TransportManager
Determine if a transport is enabled for a particular service.
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
 
iterator() - Method in class org.codehaus.xfire.fault.FaultHandlerPipeline
 
iterator() - Method in class org.codehaus.xfire.handler.HandlerPipeline
 

J

JavaMailAttachments - Class in org.codehaus.xfire.attachments
 
JavaMailAttachments() - Constructor for class org.codehaus.xfire.attachments.JavaMailAttachments
 
JavaMailAttachments(MimeMultipart) - Constructor for class org.codehaus.xfire.attachments.JavaMailAttachments
Create Attachments from the MimeMultipart message.

M

makeNamespaceFromClassName(String, String) - Static method in class org.codehaus.xfire.util.NamespaceHelper
 
MessageContext - Class in org.codehaus.xfire
Holds inforrmation about the message request and response.
MessageContext() - Constructor for class org.codehaus.xfire.MessageContext
 
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.
MessageService - Class in org.codehaus.xfire.service
A simple service implementation.
MessageService() - Constructor for class org.codehaus.xfire.service.MessageService
 
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
 
NAME - Static variable in class org.codehaus.xfire.transport.http.SoapHttpTransport
 
NamespaceHelper - Class in org.codehaus.xfire.util
Namespace utilities.
NamespaceHelper() - Constructor for class org.codehaus.xfire.util.NamespaceHelper
 
newClient() - Method in class org.codehaus.xfire.test.AbstractServletTest
 
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

onRegister(Service) - Method in interface org.codehaus.xfire.service.event.RegistrationEventListener
 
onRegister(Service) - Method in class org.codehaus.xfire.transport.DefaultTransportManager
 
onUnregister(Service) - Method in interface org.codehaus.xfire.service.event.RegistrationEventListener
 
onUnregister(Service) - Method in class org.codehaus.xfire.transport.DefaultTransportManager
 
org.codehaus.xfire - package org.codehaus.xfire
 
org.codehaus.xfire.attachments - package org.codehaus.xfire.attachments
 
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.service - package org.codehaus.xfire.service
 
org.codehaus.xfire.service.event - package org.codehaus.xfire.service.event
 
org.codehaus.xfire.soap - package org.codehaus.xfire.soap
SOAP protocol specific contants
org.codehaus.xfire.test - package org.codehaus.xfire.test
 
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
 
org.codehaus.xfire.wsdl11 - package org.codehaus.xfire.wsdl11
 

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.test.AbstractXFireTest
 
put(Object, Object) - Method in class org.codehaus.xfire.transport.http.XFireHttpSession
 
put(Object, Object) - Method in interface org.codehaus.xfire.transport.Session
Put a variable into the session with a key.

R

readDocument(String) - Method in class org.codehaus.xfire.test.AbstractXFireTest
 
readElements(Element, XMLStreamReader) - Static method in class org.codehaus.xfire.util.STAXUtils
 
readHeaders(MessageContext) - Method in class org.codehaus.xfire.handler.SoapHandler
 
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(SoapVersion) - Method in class org.codehaus.xfire.soap.SoapVersionFactory
 
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
 
RegistrationEventListener - Interface in org.codehaus.xfire.service.event
 
remove(FaultHandler) - Method in class org.codehaus.xfire.fault.FaultHandlerPipeline
 
remove(Handler) - Method in class org.codehaus.xfire.handler.HandlerPipeline
 
removeAttribute(Node, String) - Static method in class org.codehaus.xfire.util.DOMUtils
 
removeRegistrationEventListener(RegistrationEventListener) - Method in class org.codehaus.xfire.service.DefaultServiceRegistry
 
removeRegistrationEventListener(RegistrationEventListener) - Method in interface org.codehaus.xfire.service.ServiceRegistry
 
REQUEST_HEADER_KEY - Static variable in class org.codehaus.xfire.handler.SoapHandler
 
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
 
ResourceWSDL(URL) - Constructor for class org.codehaus.xfire.wsdl.ResourceWSDL
 
RESPONSE_HEADER_KEY - Static variable in class org.codehaus.xfire.handler.SoapHandler
 
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.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.XFire
 

S

SchemaType - Interface in org.codehaus.xfire.wsdl
An XSD type.
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.transport
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.MessageService
 
setDetail(Node) - Method in exception org.codehaus.xfire.fault.XFireFault
 
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.MessageService
 
setFaultPipeline(FaultHandlerPipeline) - Method in class org.codehaus.xfire.service.MessageService
 
setFaultPipeline(FaultHandlerPipeline) - Method in class org.codehaus.xfire.transport.AbstractTransport
 
setMessage(String) - Method in exception org.codehaus.xfire.fault.XFireFault
 
setName(String) - Method in class org.codehaus.xfire.service.MessageService
 
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 class org.codehaus.xfire.service.MessageService
 
setProperty(String, Object) - Method in interface org.codehaus.xfire.service.Service
 
setRequestPipeline(HandlerPipeline) - Method in class org.codehaus.xfire.service.MessageService
 
setRequestPipeline(HandlerPipeline) - Method in class org.codehaus.xfire.transport.AbstractTransport
 
setRequestStream(InputStream) - Method in class org.codehaus.xfire.MessageContext
 
setRequestUri(String) - Method in class org.codehaus.xfire.MessageContext
 
setResponsePipeline(HandlerPipeline) - Method in class org.codehaus.xfire.service.MessageService
 
setResponsePipeline(HandlerPipeline) - Method in class org.codehaus.xfire.transport.AbstractTransport
 
setResponseStream(OutputStream) - Method in class org.codehaus.xfire.MessageContext
 
setRole(String) - Method in exception org.codehaus.xfire.fault.XFireFault
Sets the fault actor.
setService(Service) - Method in class org.codehaus.xfire.MessageContext
 
setServiceHandler(Handler) - Method in class org.codehaus.xfire.service.MessageService
 
setServiceName(String) - Method in class org.codehaus.xfire.MessageContext
 
setSession(Session) - Method in class org.codehaus.xfire.MessageContext
 
setSoapMessage(Attachment) - Method in interface org.codehaus.xfire.attachments.Attachments
 
setSoapMessage(Attachment) - Method in class org.codehaus.xfire.attachments.JavaMailAttachments
 
setSoapVersion(String) - Method in class org.codehaus.xfire.client.http.SoapHttpClient
 
setSoapVersion(String) - Method in class org.codehaus.xfire.MessageContext
 
setSoapVersion(SoapVersion) - Method in class org.codehaus.xfire.service.MessageService
 
setStyle(String) - Method in class org.codehaus.xfire.service.MessageService
 
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
setTransport(Transport) - Method in class org.codehaus.xfire.MessageContext
 
setUp() - Method in class org.codehaus.xfire.test.AbstractServletTest
 
setUp() - Method in class org.codehaus.xfire.test.AbstractXFireTest
 
setUrl(String) - Method in class org.codehaus.xfire.client.http.AbstractHttpClient
 
setUse(String) - Method in class org.codehaus.xfire.service.MessageService
 
setUsername(String) - Method in class org.codehaus.xfire.client.http.AbstractHttpClient
 
setWSDL(WSDLWriter) - Method in class org.codehaus.xfire.service.MessageService
 
setWSDLURL(String) - Method in class org.codehaus.xfire.service.MessageService
 
setWSDLURL(URL) - Method in class org.codehaus.xfire.service.MessageService
 
setWSDLWriter(WSDLWriter) - Method in class org.codehaus.xfire.service.MessageService
 
setXMLStreamReader(XMLStreamReader) - Method in class org.codehaus.xfire.MessageContext
 
SimpleAttachment - Class in org.codehaus.xfire.attachments
 
SimpleAttachment(String, DataHandler) - Constructor for class org.codehaus.xfire.attachments.SimpleAttachment
 
size() - Method in interface org.codehaus.xfire.attachments.Attachments
 
size() - Method in class org.codehaus.xfire.attachments.JavaMailAttachments
 
size() - Method in class org.codehaus.xfire.fault.FaultHandlerPipeline
 
size() - Method in class org.codehaus.xfire.handler.HandlerPipeline
 
Soap11 - Class in org.codehaus.xfire.soap
Represents the SOAP 1.2 version
Soap11() - Constructor for class org.codehaus.xfire.soap.Soap11
 
SOAP11_ENVELOPE_NS - Static variable in class org.codehaus.xfire.client.http.AbstractHttpClient
 
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 - Class in org.codehaus.xfire.soap
Represents the SOAP 1.2 version
Soap12() - Constructor for class org.codehaus.xfire.soap.Soap12
 
SOAP12_ENVELOPE_NS - Static variable in class org.codehaus.xfire.client.http.AbstractHttpClient
 
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
SOAP constants from the specs.
SoapConstants() - Constructor for class org.codehaus.xfire.soap.SoapConstants
 
SoapHandler - Class in org.codehaus.xfire.handler
Processes SOAP invocations.
SoapHandler(EndpointHandler) - 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
 
SoapHttpTransport.FaultResponseCodeHandler - Class in org.codehaus.xfire.transport.http
 
SoapHttpTransport.FaultResponseCodeHandler() - Constructor for class org.codehaus.xfire.transport.http.SoapHttpTransport.FaultResponseCodeHandler
 
SoapVersion - Interface in org.codehaus.xfire.soap
 
SoapVersionFactory - Class in org.codehaus.xfire.soap
 
SoapVersionFactory() - Constructor for class org.codehaus.xfire.soap.SoapVersionFactory
 
standaloneSet() - Method in class org.codehaus.xfire.util.DepthXMLStreamReader
 
STAX_WRITER_KEY - Static variable in class org.codehaus.xfire.handler.AbstractHandler
 
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.soap.SoapConstants
 
STYLE_MESSAGE - Static variable in class org.codehaus.xfire.soap.SoapConstants
 
STYLE_RPC - Static variable in class org.codehaus.xfire.soap.SoapConstants
Document styles.
STYLE_WRAPPED - Static variable in class org.codehaus.xfire.soap.SoapConstants
 

T

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

U

unregister(String) - Method in class org.codehaus.xfire.service.DefaultServiceRegistry
 
unregister(String) - Method in interface org.codehaus.xfire.service.ServiceRegistry
 
unregister(Transport) - Method in class org.codehaus.xfire.transport.DefaultTransportManager
 
unregister(Transport) - Method in interface org.codehaus.xfire.transport.TransportManager
 
USE_ENCODED - Static variable in class org.codehaus.xfire.soap.SoapConstants
 
USE_LITERAL - Static variable in class org.codehaus.xfire.soap.SoapConstants
 

V

validateHeaders(MessageContext) - Method in class org.codehaus.xfire.handler.SoapHandler
 
VERSION_MISMATCH - Static variable in exception org.codehaus.xfire.fault.XFireFault
Fault codes.

W

write(OutputStream) - Method in interface org.codehaus.xfire.attachments.Attachments
 
write(OutputStream) - Method in class org.codehaus.xfire.attachments.JavaMailAttachments
 
write(OutputStream) - Method in class org.codehaus.xfire.wsdl.ResourceWSDL
 
write(OutputStream) - Method in interface org.codehaus.xfire.wsdl.WSDLWriter
Write the WSDL to an OutputStream.
writeElement(Element, XMLStreamWriter) - Static method in class org.codehaus.xfire.util.STAXUtils
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
 
writeHeaders(MessageContext, XMLStreamWriter) - Method in class org.codehaus.xfire.handler.SoapHandler
 
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
 
writeResponse(MessageContext) - Method in interface org.codehaus.xfire.handler.EndpointHandler
 
writeSchema(Element) - Method in interface org.codehaus.xfire.wsdl.SchemaType
Write the type schema (if complex) to the element.
writeXml(Node, OutputStream) - Static method in class org.codehaus.xfire.util.DOMUtils
 
WSDL11_NS - Static variable in interface org.codehaus.xfire.wsdl.WSDLWriter
 
WSDL11_SOAP_NS - Static variable in interface org.codehaus.xfire.wsdl.WSDLWriter
 
WSDL11Transport - Interface in org.codehaus.xfire.wsdl11
Indicates that a particular transport supports WSDL 1.1 generation.
WSDLWriter - Interface in org.codehaus.xfire.wsdl
Writes a WSDL file for a service.

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, Throwable, String) - Constructor for exception org.codehaus.xfire.fault.XFireFault
Create a fault.
XFireFault(Throwable) - Constructor for exception org.codehaus.xfire.fault.XFireFault
Create a fault for the specified exception.
XFireFault(Throwable, 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.
XFireFault() - Constructor for exception org.codehaus.xfire.fault.XFireFault
 
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
 
XSD - Static variable in class org.codehaus.xfire.soap.SoapConstants
XML Schema Namespace.

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

Copyright © 2004-2005 Codehaus. All Rights Reserved.