A B C D E F G H I J L M N O R S T U W

A

AbstractMessageBridge - Class in org.codehaus.xfire.java.message
MessageReader
AbstractMessageBridge(JavaService, MessageContext, XMLStreamReader, XMLStreamWriter) - Constructor for class org.codehaus.xfire.java.message.AbstractMessageBridge
 
AbstractWSDL - Class in org.codehaus.xfire.java.wsdl
WSDL
AbstractWSDL(JavaService, Set) - Constructor for class org.codehaus.xfire.java.wsdl.AbstractWSDL
 
addParameterClass(String, Class) - Method in class org.codehaus.xfire.java.Operation
 
ALLOWED_METHODS - Static variable in class org.codehaus.xfire.java.DefaultJavaService
 
ArrayType - Class in org.codehaus.xfire.java.type
An ArrayType.
ArrayType() - Constructor for class org.codehaus.xfire.java.type.ArrayType
 
AutoTypeMapping - Class in org.codehaus.xfire.java.mapping
A type mapping which automatically generates types for java classes which are not registered, allowing easy deployment of java services.
AutoTypeMapping(TypeMapping) - Constructor for class org.codehaus.xfire.java.mapping.AutoTypeMapping
 
AutoTypeMapping() - Constructor for class org.codehaus.xfire.java.mapping.AutoTypeMapping
 

B

BeanType - Class in org.codehaus.xfire.java.type
Serializes JavaBeans.
BeanType() - Constructor for class org.codehaus.xfire.java.type.BeanType
 
BooleanType - Class in org.codehaus.xfire.java.type
SimpleSerializer
BooleanType() - Constructor for class org.codehaus.xfire.java.type.BooleanType
 

C

CalendarType - Class in org.codehaus.xfire.java.type
Type for the Calendar class.
CalendarType() - Constructor for class org.codehaus.xfire.java.type.CalendarType
 
ClassQNamePair - Class in org.codehaus.xfire.java.mapping
Holds a class and QName pair for serializer mappings used internally.
ClassQNamePair(Class, QName) - Constructor for class org.codehaus.xfire.java.mapping.ClassQNamePair
 
clear() - Method in class org.codehaus.xfire.java.mapping.DefaultTypeMappingRegistry
 
clear() - Method in interface org.codehaus.xfire.java.mapping.TypeMappingRegistry
Removes all registered TypeMappings and encodingStyleURIs from this TypeMappingRegistry.
close() - Method in class org.codehaus.xfire.java.message.LiteralWriter
 
close() - Method in interface org.codehaus.xfire.java.message.MessageWriter
Tells the MessageWriter that writing operations are completed so it can write the end element.
createAbstractInterface() - Method in class org.codehaus.xfire.java.wsdl.AbstractWSDL
 
createConcreteInterface(PortType) - Method in class org.codehaus.xfire.java.wsdl.AbstractWSDL
 
createInputParts(Message, Operation) - Method in class org.codehaus.xfire.java.wsdl.AbstractWSDL
 
createInputParts(Message, Operation) - Method in class org.codehaus.xfire.java.wsdl.DocumentWSDL
 
createInputParts(Message, Operation) - Method in class org.codehaus.xfire.java.wsdl.WrappedWSDL
 
createJavaxQName(QName) - Method in class org.codehaus.xfire.java.wsdl.AbstractWSDL
 
createMessageBridge(JavaService, MessageContext, XMLStreamReader, XMLStreamWriter) - Static method in class org.codehaus.xfire.java.message.MessageBridgeFactory
 
createOperation(String, Message, Message) - Method in class org.codehaus.xfire.java.wsdl.AbstractWSDL
 
createOutputParts(Message, Operation) - Method in class org.codehaus.xfire.java.wsdl.AbstractWSDL
 
createOutputParts(Message, Operation) - Method in class org.codehaus.xfire.java.wsdl.DocumentWSDL
 
createOutputParts(Message, Operation) - Method in class org.codehaus.xfire.java.wsdl.WrappedWSDL
 
createService(XFire, TypeMappingRegistry, Class) - Static method in class org.codehaus.xfire.java.ServiceHelper
 
createServiceObject() - Method in class org.codehaus.xfire.java.DefaultJavaService
 
createTypeMapping(boolean) - Method in class org.codehaus.xfire.java.mapping.DefaultTypeMappingRegistry
 
createTypeMapping(String, boolean) - Method in class org.codehaus.xfire.java.mapping.DefaultTypeMappingRegistry
 
createTypeMapping(TypeMapping, boolean) - Method in class org.codehaus.xfire.java.mapping.DefaultTypeMappingRegistry
 
createTypeMapping(boolean) - Method in interface org.codehaus.xfire.java.mapping.TypeMappingRegistry
Creates a new empty TypeMapping object.
createTypeMapping(String, boolean) - Method in interface org.codehaus.xfire.java.mapping.TypeMappingRegistry
Create a type mapping with the specified encodying style.
createWSDL(Service) - Method in class org.codehaus.xfire.java.wsdl.JavaWSDLBuilder
 
createXSDMapping() - Method in class org.codehaus.xfire.java.mapping.DefaultTypeMappingRegistry
 
CustomTypeMapping - Class in org.codehaus.xfire.java.mapping
Contains type mappings for java/qname pairs and Serializer/Deserializer factories.
CustomTypeMapping(TypeMapping) - Constructor for class org.codehaus.xfire.java.mapping.CustomTypeMapping
 
CustomTypeMapping() - Constructor for class org.codehaus.xfire.java.mapping.CustomTypeMapping
 

D

DateType - Class in org.codehaus.xfire.java.type
Type for the Calendar class.
DateType() - Constructor for class org.codehaus.xfire.java.type.DateType
 
DefaultJavaService - Class in org.codehaus.xfire.java
 
DefaultJavaService() - Constructor for class org.codehaus.xfire.java.DefaultJavaService
 
DefaultTypeMappingRegistry - Class in org.codehaus.xfire.java.mapping
The default implementation of TypeMappingRegistry.
DefaultTypeMappingRegistry() - Constructor for class org.codehaus.xfire.java.mapping.DefaultTypeMappingRegistry
 
depth - Variable in class org.codehaus.xfire.java.message.LiteralReader
 
DocumentBridge - Class in org.codehaus.xfire.java.message
Bridges Document/Literal style messages.
DocumentBridge(JavaService, MessageContext, XMLStreamReader, XMLStreamWriter) - Constructor for class org.codehaus.xfire.java.message.DocumentBridge
 
DocumentWSDL - Class in org.codehaus.xfire.java.wsdl
Creates Document style WSDL documents for JavaServices.
DocumentWSDL(JavaService, Set) - Constructor for class org.codehaus.xfire.java.wsdl.DocumentWSDL
 
DoubleType - Class in org.codehaus.xfire.java.type
SimpleSerializer
DoubleType() - Constructor for class org.codehaus.xfire.java.type.DoubleType
 

E

equals(Object) - Method in class org.codehaus.xfire.java.mapping.ClassQNamePair
 
equals(Object) - Method in class org.codehaus.xfire.java.type.Type
 

F

findOperation(int) - Method in class org.codehaus.xfire.java.message.DocumentBridge
 
findPropertyDescriptor(String, PropertyDescriptor[]) - Method in class org.codehaus.xfire.java.type.BeanType
 
FloatType - Class in org.codehaus.xfire.java.type
SimpleSerializer
FloatType() - Constructor for class org.codehaus.xfire.java.type.FloatType
 

G

getAllowedMethods() - Method in class org.codehaus.xfire.java.DefaultJavaService
 
getAllowedMethods() - Method in interface org.codehaus.xfire.java.JavaService
 
getChildWriter(String) - Method in class org.codehaus.xfire.java.message.LiteralWriter
 
getChildWriter(String, String) - Method in class org.codehaus.xfire.java.message.LiteralWriter
 
getChildWriter(String) - Method in interface org.codehaus.xfire.java.message.MessageWriter
 
getChildWriter(String, String) - Method in interface org.codehaus.xfire.java.message.MessageWriter
 
getComponentType() - Method in class org.codehaus.xfire.java.type.ArrayType
 
getContext() - Method in class org.codehaus.xfire.java.message.AbstractMessageBridge
 
getDefaultTypeMapping() - Method in class org.codehaus.xfire.java.mapping.DefaultTypeMappingRegistry
 
getDefaultTypeMapping() - Method in interface org.codehaus.xfire.java.mapping.TypeMappingRegistry
Gets the registered default TypeMapping instance.
getDependencies() - Method in class org.codehaus.xfire.java.type.ArrayType
 
getDependencies() - Method in class org.codehaus.xfire.java.type.Type
Return a set of Type dependencies.
getEncodingStyleURI() - Method in class org.codehaus.xfire.java.mapping.CustomTypeMapping
 
getEncodingStyleURI() - Method in interface org.codehaus.xfire.java.mapping.TypeMapping
 
getJavaClass() - Method in class org.codehaus.xfire.java.mapping.ClassQNamePair
 
getLocalName() - Method in class org.codehaus.xfire.java.message.LiteralReader
 
getLocalName() - Method in interface org.codehaus.xfire.java.message.MessageReader
Get the local name of the element this reader represents.
getMethod() - Method in class org.codehaus.xfire.java.Operation
 
getName() - Method in class org.codehaus.xfire.java.message.LiteralReader
 
getName() - Method in interface org.codehaus.xfire.java.message.MessageReader
 
getName() - Method in class org.codehaus.xfire.java.Operation
 
getNamespace() - Method in class org.codehaus.xfire.java.message.AbstractMessageBridge
 
getNamespace() - Method in class org.codehaus.xfire.java.message.LiteralWriter
 
getNamespace() - Method in interface org.codehaus.xfire.java.message.MessageWriter
 
getNextChildReader() - Method in class org.codehaus.xfire.java.message.LiteralReader
 
getNextChildReader() - Method in interface org.codehaus.xfire.java.message.MessageReader
 
getOperation(String, String) - Method in class org.codehaus.xfire.java.DefaultJavaService
 
getOperation(String, String) - Method in interface org.codehaus.xfire.java.JavaService
 
getOperation() - Method in class org.codehaus.xfire.java.message.AbstractMessageBridge
 
getOperation() - Method in interface org.codehaus.xfire.java.message.MessageBridge
 
getOperations() - Method in class org.codehaus.xfire.java.DefaultJavaService
 
getOperations() - Method in interface org.codehaus.xfire.java.JavaService
 
getOutParameterClass() - Method in class org.codehaus.xfire.java.Operation
 
getOutParameterName() - Method in class org.codehaus.xfire.java.Operation
 
getParameterClass(String) - Method in class org.codehaus.xfire.java.Operation
 
getParameters() - Method in class org.codehaus.xfire.java.Operation
 
getQName() - Method in class org.codehaus.xfire.java.mapping.ClassQNamePair
 
getRegisteredEncodingStyleURIs() - Method in class org.codehaus.xfire.java.mapping.DefaultTypeMappingRegistry
 
getRegisteredEncodingStyleURIs() - Method in interface org.codehaus.xfire.java.mapping.TypeMappingRegistry
Returns a list of registered encodingStyle URIs in this TypeMappingRegistry instance.
getRequestReader() - Method in class org.codehaus.xfire.java.message.AbstractMessageBridge
 
getResponseWriter() - Method in class org.codehaus.xfire.java.message.AbstractMessageBridge
 
getSchemaType() - Method in class org.codehaus.xfire.java.type.Type
 
getScope() - Method in class org.codehaus.xfire.java.DefaultJavaService
 
getScope() - Method in interface org.codehaus.xfire.java.JavaService
 
getService() - Method in class org.codehaus.xfire.java.message.AbstractMessageBridge
 
getServiceClass() - Method in class org.codehaus.xfire.java.DefaultJavaService
 
getServiceClass() - Method in interface org.codehaus.xfire.java.JavaService
 
getServiceObject(MessageContext) - Method in class org.codehaus.xfire.java.DefaultJavaService
Creates and returns a service object depending on the scope.
getServiceObject(MessageContext) - Method in interface org.codehaus.xfire.java.JavaService
 
getType(Class, QName) - Method in class org.codehaus.xfire.java.mapping.AutoTypeMapping
 
getType(Class) - Method in class org.codehaus.xfire.java.mapping.AutoTypeMapping
 
getType(Class, QName) - Method in class org.codehaus.xfire.java.mapping.CustomTypeMapping
 
getType(Class) - Method in class org.codehaus.xfire.java.mapping.CustomTypeMapping
 
getType(QName) - Method in class org.codehaus.xfire.java.mapping.CustomTypeMapping
 
getType(Class, QName) - Method in interface org.codehaus.xfire.java.mapping.TypeMapping
 
getType(Class) - Method in interface org.codehaus.xfire.java.mapping.TypeMapping
 
getType(QName) - Method in interface org.codehaus.xfire.java.mapping.TypeMapping
 
getTypeClass() - Method in class org.codehaus.xfire.java.type.Type
 
getTypeMapping() - Method in class org.codehaus.xfire.java.DefaultJavaService
 
getTypeMapping() - Method in interface org.codehaus.xfire.java.JavaService
 
getTypeMapping(String) - Method in class org.codehaus.xfire.java.mapping.DefaultTypeMappingRegistry
 
getTypeMapping(String) - Method in interface org.codehaus.xfire.java.mapping.TypeMappingRegistry
Returns the registered TypeMapping for the specified encodingStyle URI.
getTypeMapping() - Method in class org.codehaus.xfire.java.message.AbstractMessageBridge
 
getTypeMapping() - Method in class org.codehaus.xfire.java.type.Type
 
getTypeMappingRegistry() - Method in class org.codehaus.xfire.java.DefaultJavaService
 
getTypeQName(Class) - Method in class org.codehaus.xfire.java.mapping.CustomTypeMapping
 
getTypeQName(Class) - Method in interface org.codehaus.xfire.java.mapping.TypeMapping
 
getUnderstoodHeaders() - Method in class org.codehaus.xfire.java.JavaServiceHandler
 
getValue() - Method in class org.codehaus.xfire.java.message.LiteralReader
 
getValue() - Method in interface org.codehaus.xfire.java.message.MessageReader
 
getValueAsBoolean() - Method in class org.codehaus.xfire.java.message.LiteralReader
 
getValueAsBoolean() - Method in interface org.codehaus.xfire.java.message.MessageReader
 
getValueAsCalendar() - Method in class org.codehaus.xfire.java.message.LiteralReader
 
getValueAsCalendar() - Method in interface org.codehaus.xfire.java.message.MessageReader
 
getValueAsDate() - Method in class org.codehaus.xfire.java.message.LiteralReader
 
getValueAsDate() - Method in interface org.codehaus.xfire.java.message.MessageReader
 
getValueAsDateTime() - Method in class org.codehaus.xfire.java.message.LiteralReader
 
getValueAsDateTime() - Method in interface org.codehaus.xfire.java.message.MessageReader
 
getValueAsDouble() - Method in class org.codehaus.xfire.java.message.LiteralReader
 
getValueAsDouble() - Method in interface org.codehaus.xfire.java.message.MessageReader
 
getValueAsFloat() - Method in class org.codehaus.xfire.java.message.LiteralReader
 
getValueAsFloat() - Method in interface org.codehaus.xfire.java.message.MessageReader
 
getValueAsInt() - Method in class org.codehaus.xfire.java.message.LiteralReader
 
getValueAsInt() - Method in interface org.codehaus.xfire.java.message.MessageReader
 
getValueAsLong() - Method in class org.codehaus.xfire.java.message.LiteralReader
 
getValueAsLong() - Method in interface org.codehaus.xfire.java.message.MessageReader
 

H

hashCode() - Method in class org.codehaus.xfire.java.mapping.ClassQNamePair
 
hashCode() - Method in class org.codehaus.xfire.java.type.Type
 
hasMoreChildReaders() - Method in class org.codehaus.xfire.java.message.LiteralReader
 
hasMoreChildReaders() - Method in interface org.codehaus.xfire.java.message.MessageReader
 

I

initialize() - Method in class org.codehaus.xfire.java.DefaultJavaService
 
instantiateType(Class, Class, QName) - Method in class org.codehaus.xfire.java.mapping.CustomTypeMapping
 
IntType - Class in org.codehaus.xfire.java.type
SimpleSerializer
IntType() - Constructor for class org.codehaus.xfire.java.type.IntType
 
invoke(MessageContext, XMLStreamReader) - Method in class org.codehaus.xfire.java.JavaServiceHandler
 
isAutoTyped() - Method in class org.codehaus.xfire.java.DefaultJavaService
 
isComplex() - Method in class org.codehaus.xfire.java.type.ArrayType
We need to write a complex type schema for Beans, so return true.
isComplex() - Method in class org.codehaus.xfire.java.type.BeanType
We need to write a complex type schema for Beans, so return true.
isComplex() - Method in class org.codehaus.xfire.java.type.Type
 
isRegistered(Class, QName) - Method in class org.codehaus.xfire.java.mapping.CustomTypeMapping
 
isRegistered(Class, QName) - Method in interface org.codehaus.xfire.java.mapping.TypeMapping
Checks whether or not type mapping between specified XML type and Java type is registered.

J

JavaService - Interface in org.codehaus.xfire.java
 
JavaServiceHandler - Class in org.codehaus.xfire.java
Handles java services.
JavaServiceHandler() - Constructor for class org.codehaus.xfire.java.JavaServiceHandler
 
JavaWSDLBuilder - Class in org.codehaus.xfire.java.wsdl
Create a WSDL document for a JavaService.
JavaWSDLBuilder(TransportManager) - Constructor for class org.codehaus.xfire.java.wsdl.JavaWSDLBuilder
 

L

LiteralReader - Class in org.codehaus.xfire.java.message
Reads literal encoded messages.
LiteralReader(DepthXMLStreamReader) - Constructor for class org.codehaus.xfire.java.message.LiteralReader
Expects the XMLStreamReader in the START_DOCUMENT event.
LiteralReader(XMLStreamReader) - Constructor for class org.codehaus.xfire.java.message.LiteralReader
 
LiteralWriter - Class in org.codehaus.xfire.java.message
LiteralWriter
LiteralWriter(XMLStreamWriter, String, String) - Constructor for class org.codehaus.xfire.java.message.LiteralWriter
 
loadClass(String) - Method in class org.codehaus.xfire.java.DefaultJavaService
Load a class from the class loader.
loadClass(String) - Method in class org.codehaus.xfire.java.mapping.DefaultTypeMappingRegistry
Load a class from the class loader.
LongType - Class in org.codehaus.xfire.java.type
SimpleSerializer
LongType() - Constructor for class org.codehaus.xfire.java.type.LongType
 

M

makeNamespaceFromClassName(String, String) - Static method in class org.codehaus.xfire.java.ServiceHelper
 
MessageBridge - Interface in org.codehaus.xfire.java.message
Reads/Writes Messages.
MessageBridgeFactory - Class in org.codehaus.xfire.java.message
Create a MessageReaders and MessageWriters for a JavaService.
MessageBridgeFactory() - Constructor for class org.codehaus.xfire.java.message.MessageBridgeFactory
 
MessageReader - Interface in org.codehaus.xfire.java.message
A MessageReader.
MessageWriter - Interface in org.codehaus.xfire.java.message
Writes messages to an output stream.

N

NAME - Static variable in class org.codehaus.xfire.java.JavaServiceHandler
 

O

operation - Variable in class org.codehaus.xfire.java.message.AbstractMessageBridge
 
Operation - Class in org.codehaus.xfire.java
An operation that be performed on a service.
Operation(Method, JavaService) - Constructor for class org.codehaus.xfire.java.Operation
 
org.codehaus.xfire.java - package org.codehaus.xfire.java
 
org.codehaus.xfire.java.mapping - package org.codehaus.xfire.java.mapping
 
org.codehaus.xfire.java.message - package org.codehaus.xfire.java.message
 
org.codehaus.xfire.java.type - package org.codehaus.xfire.java.type
 
org.codehaus.xfire.java.wsdl - package org.codehaus.xfire.java.wsdl
 

R

read() - Method in class org.codehaus.xfire.java.message.DocumentBridge
 
read() - Method in interface org.codehaus.xfire.java.message.MessageBridge
 
read() - Method in class org.codehaus.xfire.java.message.WrappedBridge
 
readObject(MessageReader) - Method in class org.codehaus.xfire.java.type.ArrayType
 
readObject(MessageReader) - Method in class org.codehaus.xfire.java.type.BeanType
 
readObject(MessageReader) - Method in class org.codehaus.xfire.java.type.BooleanType
 
readObject(MessageReader) - Method in class org.codehaus.xfire.java.type.CalendarType
 
readObject(MessageReader) - Method in class org.codehaus.xfire.java.type.DateType
 
readObject(MessageReader) - Method in class org.codehaus.xfire.java.type.DoubleType
 
readObject(MessageReader) - Method in class org.codehaus.xfire.java.type.FloatType
 
readObject(MessageReader) - Method in class org.codehaus.xfire.java.type.IntType
 
readObject(MessageReader) - Method in class org.codehaus.xfire.java.type.LongType
 
readObject(MessageReader) - Method in class org.codehaus.xfire.java.type.StringType
 
readObject(MessageReader) - Method in class org.codehaus.xfire.java.type.Type
 
register(Class, QName, Class) - Method in class org.codehaus.xfire.java.mapping.CustomTypeMapping
 
register(String, TypeMapping) - Method in class org.codehaus.xfire.java.mapping.DefaultTypeMappingRegistry
 
register(Class, QName, Class) - Method in interface org.codehaus.xfire.java.mapping.TypeMapping
 
register(String, TypeMapping) - Method in interface org.codehaus.xfire.java.mapping.TypeMappingRegistry
 
registerDefault(TypeMapping) - Method in class org.codehaus.xfire.java.mapping.DefaultTypeMappingRegistry
 
registerDefault(TypeMapping) - Method in interface org.codehaus.xfire.java.mapping.TypeMappingRegistry
 
removeType(Class, QName) - Method in class org.codehaus.xfire.java.mapping.CustomTypeMapping
 
removeType(Class, QName) - Method in interface org.codehaus.xfire.java.mapping.TypeMapping
 
removeTypeMapping(TypeMapping) - Method in class org.codehaus.xfire.java.mapping.DefaultTypeMappingRegistry
 
removeTypeMapping(TypeMapping) - Method in interface org.codehaus.xfire.java.mapping.TypeMappingRegistry
Removes a TypeMapping from the TypeMappingRegistry.
ROLE - Static variable in interface org.codehaus.xfire.java.mapping.TypeMappingRegistry
 

S

SCOPE_APPLICATION - Static variable in interface org.codehaus.xfire.java.JavaService
 
SCOPE_REQUEST - Static variable in interface org.codehaus.xfire.java.JavaService
 
SCOPE_SESSION - Static variable in interface org.codehaus.xfire.java.JavaService
 
SERVICE_CLASS - Static variable in class org.codehaus.xfire.java.DefaultJavaService
 
ServiceHelper - Class in org.codehaus.xfire.java
Helper methods for services.
ServiceHelper() - Constructor for class org.codehaus.xfire.java.ServiceHelper
 
setAllowedMethods(List) - Method in class org.codehaus.xfire.java.DefaultJavaService
 
setAutoTyped(boolean) - Method in class org.codehaus.xfire.java.DefaultJavaService
 
setContext(MessageContext) - Method in class org.codehaus.xfire.java.message.AbstractMessageBridge
 
setEncodingStyleURI(String) - Method in class org.codehaus.xfire.java.mapping.CustomTypeMapping
 
setEncodingStyleURI(String) - Method in interface org.codehaus.xfire.java.mapping.TypeMapping
 
setNamespace(String) - Method in class org.codehaus.xfire.java.message.AbstractMessageBridge
 
setNamespace(String) - Method in class org.codehaus.xfire.java.message.LiteralWriter
 
setNamespace(String) - Method in interface org.codehaus.xfire.java.message.MessageWriter
 
setOperation(Operation) - Method in class org.codehaus.xfire.java.message.AbstractMessageBridge
 
setSchemaType(QName) - Method in class org.codehaus.xfire.java.type.Type
 
setScope(int) - Method in class org.codehaus.xfire.java.DefaultJavaService
 
setServiceClass(String) - Method in class org.codehaus.xfire.java.DefaultJavaService
 
setTypeClass(Class) - Method in class org.codehaus.xfire.java.type.Type
 
setTypeMapping(TypeMapping) - Method in class org.codehaus.xfire.java.DefaultJavaService
 
setTypeMapping(TypeMapping) - Method in class org.codehaus.xfire.java.type.Type
 
setTypeMappingRegistry(TypeMappingRegistry) - Method in class org.codehaus.xfire.java.DefaultJavaService
 
StringType - Class in org.codehaus.xfire.java.type
SimpleSerializer
StringType() - Constructor for class org.codehaus.xfire.java.type.StringType
 

T

Type - Class in org.codehaus.xfire.java.type
Type
Type() - Constructor for class org.codehaus.xfire.java.type.Type
 
TypeMapping - Interface in org.codehaus.xfire.java.mapping
 
TypeMappingRegistry - Interface in org.codehaus.xfire.java.mapping
The TypeMappingRegistry provides access to the type mappings within XFire.

U

unregisterTypeMapping(String) - Method in class org.codehaus.xfire.java.mapping.DefaultTypeMappingRegistry
 
unregisterTypeMapping(String) - Method in interface org.codehaus.xfire.java.mapping.TypeMappingRegistry
Unregisters a TypeMapping instance, if present, from the specified encodingStyleURI.

W

WrappedBridge - Class in org.codehaus.xfire.java.message
Reads Document/Literal style messages.
WrappedBridge(JavaService, MessageContext, XMLStreamReader, XMLStreamWriter) - Constructor for class org.codehaus.xfire.java.message.WrappedBridge
 
WrappedWSDL - Class in org.codehaus.xfire.java.wsdl
Creates Document style WSDL documents for JavaServices.
WrappedWSDL(JavaService, Set) - Constructor for class org.codehaus.xfire.java.wsdl.WrappedWSDL
 
write(Object) - Method in class org.codehaus.xfire.java.message.DocumentBridge
 
write(Object) - Method in interface org.codehaus.xfire.java.message.MessageBridge
 
write(Object) - Method in class org.codehaus.xfire.java.message.WrappedBridge
 
writeObject(Object, MessageWriter) - Method in class org.codehaus.xfire.java.type.ArrayType
 
writeObject(Object, MessageWriter) - Method in class org.codehaus.xfire.java.type.BeanType
 
writeObject(Object, MessageWriter) - Method in class org.codehaus.xfire.java.type.BooleanType
 
writeObject(Object, MessageWriter) - Method in class org.codehaus.xfire.java.type.CalendarType
 
writeObject(Object, MessageWriter) - Method in class org.codehaus.xfire.java.type.DateType
 
writeObject(Object, MessageWriter) - Method in class org.codehaus.xfire.java.type.DoubleType
 
writeObject(Object, MessageWriter) - Method in class org.codehaus.xfire.java.type.FloatType
 
writeObject(Object, MessageWriter) - Method in class org.codehaus.xfire.java.type.IntType
 
writeObject(Object, MessageWriter) - Method in class org.codehaus.xfire.java.type.LongType
 
writeObject(Object, MessageWriter) - Method in class org.codehaus.xfire.java.type.StringType
 
writeObject(Object, MessageWriter) - Method in class org.codehaus.xfire.java.type.Type
 
writeSchema(Element) - Method in class org.codehaus.xfire.java.type.ArrayType
 
writeSchema(Element) - Method in class org.codehaus.xfire.java.type.BeanType
 
writeSchema(Element) - Method in class org.codehaus.xfire.java.type.Type
 
writeValue(Object) - Method in class org.codehaus.xfire.java.message.LiteralWriter
 
writeValue(Object) - Method in interface org.codehaus.xfire.java.message.MessageWriter
 
writeValueAsBoolean(boolean) - Method in class org.codehaus.xfire.java.message.LiteralWriter
 
writeValueAsBoolean(boolean) - Method in interface org.codehaus.xfire.java.message.MessageWriter
 
writeValueAsCalendar(Calendar) - Method in class org.codehaus.xfire.java.message.LiteralWriter
 
writeValueAsCalendar(Calendar) - Method in interface org.codehaus.xfire.java.message.MessageWriter
 
writeValueAsDate(Date) - Method in class org.codehaus.xfire.java.message.LiteralWriter
 
writeValueAsDate(Date) - Method in interface org.codehaus.xfire.java.message.MessageWriter
 
writeValueAsDateTime(Date) - Method in class org.codehaus.xfire.java.message.LiteralWriter
 
writeValueAsDateTime(Date) - Method in interface org.codehaus.xfire.java.message.MessageWriter
 
writeValueAsDouble(Double) - Method in class org.codehaus.xfire.java.message.LiteralWriter
 
writeValueAsDouble(Double) - Method in interface org.codehaus.xfire.java.message.MessageWriter
 
writeValueAsFloat(Float) - Method in class org.codehaus.xfire.java.message.LiteralWriter
 
writeValueAsFloat(Float) - Method in interface org.codehaus.xfire.java.message.MessageWriter
 
writeValueAsInt(Integer) - Method in class org.codehaus.xfire.java.message.LiteralWriter
 
writeValueAsInt(Integer) - Method in interface org.codehaus.xfire.java.message.MessageWriter
 
writeValueAsLong(Long) - Method in class org.codehaus.xfire.java.message.LiteralWriter
 
writeValueAsLong(Long) - Method in interface org.codehaus.xfire.java.message.MessageWriter
 

A B C D E F G H I J L M N O R S T U W

Copyright © 2004 Codehaus. All Rights Reserved.