Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractAegisIoImpl - Class in org.apache.cxf.aegis
-
Common implementation of the Aegis data readers and writer.
- AbstractAegisIoImpl(AegisContext) - Constructor for class org.apache.cxf.aegis.AbstractAegisIoImpl
- AbstractAegisIoImpl(AegisContext, Context) - Constructor for class org.apache.cxf.aegis.AbstractAegisIoImpl
-
Due to the fact that the element data reader borrows this class, we need a constructor that takes an existing context.
- AbstractMessageReader - Class in org.apache.cxf.aegis.xml
-
Basic type conversions for reading messages.
- AbstractMessageReader() - Constructor for class org.apache.cxf.aegis.xml.AbstractMessageReader
- AbstractMessageWriter - Class in org.apache.cxf.aegis.xml
-
Basic type conversion functionality for writing messages.
- AbstractMessageWriter() - Constructor for class org.apache.cxf.aegis.xml.AbstractMessageWriter
- AbstractTypeCreator - Class in org.apache.cxf.aegis.type
- AbstractTypeCreator() - Constructor for class org.apache.cxf.aegis.type.AbstractTypeCreator
- AbstractXOPType - Class in org.apache.cxf.aegis.type.mtom
-
Base class for MtoM types.
- AbstractXOPType(boolean, String) - Constructor for class org.apache.cxf.aegis.type.mtom.AbstractXOPType
-
Create an XOP type.
- addInstance(String, Object) - Method in class org.apache.cxf.aegis.type.encoded.SoapRefRegistry
-
Add an object instance to the registry.
- addRef(String, SoapRef) - Method in class org.apache.cxf.aegis.type.encoded.SoapRefRegistry
-
Adds a reference to the specified id.
- addToSchemaElement(XmlSchemaElement) - Method in class org.apache.cxf.aegis.type.AegisType
-
If the type object merely wants to contribute attributes to the xsd:element element, it can implement this.
- addToSchemaElement(XmlSchemaElement) - Method in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
- addTypesSchemaDocument(XmlSchemaCollection) - Method in class org.apache.cxf.aegis.AegisContext
- addUtilityTypesToSchema(XmlSchema) - Static method in class org.apache.cxf.aegis.AegisContext
- addXmimeSchemaDocument(XmlSchemaCollection) - Method in class org.apache.cxf.aegis.AegisContext
- aegisContext - Variable in class org.apache.cxf.aegis.AbstractAegisIoImpl
- AegisContext - Class in org.apache.cxf.aegis
-
The Aegis Databinding context object.
- AegisContext() - Constructor for class org.apache.cxf.aegis.AegisContext
-
Construct a context.
- AegisDatabinding - Class in org.apache.cxf.aegis.databinding
-
CXF databinding object for Aegis.
- AegisDatabinding() - Constructor for class org.apache.cxf.aegis.databinding.AegisDatabinding
- AegisDatabinding(AegisContext) - Constructor for class org.apache.cxf.aegis.databinding.AegisDatabinding
- AegisElementDataReader - Class in org.apache.cxf.aegis
- AegisElementDataReader(AegisContext) - Constructor for class org.apache.cxf.aegis.AegisElementDataReader
- AegisElementDataWriter - Class in org.apache.cxf.aegis
- AegisElementDataWriter(AegisContext) - Constructor for class org.apache.cxf.aegis.AegisElementDataWriter
- AegisIo - Interface in org.apache.cxf.aegis
-
Aegis abstraction for reading.
- AegisReader<ReaderT> - Interface in org.apache.cxf.aegis
-
Interface for Aegis readers.
- AegisType - Class in org.apache.cxf.aegis.type
-
Aegis abstraction for a object.
- AegisType() - Constructor for class org.apache.cxf.aegis.type.AegisType
- AegisWriter<SinkT> - Interface in org.apache.cxf.aegis
-
Interface for Aegis writers.
- AegisXMLStreamDataReader - Class in org.apache.cxf.aegis
- AegisXMLStreamDataReader(AegisContext) - Constructor for class org.apache.cxf.aegis.AegisXMLStreamDataReader
- AegisXMLStreamDataReader(AegisContext, Context) - Constructor for class org.apache.cxf.aegis.AegisXMLStreamDataReader
-
This constructor is used by the Element data reader to borrow this class.
- AegisXMLStreamDataWriter - Class in org.apache.cxf.aegis
- alwaysAllowNillables() - Method in class org.apache.cxf.aegis.type.basic.BeanType
- alwaysAllowNillables() - Method in class org.apache.cxf.aegis.type.encoded.StructType
- AnnotatedTypeInfo - Class in org.apache.cxf.aegis.type.java5
- AnnotatedTypeInfo(TypeMapping, Class<?>, String, AnnotationReader, TypeCreationOptions) - Constructor for class org.apache.cxf.aegis.type.java5.AnnotatedTypeInfo
- AnnotatedTypeInfo(TypeMapping, Class<?>, String, TypeCreationOptions) - Constructor for class org.apache.cxf.aegis.type.java5.AnnotatedTypeInfo
- AnnotationReader - Class in org.apache.cxf.aegis.type.java5
- AnnotationReader() - Constructor for class org.apache.cxf.aegis.type.java5.AnnotationReader
- ArrayType - Class in org.apache.cxf.aegis.type.basic
-
An ArrayType.
- ArrayType() - Constructor for class org.apache.cxf.aegis.type.basic.ArrayType
- ArrayTypeInfo - Class in org.apache.cxf.aegis.type.encoded
- ArrayTypeInfo(NamespaceContext, String) - Constructor for class org.apache.cxf.aegis.type.encoded.ArrayTypeInfo
- ArrayTypeInfo(NamespaceContext, String, String) - Constructor for class org.apache.cxf.aegis.type.encoded.ArrayTypeInfo
- ArrayTypeInfo(QName, int, Integer...) - Constructor for class org.apache.cxf.aegis.type.encoded.ArrayTypeInfo
- ArrayTypeInfo(MessageReader, TypeMapping) - Constructor for class org.apache.cxf.aegis.type.encoded.ArrayTypeInfo
- ATTACHMENT_XOP_FOLLOW_URLS_PROPERTY - Static variable in class org.apache.cxf.aegis.type.mtom.AttachmentUtil
- AttachmentUtil - Class in org.apache.cxf.aegis.type.mtom
- AttributeReader - Class in org.apache.cxf.aegis.xml.stax
- AttributeReader(QName, String) - Constructor for class org.apache.cxf.aegis.xml.stax.AttributeReader
- AttributeWriter - Class in org.apache.cxf.aegis.xml.jdom
- AttributeWriter - Class in org.apache.cxf.aegis.xml.stax
- AttributeWriter(XMLStreamWriter, String, String) - Constructor for class org.apache.cxf.aegis.xml.stax.AttributeWriter
- AttributeWriter(Attribute) - Constructor for class org.apache.cxf.aegis.xml.jdom.AttributeWriter
B
- Base64Type - Class in org.apache.cxf.aegis.type.basic
-
Converts back and forth to byte[] objects.
- Base64Type() - Constructor for class org.apache.cxf.aegis.type.basic.Base64Type
- Base64Type(AbstractXOPType) - Constructor for class org.apache.cxf.aegis.type.basic.Base64Type
- BeanType - Class in org.apache.cxf.aegis.type.basic
-
Serializes JavaBeans.
- BeanType() - Constructor for class org.apache.cxf.aegis.type.basic.BeanType
-
Construct a type info.
- BeanType(BeanTypeInfo) - Constructor for class org.apache.cxf.aegis.type.basic.BeanType
-
Construct a type info given a full BeanTypeInfo.
- BeanTypeInfo - Class in org.apache.cxf.aegis.type.basic
- BeanTypeInfo(Class<?>, String) - Constructor for class org.apache.cxf.aegis.type.basic.BeanTypeInfo
- BeanTypeInfo(Class<?>, String, boolean) - Constructor for class org.apache.cxf.aegis.type.basic.BeanTypeInfo
-
Create a BeanTypeInfo class.
- BigDecimalType - Class in org.apache.cxf.aegis.type.basic
-
AegisTypefor aBigDecimal - BigDecimalType() - Constructor for class org.apache.cxf.aegis.type.basic.BigDecimalType
- BigIntegerType - Class in org.apache.cxf.aegis.type.basic
-
AegisTypefor aBigInteger - BigIntegerType() - Constructor for class org.apache.cxf.aegis.type.basic.BigIntegerType
- BooleanType - Class in org.apache.cxf.aegis.type.basic
-
Aegis type for
Boolean. - BooleanType() - Constructor for class org.apache.cxf.aegis.type.basic.BooleanType
- build(InputStream) - Method in class org.apache.cxf.aegis.util.jdom.StaxBuilder
- build(Reader) - Method in class org.apache.cxf.aegis.util.jdom.StaxBuilder
- build(XMLStreamReader) - Method in class org.apache.cxf.aegis.util.jdom.StaxBuilder
-
This will build a JDOM tree given a StAX stream reader.
- ByteArrayType - Class in org.apache.cxf.aegis.type.mtom
-
Byte arrays.
- ByteArrayType(boolean, String) - Constructor for class org.apache.cxf.aegis.type.mtom.ByteArrayType
- ByteType - Class in org.apache.cxf.aegis.type.basic
-
SimpleSerializer
- ByteType() - Constructor for class org.apache.cxf.aegis.type.basic.ByteType
C
- CalendarType - Class in org.apache.cxf.aegis.type.basic
-
AegisType for the Calendar class.
- CalendarType() - Constructor for class org.apache.cxf.aegis.type.basic.CalendarType
- castToAegisTypeClass(Class<?>) - Static method in class org.apache.cxf.aegis.type.java5.Java5TypeCreator
- cfgIgnoreWS - Variable in class org.apache.cxf.aegis.util.jdom.StaxBuilder
-
Whether ignorable white space should be ignored, ie not added in the resulting JDOM tree.
- CHARACTER_AS_STRING_TYPE_QNAME - Static variable in class org.apache.cxf.aegis.type.basic.CharacterAsStringType
- CharacterAsStringType - Class in org.apache.cxf.aegis.type.basic
- CharacterAsStringType() - Constructor for class org.apache.cxf.aegis.type.basic.CharacterAsStringType
- CharacterType - Class in org.apache.cxf.aegis.type.basic
- CharacterType() - Constructor for class org.apache.cxf.aegis.type.basic.CharacterType
- close() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
- close() - Method in class org.apache.cxf.aegis.xml.jdom.AttributeWriter
- close() - Method in interface org.apache.cxf.aegis.xml.MessageWriter
-
Tells the MessageWriter that writing operations are completed so it can write the end element.
- close() - Method in class org.apache.cxf.aegis.xml.stax.AttributeWriter
- close() - Method in class org.apache.cxf.aegis.xml.stax.ElementWriter
- CollectionType - Class in org.apache.cxf.aegis.type.collection
- CollectionType(AegisType) - Constructor for class org.apache.cxf.aegis.type.collection.CollectionType
- context - Variable in class org.apache.cxf.aegis.AbstractAegisIoImpl
- Context - Class in org.apache.cxf.aegis
-
Holds information about the message request and response.
- Context(AegisContext) - Constructor for class org.apache.cxf.aegis.Context
- createArrayType(TypeClassInfo) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- createAttachment(Object, String) - Method in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
- createAttachment(Object, String) - Method in class org.apache.cxf.aegis.type.mtom.ByteArrayType
- createAttachment(Object, String) - Method in class org.apache.cxf.aegis.type.mtom.DataHandlerType
- createAttachment(Object, String) - Method in class org.apache.cxf.aegis.type.mtom.DataSourceType
- createBasicClassInfo(Type) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- createBasicClassInfo(Type) - Method in interface org.apache.cxf.aegis.type.TypeCreator
-
Create class info for a Type.
- createClassInfo(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- createClassInfo(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.DefaultTypeCreator
- createClassInfo(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.java5.Java5TypeCreator
- createClassInfo(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.XMLTypeCreator
- createClassInfo(Field) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- createClassInfo(Method, int) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- createClassInfo(Method, int) - Method in class org.apache.cxf.aegis.type.DefaultTypeCreator
- createClassInfo(Method, int) - Method in class org.apache.cxf.aegis.type.java5.Java5TypeCreator
- createClassInfo(Method, int) - Method in interface org.apache.cxf.aegis.type.TypeCreator
-
Retrieve the classInfo for a method.
- createClassInfo(Method, int) - Method in class org.apache.cxf.aegis.type.XMLTypeCreator
- createCollection() - Method in class org.apache.cxf.aegis.type.basic.ArrayType
- createCollection() - Method in class org.apache.cxf.aegis.type.collection.CollectionType
- createCollectionQName(TypeClassInfo, AegisType) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- createCollectionType(TypeClassInfo) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- createCollectionType(TypeClassInfo) - Method in class org.apache.cxf.aegis.type.DefaultTypeCreator
- createCollectionType(TypeClassInfo) - Method in class org.apache.cxf.aegis.type.java5.Java5TypeCreator
- createCollectionType(TypeClassInfo) - Method in class org.apache.cxf.aegis.type.XMLTypeCreator
- createCollectionTypeFromGeneric(TypeClassInfo) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- createContentID(String) - Static method in class org.apache.cxf.aegis.type.mtom.AttachmentUtil
- createDefaultType(TypeClassInfo) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- createDefaultType(TypeClassInfo) - Method in class org.apache.cxf.aegis.type.DefaultTypeCreator
- createDefaultType(TypeClassInfo) - Method in class org.apache.cxf.aegis.type.java5.Java5TypeCreator
- createDefaultType(TypeClassInfo) - Method in class org.apache.cxf.aegis.type.XMLTypeCreator
- createDefaultTypeCreator() - Method in class org.apache.cxf.aegis.AegisContext
- createDefaultTypeMapping(boolean, boolean) - Static method in class org.apache.cxf.aegis.type.DefaultTypeMapping
- createDefaultTypeMapping(boolean, boolean, boolean) - Static method in class org.apache.cxf.aegis.type.DefaultTypeMapping
-
Create a set of default type mappings.
- createDomElementReader() - Method in class org.apache.cxf.aegis.AegisContext
- createDomElementWriter() - Method in class org.apache.cxf.aegis.AegisContext
- createEnumType(TypeClassInfo) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- createEnumType(TypeClassInfo) - Method in class org.apache.cxf.aegis.type.java5.Java5TypeCreator
- createEnumType(TypeClassInfo) - Method in class org.apache.cxf.aegis.type.XMLTypeCreator
- createFromFault(Context) - Method in class org.apache.cxf.aegis.type.basic.BeanType
-
If the class is an exception, this will try and instantiate it with information from the XFireFault (if it exists).
- createHolderType(TypeClassInfo) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- createMappedName(PropertyDescriptor, boolean) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
-
Specifies the name of the property as it shows up in the xml schema.
- createMappedName(PropertyDescriptor, boolean) - Method in class org.apache.cxf.aegis.type.java5.AnnotatedTypeInfo
- createMapQName(TypeClassInfo, AegisType, AegisType) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- createMapType(TypeClassInfo) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- createMapType(TypeClassInfo, AegisType, AegisType) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- createObjectType() - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- createParameterizedType(Class<?>, Type[]) - Static method in class org.apache.cxf.aegis.type.ParameterizedTypeFactory
- createQName(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.java5.AnnotatedTypeInfo
- createQName(Class<?>) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- createQName(Class<?>) - Method in class org.apache.cxf.aegis.type.java5.Java5TypeCreator
- createQName(NamespaceContext, String) - Static method in class org.apache.cxf.aegis.util.NamespaceHelper
- createQName(Element, String) - Method in class org.apache.cxf.aegis.type.XMLTypeCreator
-
Creates a QName from a string, such as "ns:Element".
- createQName(Element, String, String) - Static method in class org.apache.cxf.aegis.util.NamespaceHelper
- createReader(Class<T>) - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
- createRootTypeCreator() - Method in class org.apache.cxf.aegis.AegisContext
- createSoap11TypeMapping(boolean, boolean, boolean) - Static method in class org.apache.cxf.aegis.type.DefaultTypeMapping
-
Create a type mapping object with a stock set of mappings, including the SOAP 1.1 'encoded' types.
- createType(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
-
Create type information for a PropertyDescriptor.
- createType(PropertyDescriptor) - Method in interface org.apache.cxf.aegis.type.TypeCreator
- createType(Class<?>) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- createType(Field) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
-
Create type information for a
Field. - createType(Field) - Method in interface org.apache.cxf.aegis.type.TypeCreator
- createType(Method, int) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
-
Create a AegisType for a Method parameter.
- createType(Method, int) - Method in interface org.apache.cxf.aegis.type.TypeCreator
- createType(Type) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
-
Create an Aegis type from a reflected type description.
- createType(Type) - Method in interface org.apache.cxf.aegis.type.TypeCreator
- createTypeCreator() - Method in class org.apache.cxf.aegis.AegisContext
- createTypeForClass(TypeClassInfo) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- createTypeForClass(TypeClassInfo) - Method in interface org.apache.cxf.aegis.type.TypeCreator
-
Turn a TypeClassInfo into a type.
- createTypeInfo() - Method in class org.apache.cxf.aegis.type.basic.BeanType
-
Create type info based in the type class.
- createUserType(TypeClassInfo) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- createWriter(Class<T>) - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
- createXMLReader() - Method in class org.apache.cxf.aegis.type.xml.SourceType
- createXMLStreamReader() - Method in class org.apache.cxf.aegis.AegisContext
- createXMLStreamWriter() - Method in class org.apache.cxf.aegis.AegisContext
D
- DatabindingException - Exception in org.apache.cxf.aegis
- DatabindingException(String) - Constructor for exception org.apache.cxf.aegis.DatabindingException
-
Constructs a new exception with the specified detail message.
- DatabindingException(String, Throwable) - Constructor for exception org.apache.cxf.aegis.DatabindingException
-
Constructs a new exception with the specified detail message and cause.
- DatabindingException(Message) - Constructor for exception org.apache.cxf.aegis.DatabindingException
- DatabindingException(Message, Throwable) - Constructor for exception org.apache.cxf.aegis.DatabindingException
- DataHandlerType - Class in org.apache.cxf.aegis.type.mtom
-
Binding for
DataHandler. - DataHandlerType(boolean, String) - Constructor for class org.apache.cxf.aegis.type.mtom.DataHandlerType
- DataSourceType - Class in org.apache.cxf.aegis.type.mtom
-
Binding for
DataSource. - DataSourceType(boolean, String) - Constructor for class org.apache.cxf.aegis.type.mtom.DataSourceType
- DateTimeType - Class in org.apache.cxf.aegis.type.basic
-
AegisType for the Date class which serializes as an xsd:dateTime.
- DateTimeType() - Constructor for class org.apache.cxf.aegis.type.basic.DateTimeType
- DateType - Class in org.apache.cxf.aegis.type.basic
-
AegisType for the Date class which serializes as an xsd:date (no time information).
- DateType() - Constructor for class org.apache.cxf.aegis.type.basic.DateType
- DEFAULT_MAPPING_URI - Static variable in class org.apache.cxf.aegis.type.DefaultTypeMapping
- DefaultTypeCreator - Class in org.apache.cxf.aegis.type
- DefaultTypeCreator() - Constructor for class org.apache.cxf.aegis.type.DefaultTypeCreator
- DefaultTypeCreator(TypeCreationOptions) - Constructor for class org.apache.cxf.aegis.type.DefaultTypeCreator
- DefaultTypeMapping - Class in org.apache.cxf.aegis.type
-
The implementation of the Aegis type map.
- DefaultTypeMapping() - Constructor for class org.apache.cxf.aegis.type.DefaultTypeMapping
- DefaultTypeMapping(String) - Constructor for class org.apache.cxf.aegis.type.DefaultTypeMapping
- DefaultTypeMapping(String, TypeMapping) - Constructor for class org.apache.cxf.aegis.type.DefaultTypeMapping
- determineType(Context, Class<?>) - Method in class org.apache.cxf.aegis.type.basic.ObjectType
- DocumentType - Class in org.apache.cxf.aegis.type.xml
-
Reads and writes
org.w3c.dom.Documenttypes. - DocumentType() - Constructor for class org.apache.cxf.aegis.type.xml.DocumentType
- DoubleType - Class in org.apache.cxf.aegis.type.basic
- DoubleType() - Constructor for class org.apache.cxf.aegis.type.basic.DoubleType
- DurationType - Class in org.apache.cxf.aegis.type.java5
- DurationType() - Constructor for class org.apache.cxf.aegis.type.java5.DurationType
E
- ElementDataReader - Class in org.apache.cxf.aegis.databinding
- ElementDataWriter - Class in org.apache.cxf.aegis.databinding
- ElementDataWriter(AegisDatabinding) - Constructor for class org.apache.cxf.aegis.databinding.ElementDataWriter
- ElementReader - Class in org.apache.cxf.aegis.xml.stax
-
Reads literal encoded messages.
- ElementReader(InputStream) - Constructor for class org.apache.cxf.aegis.xml.stax.ElementReader
- ElementReader(XMLStreamReader) - Constructor for class org.apache.cxf.aegis.xml.stax.ElementReader
- ElementReader(DepthXMLStreamReader) - Constructor for class org.apache.cxf.aegis.xml.stax.ElementReader
- ElementWriter - Class in org.apache.cxf.aegis.xml.stax
- ElementWriter(OutputStream, String, String) - Constructor for class org.apache.cxf.aegis.xml.stax.ElementWriter
- ElementWriter(XMLStreamWriter) - Constructor for class org.apache.cxf.aegis.xml.stax.ElementWriter
-
Create an ElementWriter but without writing an element name.
- ElementWriter(XMLStreamWriter, String, String) - Constructor for class org.apache.cxf.aegis.xml.stax.ElementWriter
- ElementWriter(XMLStreamWriter, String, String, String) - Constructor for class org.apache.cxf.aegis.xml.stax.ElementWriter
- ElementWriter(XMLStreamWriter, QName) - Constructor for class org.apache.cxf.aegis.xml.stax.ElementWriter
- endElement() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
- EnumType - Class in org.apache.cxf.aegis.type.java5
- EnumType() - Constructor for class org.apache.cxf.aegis.type.java5.EnumType
- equals(Object) - Method in class org.apache.cxf.aegis.type.AegisType
- extensibleAttributes() - Element in annotation interface org.apache.cxf.aegis.type.java5.XmlType
- extensibleElements() - Element in annotation interface org.apache.cxf.aegis.type.java5.XmlType
F
- FAULT_PARAM - Static variable in class org.apache.cxf.aegis.databinding.AegisDatabinding
- findMapping(Type) - Method in class org.apache.cxf.aegis.type.XMLTypeCreator
- findMappings(Type) - Method in class org.apache.cxf.aegis.type.XMLTypeCreator
- FloatType - Class in org.apache.cxf.aegis.type.basic
- FloatType() - Constructor for class org.apache.cxf.aegis.type.basic.FloatType
- flush() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
- flush() - Method in class org.apache.cxf.aegis.xml.stax.ElementWriter
- format(Object, StringBuffer, FieldPosition) - Method in class org.apache.cxf.aegis.util.date.XsDateTimeFormat
G
- generate() - Static method in class org.apache.cxf.aegis.util.UID
- get() - Method in class org.apache.cxf.aegis.type.encoded.SoapRef
-
Gets the referenced object instance or null if the reference has not been resolved yet;
- get(Context) - Static method in class org.apache.cxf.aegis.type.encoded.MarshalRegistry
-
Get the MarshalRegistry stored in the context, and if necessary create a new one.
- get(Context) - Static method in class org.apache.cxf.aegis.type.encoded.SoapRefRegistry
-
Get the SoapRefRegistry stored in the context, and if necessary create a new one.
- getActualMessage() - Method in exception org.apache.cxf.aegis.DatabindingException
- getAdditionalNamespaces() - Method in class org.apache.cxf.aegis.util.jdom.StaxBuilder
- getAegisContext() - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
- getAegisTypeClass() - Method in class org.apache.cxf.aegis.type.TypeClassInfo
- getAnnotations() - Method in class org.apache.cxf.aegis.type.TypeClassInfo
- getAttachment(String, Collection<Attachment>) - Static method in class org.apache.cxf.aegis.type.mtom.AttachmentUtil
- getAttachments() - Method in class org.apache.cxf.aegis.Context
- getAttributeCount() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
- getAttributeLocalName(int) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
- getAttributeName(int) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
- getAttributeNamespace(int) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
- getAttributePrefix(int) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
- getAttributeReader(String, String) - Method in class org.apache.cxf.aegis.xml.stax.AttributeReader
- getAttributeReader(QName) - Method in interface org.apache.cxf.aegis.xml.MessageReader
- getAttributeReader(QName) - Method in class org.apache.cxf.aegis.xml.stax.AttributeReader
- getAttributeReader(QName) - Method in class org.apache.cxf.aegis.xml.stax.ElementReader
- getAttributes() - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
- getAttributeType(int) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
- getAttributeValue(int) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
- getAttributeValue(String, String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
- getAttributeWriter(String) - Method in class org.apache.cxf.aegis.xml.jdom.AttributeWriter
- getAttributeWriter(String) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
- getAttributeWriter(String) - Method in class org.apache.cxf.aegis.xml.stax.AttributeWriter
- getAttributeWriter(String) - Method in class org.apache.cxf.aegis.xml.stax.ElementWriter
- getAttributeWriter(String, String) - Method in class org.apache.cxf.aegis.xml.jdom.AttributeWriter
- getAttributeWriter(String, String) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
- getAttributeWriter(String, String) - Method in class org.apache.cxf.aegis.xml.stax.AttributeWriter
- getAttributeWriter(String, String) - Method in class org.apache.cxf.aegis.xml.stax.ElementWriter
- getAttributeWriter(QName) - Method in class org.apache.cxf.aegis.xml.jdom.AttributeWriter
- getAttributeWriter(QName) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
- getAttributeWriter(QName) - Method in class org.apache.cxf.aegis.xml.stax.AttributeWriter
- getAttributeWriter(QName) - Method in class org.apache.cxf.aegis.xml.stax.ElementWriter
- getBeanImplementationMap() - Method in class org.apache.cxf.aegis.AegisContext
-
This property provides support for interfaces.
- getBeanTypeInfoWithProperty(QName) - Method in class org.apache.cxf.aegis.type.basic.BeanType
- getBeanTypeInfoWithProperty(QName) - Method in class org.apache.cxf.aegis.type.encoded.StructType
-
Gets the BeanTypeInfo using an unqualified name.
- getBytes(Object) - Method in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
-
if MtoM is not enabled, we need bytes to turn into base64.
- getBytes(Object) - Method in class org.apache.cxf.aegis.type.mtom.ByteArrayType
- getBytes(Object) - Method in class org.apache.cxf.aegis.type.mtom.DataHandlerType
- getBytes(Object) - Method in class org.apache.cxf.aegis.type.mtom.DataSourceType
- getChildFrame() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
- getComponentName() - Method in class org.apache.cxf.aegis.type.basic.ArrayType
- getComponentName() - Method in class org.apache.cxf.aegis.type.encoded.SoapArrayType
-
Gets the QName of the component type of this array.
- getComponentType() - Method in class org.apache.cxf.aegis.type.basic.ArrayType
-
Get the
AegisTypeof the elements in the array. - getComponentType() - Method in class org.apache.cxf.aegis.type.collection.CollectionType
- getComponentType() - Method in class org.apache.cxf.aegis.type.encoded.SoapArrayType
-
Get the
AegisTypeof the elements in the array. - getComponentType(Type, int) - Method in class org.apache.cxf.aegis.type.java5.Java5TypeCreator
- getComponentTypeForMap(Type, Map<String, Type>, boolean) - Method in class org.apache.cxf.aegis.type.java5.Java5TypeCreator
- getConfiguration() - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- getContentType() - Method in class org.apache.cxf.aegis.type.mtom.StreamDataSource
- getContentType(Object, Context) - Method in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
- getContentType(Object, Context) - Method in class org.apache.cxf.aegis.type.mtom.ByteArrayType
- getContentType(Object, Context) - Method in class org.apache.cxf.aegis.type.mtom.DataHandlerType
- getContentType(Object, Context) - Method in class org.apache.cxf.aegis.type.mtom.DataSourceType
- getContext() - Method in class org.apache.cxf.aegis.AbstractAegisIoImpl
- getCurrentElement() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
- getDefaultMinOccurs() - Method in class org.apache.cxf.aegis.type.TypeCreationOptions
-
Absent any annotations of XML mapping, the value of the minOccurs attribute on elements.
- getDefaultNamespace() - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
- getDependencies() - Method in class org.apache.cxf.aegis.type.AegisType
-
Return a set of AegisType dependencies.
- getDependencies() - Method in class org.apache.cxf.aegis.type.basic.ArrayType
- getDependencies() - Method in class org.apache.cxf.aegis.type.basic.BeanType
-
Return a set of AegisType dependencies.
- getDependencies() - Method in class org.apache.cxf.aegis.type.basic.ObjectType
- getDependencies() - Method in class org.apache.cxf.aegis.type.collection.MapType
- getDependencies() - Method in class org.apache.cxf.aegis.type.encoded.SoapArrayType
- getDependencies() - Method in class org.apache.cxf.aegis.type.encoded.SoapRefType
- getDescription() - Method in class org.apache.cxf.aegis.type.TypeClassInfo
- getDimensions() - Method in class org.apache.cxf.aegis.type.encoded.ArrayTypeInfo
- getDocument() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
- getDocument(Class<?>) - Method in class org.apache.cxf.aegis.type.XMLTypeCreator
- getElement() - Method in class org.apache.cxf.aegis.util.stax.JDOMNamespaceContext
- getElement() - Method in class org.apache.cxf.aegis.util.stax.W3CNamespaceContext
- getElementName(Method, int) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- getElementName(Method, int) - Method in interface org.apache.cxf.aegis.type.TypeCreator
-
Get the mapped name of a method parameter.
- getElements() - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
- getElementText() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
- getElementType(QName, BeanTypeInfo, MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.BeanType
- getElementType(QName, BeanTypeInfo, MessageReader, Context) - Method in class org.apache.cxf.aegis.type.encoded.StructType
-
Returns a SoapRefType wrapping the actual type.
- getElementWriter(String) - Method in class org.apache.cxf.aegis.xml.jdom.AttributeWriter
- getElementWriter(String) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
- getElementWriter(String) - Method in class org.apache.cxf.aegis.xml.stax.AttributeWriter
- getElementWriter(String) - Method in class org.apache.cxf.aegis.xml.stax.ElementWriter
- getElementWriter(String, String) - Method in class org.apache.cxf.aegis.xml.jdom.AttributeWriter
- getElementWriter(String, String) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
- getElementWriter(String, String) - Method in class org.apache.cxf.aegis.xml.stax.AttributeWriter
- getElementWriter(String, String) - Method in class org.apache.cxf.aegis.xml.stax.ElementWriter
- getElementWriter(QName) - Method in class org.apache.cxf.aegis.xml.jdom.AttributeWriter
- getElementWriter(QName) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
- getElementWriter(QName) - Method in class org.apache.cxf.aegis.xml.stax.AttributeWriter
- getElementWriter(QName) - Method in class org.apache.cxf.aegis.xml.stax.ElementWriter
- getEncoding() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
- getEntryName() - Method in class org.apache.cxf.aegis.type.collection.MapType
- getEnumValue(Enum<?>) - Static method in class org.apache.cxf.aegis.type.java5.AnnotationReader
- getFactory() - Method in class org.apache.cxf.aegis.util.jdom.StaxBuilder
-
Returns the current
JDOMFactoryin use, if one has been previously set withsetFactory(org.jdom.JDOMFactory), otherwise null. - getFault() - Method in class org.apache.cxf.aegis.Context
- getGlobalContext() - Method in class org.apache.cxf.aegis.Context
- getIds() - Method in class org.apache.cxf.aegis.type.encoded.SoapRefRegistry
-
Gets the ids of the registered object instances.
- getInputStream() - Method in class org.apache.cxf.aegis.type.mtom.StreamDataSource
- getInstanceId(Object) - Method in class org.apache.cxf.aegis.type.encoded.MarshalRegistry
- getKeyName() - Method in class org.apache.cxf.aegis.type.collection.MapType
- getKeyType() - Method in class org.apache.cxf.aegis.type.collection.MapType
- getKeyType() - Method in class org.apache.cxf.aegis.type.TypeClassInfo
- getLocalName() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
- getLocalName() - Method in interface org.apache.cxf.aegis.xml.MessageReader
-
Get the local name of the element this reader represents.
- getLocalName() - Method in class org.apache.cxf.aegis.xml.stax.AttributeReader
- getLocalName() - Method in class org.apache.cxf.aegis.xml.stax.ElementReader
- getMappedName() - Method in class org.apache.cxf.aegis.type.TypeClassInfo
- getMappingIdentifierURI() - Method in class org.apache.cxf.aegis.type.DefaultTypeMapping
- getMappingIdentifierURI() - Method in interface org.apache.cxf.aegis.type.TypeMapping
-
Each mapping has a URI that identifies it.
- getMappingNamespaceURI() - Method in class org.apache.cxf.aegis.AegisContext
-
What URI identifies the type mapping for this context?
- getMaxOccurs() - Method in class org.apache.cxf.aegis.type.AegisType
- getMaxOccurs() - Method in class org.apache.cxf.aegis.type.basic.ArrayType
- getMaxOccurs() - Method in class org.apache.cxf.aegis.type.TypeClassInfo
- getMaxOccurs(QName) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
-
Return the maxOccurs value.
- getMaxOccurs(QName) - Method in class org.apache.cxf.aegis.type.basic.XMLBeanTypeInfo
-
Return maxOccurs if specified in the XML, otherwise from the default in the base class.
- getMessage() - Method in exception org.apache.cxf.aegis.DatabindingException
-
Return the detail message, including the message from the
nested exceptionif there is one. - getMinOccurs() - Method in class org.apache.cxf.aegis.type.AegisType
- getMinOccurs() - Method in class org.apache.cxf.aegis.type.basic.ArrayType
- getMinOccurs() - Method in class org.apache.cxf.aegis.type.basic.BeanType
- getMinOccurs() - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
- getMinOccurs() - Method in class org.apache.cxf.aegis.type.TypeClassInfo
- getMinOccurs(Annotation[]) - Static method in class org.apache.cxf.aegis.type.java5.AnnotationReader
- getMinOccurs(AnnotatedElement) - Method in class org.apache.cxf.aegis.type.java5.AnnotationReader
- getMinOccurs(QName) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
-
Return the minOccurs value.
- getMinOccurs(QName) - Method in class org.apache.cxf.aegis.type.basic.XMLBeanTypeInfo
-
Return minOccurs if specified in the XML, otherwise from the defaults in the base class.
- getMinOccurs(QName) - Method in class org.apache.cxf.aegis.type.java5.AnnotatedTypeInfo
- getName() - Method in class org.apache.cxf.aegis.type.mtom.StreamDataSource
- getName() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
- getName() - Method in interface org.apache.cxf.aegis.xml.MessageReader
- getName() - Method in class org.apache.cxf.aegis.xml.stax.AttributeReader
- getName() - Method in class org.apache.cxf.aegis.xml.stax.ElementReader
- getName(AnnotatedElement) - Method in class org.apache.cxf.aegis.type.java5.AnnotationReader
- getNamespace() - Method in interface org.apache.cxf.aegis.xml.MessageReader
- getNamespace() - Method in class org.apache.cxf.aegis.xml.stax.AttributeReader
- getNamespace() - Method in class org.apache.cxf.aegis.xml.stax.ElementReader
- getNamespace() - Method in class org.apache.cxf.aegis.xml.stax.ElementWriter
- getNamespace(AnnotatedElement) - Method in class org.apache.cxf.aegis.type.java5.AnnotationReader
- getNamespaceContext() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
- getNamespaceContext() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
- getNamespaceCount() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
- getNamespaceForPrefix(String) - Method in interface org.apache.cxf.aegis.xml.MessageReader
- getNamespaceForPrefix(String) - Method in class org.apache.cxf.aegis.xml.stax.AttributeReader
- getNamespaceForPrefix(String) - Method in class org.apache.cxf.aegis.xml.stax.ElementReader
- getNamespacePrefix(int) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
- getNamespaceURI() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
- getNamespaceURI(int) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
- getNamespaceURI(String) - Method in class org.apache.cxf.aegis.util.stax.JDOMNamespaceContext
- getNamespaceURI(String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
- getNamespaceURI(String) - Method in class org.apache.cxf.aegis.util.stax.W3CNamespaceContext
- getNextAttributeReader() - Method in interface org.apache.cxf.aegis.xml.MessageReader
- getNextAttributeReader() - Method in class org.apache.cxf.aegis.xml.stax.AttributeReader
- getNextAttributeReader() - Method in class org.apache.cxf.aegis.xml.stax.ElementReader
- getNextElementReader() - Method in interface org.apache.cxf.aegis.xml.MessageReader
- getNextElementReader() - Method in class org.apache.cxf.aegis.xml.stax.AttributeReader
- getNextElementReader() - Method in class org.apache.cxf.aegis.xml.stax.ElementReader
- getNillable() - Method in class org.apache.cxf.aegis.type.TypeClassInfo
- getObjectType() - Method in class org.apache.cxf.aegis.type.encoded.TrailingBlocks
-
Gets the ObjectType used to read and write the trailing block instances.
- getOffset() - Method in class org.apache.cxf.aegis.type.encoded.ArrayTypeInfo
- getOrCreateGenericType(TypeClassInfo) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- getOrCreateGenericType(TypeClassInfo) - Method in class org.apache.cxf.aegis.type.java5.Java5TypeCreator
- getOrCreateGenericType(TypeClassInfo) - Method in class org.apache.cxf.aegis.type.XMLTypeCreator
- getOrCreateMapKeyType(TypeClassInfo) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- getOrCreateMapKeyType(TypeClassInfo) - Method in class org.apache.cxf.aegis.type.DefaultTypeCreator
- getOrCreateMapKeyType(TypeClassInfo) - Method in class org.apache.cxf.aegis.type.java5.Java5TypeCreator
- getOrCreateMapKeyType(TypeClassInfo) - Method in class org.apache.cxf.aegis.type.XMLTypeCreator
- getOrCreateMapValueType(TypeClassInfo) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- getOrCreateMapValueType(TypeClassInfo) - Method in class org.apache.cxf.aegis.type.DefaultTypeCreator
- getOrCreateMapValueType(TypeClassInfo) - Method in class org.apache.cxf.aegis.type.java5.Java5TypeCreator
- getOrCreateMapValueType(TypeClassInfo) - Method in class org.apache.cxf.aegis.type.XMLTypeCreator
- getOrCreateParameterizedType(TypeClassInfo, int, boolean) - Method in class org.apache.cxf.aegis.type.java5.Java5TypeCreator
- getOutputStream() - Method in class org.apache.cxf.aegis.type.mtom.StreamDataSource
- getParamNamespace(Method, int) - Method in class org.apache.cxf.aegis.type.java5.AnnotationReader
- getParamType(Method, int) - Method in class org.apache.cxf.aegis.type.java5.AnnotationReader
- getParamTypeName(Method, int) - Method in class org.apache.cxf.aegis.type.java5.AnnotationReader
- getParent() - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- getParent() - Method in class org.apache.cxf.aegis.type.DefaultTypeMapping
- getParent() - Method in interface org.apache.cxf.aegis.type.TypeCreator
- getPartFromClass(Class<?>) - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
- getPIData() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
- getPITarget() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
- getPrefix() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
- getPrefix(String) - Method in class org.apache.cxf.aegis.util.stax.JDOMNamespaceContext
- getPrefix(String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
- getPrefix(String) - Method in class org.apache.cxf.aegis.util.stax.W3CNamespaceContext
- getPrefix(Element, String) - Static method in class org.apache.cxf.aegis.util.NamespaceHelper
- getPrefixes(String) - Method in class org.apache.cxf.aegis.util.stax.JDOMNamespaceContext
- getPrefixes(String) - Method in class org.apache.cxf.aegis.util.stax.W3CNamespaceContext
- getPrefixes(Element, String, List<String>) - Static method in class org.apache.cxf.aegis.util.NamespaceHelper
- getPrefixForNamespace(String) - Method in class org.apache.cxf.aegis.xml.jdom.AttributeWriter
- getPrefixForNamespace(String) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
- getPrefixForNamespace(String) - Method in class org.apache.cxf.aegis.xml.stax.AttributeWriter
- getPrefixForNamespace(String) - Method in class org.apache.cxf.aegis.xml.stax.ElementWriter
- getPrefixForNamespace(String, String) - Method in class org.apache.cxf.aegis.xml.jdom.AttributeWriter
- getPrefixForNamespace(String, String) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
-
Get a prefix for a namespace.
- getPrefixForNamespace(String, String) - Method in class org.apache.cxf.aegis.xml.stax.AttributeWriter
- getPrefixForNamespace(String, String) - Method in class org.apache.cxf.aegis.xml.stax.ElementWriter
- getProperty(Class<T>) - Method in class org.apache.cxf.aegis.Context
- getProperty(String) - Method in class org.apache.cxf.aegis.databinding.ElementDataWriter
- getProperty(String) - Method in class org.apache.cxf.aegis.databinding.XMLStreamDataWriter
- getProperty(String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
- getProperty(String, Class<T>) - Method in class org.apache.cxf.aegis.Context
- getPropertyDescriptor(String) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
- getPropertyDescriptorFromMappedName(QName) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
- getPropertyDescriptors() - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
- getRanks() - Method in class org.apache.cxf.aegis.type.encoded.ArrayTypeInfo
- getReadType(XMLStreamReader, AegisContext, AegisType) - Static method in class org.apache.cxf.aegis.type.TypeUtil
- getReadTypeStandalone(XMLStreamReader, AegisContext, AegisType) - Static method in class org.apache.cxf.aegis.type.TypeUtil
-
getReadType cannot just look up the xsi:type in the mapping.
- getReturnNamespace(AnnotatedElement) - Method in class org.apache.cxf.aegis.type.java5.AnnotationReader
- getReturnType(AnnotatedElement) - Method in class org.apache.cxf.aegis.type.java5.AnnotationReader
- getReturnTypeName(AnnotatedElement) - Method in class org.apache.cxf.aegis.type.java5.AnnotationReader
- getRootClasses() - Method in class org.apache.cxf.aegis.AegisContext
- getRootClassNames() - Method in class org.apache.cxf.aegis.AegisContext
-
Retrieve the set of root class names.
- getRootType() - Method in class org.apache.cxf.aegis.type.encoded.SoapArrayType
-
Gets the QName of the root component type of this array.
- getRootType(Class<?>) - Method in class org.apache.cxf.aegis.AegisContext
-
If a class was provided as part of the 'root' list, retrieve it's AegisType by Class.
- getRootType(QName) - Method in class org.apache.cxf.aegis.AegisContext
-
If a class was provided as part of the root list, retrieve it's AegisType by schema type QName.
- getRootTypes() - Method in class org.apache.cxf.aegis.AegisContext
-
Retrieve the Aegis type objects for the root classes.
- getSchemaType() - Method in class org.apache.cxf.aegis.type.AegisType
- getSchemaType() - Method in class org.apache.cxf.aegis.type.encoded.SoapRefType
- getService() - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
- getServiceNamespace() - Method in class org.apache.cxf.aegis.databinding.XFireCompatibilityServiceConfiguration
- getSingleTypeParameter(Type) - Static method in class org.apache.cxf.aegis.type.TypeUtil
-
Insist that a Type is a parameterized type of one parameter.
- getSingleTypeParameter(Type, int) - Static method in class org.apache.cxf.aegis.type.TypeUtil
-
Insist that a Type is a parameterized type of one parameter.
- getSuggestedName(Service, TypeMapping, OperationInfo, int) - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
- getSuperType() - Method in class org.apache.cxf.aegis.type.basic.BeanType
-
Return the AegisType for the superclass if this type's class, if any.
- getSupportedReaderFormats() - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
- getSupportedWriterFormats() - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
- getText() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
- getTextCharacters() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
- getTextLength() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
- getTextStart() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
- getTopCreator() - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- getTotalDimensions() - Method in class org.apache.cxf.aegis.type.encoded.ArrayTypeInfo
- getType() - Method in class org.apache.cxf.aegis.type.AegisType
- getType() - Method in class org.apache.cxf.aegis.type.encoded.ArrayTypeInfo
- getType() - Method in class org.apache.cxf.aegis.type.TypeClassInfo
- getType(AnnotatedElement) - Method in class org.apache.cxf.aegis.type.java5.AnnotationReader
- getType(Type) - Method in class org.apache.cxf.aegis.type.DefaultTypeMapping
- getType(Type) - Method in interface org.apache.cxf.aegis.type.TypeMapping
- getType(QName) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
-
Get the type class for the field with the specified QName.
- getType(QName) - Method in class org.apache.cxf.aegis.type.DefaultTypeMapping
- getType(QName) - Method in interface org.apache.cxf.aegis.type.TypeMapping
- getType(MessagePartInfo) - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
- getTypeClass() - Method in class org.apache.cxf.aegis.type.AegisType
- getTypeClass() - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
- getTypeClass() - Method in class org.apache.cxf.aegis.type.encoded.SoapRefType
- getTypeClass(Type, boolean) - Static method in class org.apache.cxf.aegis.type.TypeUtil
-
Utility function to cast a Type to a Class.
- getTypeCreationOptions() - Method in class org.apache.cxf.aegis.AegisContext
-
Return the type mapping configuration associated with this context.
- getTypeCreator() - Method in class org.apache.cxf.aegis.type.DefaultTypeMapping
- getTypeCreator() - Method in interface org.apache.cxf.aegis.type.TypeMapping
- getTypeFromClass(Class<?>) - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
- getTypeInfo() - Method in class org.apache.cxf.aegis.type.basic.BeanType
-
Return the type info.
- getTypeMapping() - Method in class org.apache.cxf.aegis.AegisContext
-
Return the type mapping object used by this context.
- getTypeMapping() - Method in class org.apache.cxf.aegis.Context
- getTypeMapping() - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- getTypeMapping() - Method in class org.apache.cxf.aegis.type.AegisType
- getTypeMapping() - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
- getTypeMapping() - Method in class org.apache.cxf.aegis.type.encoded.SoapRefType
- getTypeName() - Method in class org.apache.cxf.aegis.type.encoded.ArrayTypeInfo
- getTypeName() - Method in class org.apache.cxf.aegis.type.TypeClassInfo
- getTypeQName(Type) - Method in class org.apache.cxf.aegis.type.DefaultTypeMapping
- getTypeQName(Type) - Method in interface org.apache.cxf.aegis.type.TypeMapping
- getTypeRelatedClass(Type) - Static method in class org.apache.cxf.aegis.type.TypeUtil
-
If a Type is a class, return it as a class.
- getTypeVars() - Method in class org.apache.cxf.aegis.type.TypeClassInfo
- getUniquePrefix(XMLStreamWriter, String, boolean) - Static method in class org.apache.cxf.aegis.util.NamespaceHelper
-
Create a unique namespace uri/prefix combination.
- getUniquePrefix(XMLStreamWriter, String, String, boolean) - Static method in class org.apache.cxf.aegis.util.NamespaceHelper
-
Make a unique prefix.
- getUniquePrefix(Element, String) - Static method in class org.apache.cxf.aegis.util.NamespaceHelper
-
Create a unique namespace uri/prefix combination.
- getUnresolvedRefs() - Method in class org.apache.cxf.aegis.type.encoded.SoapRefRegistry
-
Gets the unresolved SOAP references by referenced id.
- getValue() - Method in interface org.apache.cxf.aegis.xml.MessageReader
- getValue() - Method in class org.apache.cxf.aegis.xml.stax.AttributeReader
- getValue() - Method in class org.apache.cxf.aegis.xml.stax.ElementReader
- getValue(String, String) - Method in class org.apache.cxf.aegis.xml.stax.ElementReader
- getValueAsBoolean() - Method in class org.apache.cxf.aegis.xml.AbstractMessageReader
- getValueAsBoolean() - Method in interface org.apache.cxf.aegis.xml.MessageReader
- getValueAsCharacter() - Method in class org.apache.cxf.aegis.xml.AbstractMessageReader
- getValueAsCharacter() - Method in interface org.apache.cxf.aegis.xml.MessageReader
- getValueAsDouble() - Method in class org.apache.cxf.aegis.xml.AbstractMessageReader
- getValueAsDouble() - Method in interface org.apache.cxf.aegis.xml.MessageReader
- getValueAsFloat() - Method in class org.apache.cxf.aegis.xml.AbstractMessageReader
- getValueAsFloat() - Method in interface org.apache.cxf.aegis.xml.MessageReader
- getValueAsInt() - Method in class org.apache.cxf.aegis.xml.AbstractMessageReader
- getValueAsInt() - Method in interface org.apache.cxf.aegis.xml.MessageReader
- getValueAsLong() - Method in class org.apache.cxf.aegis.xml.AbstractMessageReader
- getValueAsLong() - Method in interface org.apache.cxf.aegis.xml.MessageReader
- getValueName() - Method in class org.apache.cxf.aegis.type.collection.MapType
- getValueType() - Method in class org.apache.cxf.aegis.type.collection.MapType
- getValueType() - Method in class org.apache.cxf.aegis.type.TypeClassInfo
- getWriteType(AegisContext, Object, AegisType) - Static method in class org.apache.cxf.aegis.type.TypeUtil
- getWriteTypeStandalone(AegisContext, Object, Type) - Static method in class org.apache.cxf.aegis.type.TypeUtil
-
Allow writing of collections when the type of the collection object is known via an
Typeobject. - getWriteTypeStandalone(AegisContext, Object, AegisType) - Static method in class org.apache.cxf.aegis.type.TypeUtil
- getXMLStreamReader() - Method in class org.apache.cxf.aegis.xml.AbstractMessageReader
- getXMLStreamReader() - Method in interface org.apache.cxf.aegis.xml.MessageReader
- getXMLStreamReader() - Method in class org.apache.cxf.aegis.xml.stax.ElementReader
- getXMLStreamWriter() - Method in class org.apache.cxf.aegis.xml.stax.ElementWriter
- getXsiType() - Method in class org.apache.cxf.aegis.xml.stax.ElementReader
H
- hashCode() - Method in class org.apache.cxf.aegis.type.AegisType
- hasMaxOccurs() - Method in class org.apache.cxf.aegis.type.AegisType
- hasMaxOccurs() - Method in class org.apache.cxf.aegis.type.basic.ArrayType
- hasMinOccurs() - Method in class org.apache.cxf.aegis.type.AegisType
- hasMinOccurs() - Method in class org.apache.cxf.aegis.type.basic.ArrayType
- hasMinOccurs() - Method in class org.apache.cxf.aegis.type.basic.BeanType
- hasMoreAttributeReaders() - Method in interface org.apache.cxf.aegis.xml.MessageReader
- hasMoreAttributeReaders() - Method in class org.apache.cxf.aegis.xml.stax.AttributeReader
- hasMoreAttributeReaders() - Method in class org.apache.cxf.aegis.xml.stax.ElementReader
- hasMoreChildren() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
- hasMoreElementReaders() - Method in interface org.apache.cxf.aegis.xml.MessageReader
- hasMoreElementReaders() - Method in class org.apache.cxf.aegis.xml.stax.AttributeReader
- hasMoreElementReaders() - Method in class org.apache.cxf.aegis.xml.stax.ElementReader
- hasValue() - Method in class org.apache.cxf.aegis.xml.AbstractMessageReader
- HTTP_CXF_APACHE_ORG_ARRAYS - Static variable in class org.apache.cxf.aegis.type.AbstractTypeCreator
I
- IgnoreProperty - Annotation Interface in org.apache.cxf.aegis.type.java5
-
IgnoreProperty Annotation allows us to Ignore JavaBean Properties when using AEGIS POJO Binding with Java 5 Annotations
- IN_PARAM - Static variable in class org.apache.cxf.aegis.databinding.AegisDatabinding
- InconsistentInitializationException - Exception in org.apache.cxf.aegis.databinding
- InconsistentInitializationException() - Constructor for exception org.apache.cxf.aegis.databinding.InconsistentInitializationException
- InconsistentInitializationException(String) - Constructor for exception org.apache.cxf.aegis.databinding.InconsistentInitializationException
- initialize() - Method in class org.apache.cxf.aegis.AegisContext
-
Initialize the context.
- initialize() - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
- initialize(Service) - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
-
Set up the data binding for a service.
- initializeMessage(Service, TypeMapping, AbstractMessageContainer, int, Set<AegisType>) - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
- initializeMessageTypes(ServiceInfo, AbstractMessageContainer, int) - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
- instantiateMap() - Method in class org.apache.cxf.aegis.type.collection.MapType
-
Creates a map instance.
- IntType - Class in org.apache.cxf.aegis.type.basic
-
SimpleSerializer
- IntType() - Constructor for class org.apache.cxf.aegis.type.basic.IntType
- isAbstract() - Method in class org.apache.cxf.aegis.type.AegisType
- isAbstract() - Method in class org.apache.cxf.aegis.type.encoded.SoapRefType
- isArray(Class<?>) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- isAttribute(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
- isAttribute(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.java5.AnnotatedTypeInfo
- isAttribute(AnnotatedElement) - Method in class org.apache.cxf.aegis.type.java5.AnnotationReader
- isAttributeSpecified(int) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
- isCollection(Class<?>) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- isComplex() - Method in class org.apache.cxf.aegis.type.AegisType
- isComplex() - Method in class org.apache.cxf.aegis.type.basic.ArrayType
-
We need to write a complex type schema for Beans, so return true.
- isComplex() - Method in class org.apache.cxf.aegis.type.basic.BeanType
-
We need to write a complex type schema for Beans, so return true.
- isComplex() - Method in class org.apache.cxf.aegis.type.basic.ObjectType
- isComplex() - Method in class org.apache.cxf.aegis.type.collection.MapType
- isComplex() - Method in class org.apache.cxf.aegis.type.encoded.SoapArrayType
-
We need to write a complex type schema for Beans, so return true.
- isComplex() - Method in class org.apache.cxf.aegis.type.encoded.SoapRefType
- isComplex() - Method in class org.apache.cxf.aegis.type.java5.EnumType
- isDefaultExtensibleAttributes() - Method in class org.apache.cxf.aegis.type.TypeCreationOptions
-
Should all elements permit 'any attribute'?
- isDefaultExtensibleElements() - Method in class org.apache.cxf.aegis.type.TypeCreationOptions
-
Should all complex types include an xsd:any to allow for future expansion?
- isDefaultNillable() - Method in class org.apache.cxf.aegis.type.TypeCreationOptions
-
Absent any annotations of XML mapping, the value of the nillable attribute on elements.
- isElement(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
- isElement(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.java5.AnnotatedTypeInfo
- isElement(AnnotatedElement) - Method in class org.apache.cxf.aegis.type.java5.AnnotationReader
- isEnableJDOMMappings() - Method in class org.apache.cxf.aegis.AegisContext
- isEnum(Class<?>) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- isEnum(Class<?>) - Method in class org.apache.cxf.aegis.type.java5.Java5TypeCreator
- isEnum(Class<?>) - Method in class org.apache.cxf.aegis.type.XMLTypeCreator
- isExtensibleAttributes() - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
- isExtensibleAttributes(AnnotatedElement, boolean) - Method in class org.apache.cxf.aegis.type.java5.AnnotationReader
- isExtensibleElements() - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
- isExtensibleElements(AnnotatedElement, boolean) - Method in class org.apache.cxf.aegis.type.java5.AnnotationReader
- isExtension() - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
- isFlat() - Method in class org.apache.cxf.aegis.type.basic.ArrayType
- isFlat() - Method in class org.apache.cxf.aegis.type.TypeClassInfo
- isFlat(Annotation[]) - Method in class org.apache.cxf.aegis.type.java5.AnnotationReader
- isFlatArray() - Method in class org.apache.cxf.aegis.type.AegisType
- isHolder(Class<?>) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- isIgnored(AnnotatedElement) - Method in class org.apache.cxf.aegis.type.java5.AnnotationReader
- isMap(Class<?>) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- isMapped(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
- isMtomEnabled() - Method in class org.apache.cxf.aegis.AegisContext
-
Is MTOM enabled in this context?
- isMtomEnabled() - Method in class org.apache.cxf.aegis.Context
- isMtomUseXmime() - Method in class org.apache.cxf.aegis.AegisContext
-
Should this service use schema for MTOM types xmime:base64Binary instead of xsd:base64Binary?
- isMtomUseXmime() - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
- isNillable() - Method in class org.apache.cxf.aegis.type.AegisType
- isNillable() - Method in class org.apache.cxf.aegis.type.encoded.SoapRefType
- isNillable(Annotation[]) - Static method in class org.apache.cxf.aegis.type.java5.AnnotationReader
- isNillable(AnnotatedElement) - Method in class org.apache.cxf.aegis.type.java5.AnnotationReader
- isNillable(QName) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
-
Nillable is only allowed if the actual property is Nullable
- isNillable(QName) - Method in class org.apache.cxf.aegis.type.basic.XMLBeanTypeInfo
-
Grab Nillable by looking in PropertyInfo map if no entry found, revert to parent class
- isNillable(QName) - Method in class org.apache.cxf.aegis.type.java5.AnnotatedTypeInfo
- isQualifyAttributes() - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
- isQualifyAttributes() - Method in class org.apache.cxf.aegis.type.TypeCreationOptions
-
Whether or not attributes are qualified absent any annotations or mapping files.
- isQualifyElements() - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
- isQualifyElements() - Method in class org.apache.cxf.aegis.type.TypeCreationOptions
-
Whether or not elements are qualified absent any annotations or mapping files.
- isReadToDocument() - Method in class org.apache.cxf.aegis.type.basic.ObjectType
- isReadXsiTypes() - Method in class org.apache.cxf.aegis.AegisContext
- isReadXsiTypes() - Method in class org.apache.cxf.aegis.Context
- isRegistered(Type) - Method in class org.apache.cxf.aegis.type.DefaultTypeMapping
- isRegistered(Type) - Method in interface org.apache.cxf.aegis.type.TypeMapping
-
Returns a flag indicating if this type mapping has a mapping for a particular Java class.
- isRegistered(QName) - Method in class org.apache.cxf.aegis.type.DefaultTypeMapping
- isRegistered(QName) - Method in interface org.apache.cxf.aegis.type.TypeMapping
-
Returns a flag indicating if this type mapping has a mapping for a particular XML Schema QName.
- isSerializable(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
- isWriteOuter() - Method in class org.apache.cxf.aegis.type.AegisType
-
Defaults to true.
- isWriteOuter() - Method in class org.apache.cxf.aegis.type.encoded.SoapRefType
- isWriteXsiTypes() - Method in class org.apache.cxf.aegis.AegisContext
- isWriteXsiTypes() - Method in class org.apache.cxf.aegis.Context
- isXsiNil() - Method in class org.apache.cxf.aegis.xml.AbstractMessageReader
- isXsiNil() - Method in interface org.apache.cxf.aegis.xml.MessageReader
- iterator() - Method in class org.apache.cxf.aegis.type.encoded.MarshalRegistry
-
Returns an iterator over the object instances that have not been marshalled yet.
J
- Java5TypeCreator - Class in org.apache.cxf.aegis.type.java5
- Java5TypeCreator() - Constructor for class org.apache.cxf.aegis.type.java5.Java5TypeCreator
- Java5TypeCreator(AnnotationReader) - Constructor for class org.apache.cxf.aegis.type.java5.Java5TypeCreator
- JDOMDocumentType - Class in org.apache.cxf.aegis.type.xml
-
Reads and writes
org.w3c.dom.Documenttypes. - JDOMDocumentType() - Constructor for class org.apache.cxf.aegis.type.xml.JDOMDocumentType
- JDOMElementType - Class in org.apache.cxf.aegis.type.xml
-
Reads and writes
org.w3c.dom.Documenttypes. - JDOMElementType() - Constructor for class org.apache.cxf.aegis.type.xml.JDOMElementType
- JDOMNamespaceContext - Class in org.apache.cxf.aegis.util.stax
- JDOMNamespaceContext() - Constructor for class org.apache.cxf.aegis.util.stax.JDOMNamespaceContext
- JDOMStreamReader - Class in org.apache.cxf.aegis.util.stax
-
Facade for DOMStreamReader using JDOM implmentation.
- JDOMStreamReader(Document) - Constructor for class org.apache.cxf.aegis.util.stax.JDOMStreamReader
- JDOMStreamReader(Element) - Constructor for class org.apache.cxf.aegis.util.stax.JDOMStreamReader
- JDOMStreamWriter - Class in org.apache.cxf.aegis.util.stax
- JDOMStreamWriter() - Constructor for class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
- JDOMStreamWriter(Element) - Constructor for class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
L
- LongType - Class in org.apache.cxf.aegis.type.basic
- LongType() - Constructor for class org.apache.cxf.aegis.type.basic.LongType
M
- makeArray(Class<?>, Collection<Object>) - Method in class org.apache.cxf.aegis.type.basic.ArrayType
- makeArray(List<Object>, List<Integer>, Class<?>) - Method in class org.apache.cxf.aegis.type.encoded.SoapArrayType
- makeNamespaceFromClassName(String, String) - Static method in class org.apache.cxf.aegis.util.NamespaceHelper
-
Generates the name of a XML namespace from a given class name and protocol.
- mapAttribute(String, QName) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
- mapElement(String, QName) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
- mapProperty(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
- mapProperty(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.basic.XMLBeanTypeInfo
- mapProperty(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.java5.AnnotatedTypeInfo
-
Override from parent in order to check for IgnoreProperty annotation.
- mapType(QName, AegisType) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
- MapType - Class in org.apache.cxf.aegis.type.collection
- MapType(QName, AegisType, AegisType) - Constructor for class org.apache.cxf.aegis.type.collection.MapType
- mapTypeName(QName, QName) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
-
Specifies the SchemaType for a particular class.
- MarshalRegistry - Class in org.apache.cxf.aegis.type.encoded
-
MarshalRegistry maintains tracks which object instances have been marshaled and which objects still need to be marshaled.
- MarshalRegistry() - Constructor for class org.apache.cxf.aegis.type.encoded.MarshalRegistry
- MessageReader - Interface in org.apache.cxf.aegis.xml
-
A MessageReader.
- MessageWriter - Interface in org.apache.cxf.aegis.xml
-
Writes messages to an output stream.
- minOccurs() - Element in annotation interface org.apache.cxf.aegis.type.java5.XmlElement
-
Set to "0" to make the property optional, "1" for required
N
- name() - Element in annotation interface org.apache.cxf.aegis.type.java5.XmlAttribute
- name() - Element in annotation interface org.apache.cxf.aegis.type.java5.XmlElement
- name() - Element in annotation interface org.apache.cxf.aegis.type.java5.XmlParamType
- name() - Element in annotation interface org.apache.cxf.aegis.type.java5.XmlReturnType
- name() - Element in annotation interface org.apache.cxf.aegis.type.java5.XmlType
- namespace() - Element in annotation interface org.apache.cxf.aegis.type.java5.XmlAttribute
- namespace() - Element in annotation interface org.apache.cxf.aegis.type.java5.XmlElement
- namespace() - Element in annotation interface org.apache.cxf.aegis.type.java5.XmlParamType
- namespace() - Element in annotation interface org.apache.cxf.aegis.type.java5.XmlReturnType
- namespace() - Element in annotation interface org.apache.cxf.aegis.type.java5.XmlType
- NamespaceHelper - Class in org.apache.cxf.aegis.util
-
Namespace utilities.
- nextChild() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
- nextCreator - Variable in class org.apache.cxf.aegis.type.AbstractTypeCreator
- nillable() - Element in annotation interface org.apache.cxf.aegis.type.java5.XmlElement
- nonDefaultAttributes() - Method in class org.apache.cxf.aegis.type.TypeClassInfo
O
- ObjectType - Class in org.apache.cxf.aegis.type.basic
-
AegisType for runtime inspection of types.
- ObjectType() - Constructor for class org.apache.cxf.aegis.type.basic.ObjectType
- ObjectType(Set<AegisType>) - Constructor for class org.apache.cxf.aegis.type.basic.ObjectType
- ObjectType(Set<AegisType>, boolean) - Constructor for class org.apache.cxf.aegis.type.basic.ObjectType
- onSet(SoapRef) - Method in interface org.apache.cxf.aegis.type.encoded.SoapRef.Action
- org.apache.cxf.aegis - package org.apache.cxf.aegis
- org.apache.cxf.aegis.databinding - package org.apache.cxf.aegis.databinding
- org.apache.cxf.aegis.type - package org.apache.cxf.aegis.type
- org.apache.cxf.aegis.type.basic - package org.apache.cxf.aegis.type.basic
- org.apache.cxf.aegis.type.collection - package org.apache.cxf.aegis.type.collection
- org.apache.cxf.aegis.type.encoded - package org.apache.cxf.aegis.type.encoded
- org.apache.cxf.aegis.type.java5 - package org.apache.cxf.aegis.type.java5
- org.apache.cxf.aegis.type.mtom - package org.apache.cxf.aegis.type.mtom
- org.apache.cxf.aegis.type.xml - package org.apache.cxf.aegis.type.xml
- org.apache.cxf.aegis.util - package org.apache.cxf.aegis.util
- org.apache.cxf.aegis.util.date - package org.apache.cxf.aegis.util.date
-
These classes are from the Apache WS-Commons project.
- org.apache.cxf.aegis.util.jdom - package org.apache.cxf.aegis.util.jdom
- org.apache.cxf.aegis.util.stax - package org.apache.cxf.aegis.util.stax
- org.apache.cxf.aegis.xml - package org.apache.cxf.aegis.xml
- org.apache.cxf.aegis.xml.jdom - package org.apache.cxf.aegis.xml.jdom
- org.apache.cxf.aegis.xml.stax - package org.apache.cxf.aegis.xml.stax
- OUT_PARAM - Static variable in class org.apache.cxf.aegis.databinding.AegisDatabinding
P
- ParameterizedTypeFactory - Class in org.apache.cxf.aegis.type
-
Create ParameterizedType objects for some limited cases.
- parseObject(String, ParsePosition) - Method in class org.apache.cxf.aegis.util.date.XsDateTimeFormat
- prepend(String) - Method in exception org.apache.cxf.aegis.DatabindingException
- printStackTrace(PrintStream) - Method in exception org.apache.cxf.aegis.DatabindingException
-
Prints this throwable and its backtrace to the specified print stream.
- printStackTrace(PrintWriter) - Method in exception org.apache.cxf.aegis.DatabindingException
-
Prints this throwable and its backtrace to the specified print writer.
- properties - Variable in class org.apache.cxf.aegis.AbstractAegisIoImpl
R
- rawGetPrefix(Element, String) - Static method in class org.apache.cxf.aegis.util.stax.JDOMNamespaceContext
- read(QName, XMLStreamReader, Class<?>) - Method in class org.apache.cxf.aegis.databinding.XMLStreamDataReader
- read(QName, Element, Class<?>) - Method in class org.apache.cxf.aegis.databinding.ElementDataReader
- read(XMLStreamReader) - Method in class org.apache.cxf.aegis.AegisXMLStreamDataReader
-
Read an object.
- read(XMLStreamReader) - Method in class org.apache.cxf.aegis.databinding.XMLStreamDataReader
- read(XMLStreamReader, AegisType) - Method in class org.apache.cxf.aegis.AegisXMLStreamDataReader
-
Read an object expecting a particular input type.
- read(MessagePartInfo, XMLStreamReader) - Method in class org.apache.cxf.aegis.databinding.XMLStreamDataReader
- read(MessagePartInfo, Element) - Method in class org.apache.cxf.aegis.databinding.ElementDataReader
- read(Element) - Method in class org.apache.cxf.aegis.AegisElementDataReader
-
Convert a DOM element to a type.
- read(Element) - Method in class org.apache.cxf.aegis.databinding.ElementDataReader
- read(Element, AegisType) - Method in class org.apache.cxf.aegis.AegisElementDataReader
- read(ReaderT) - Method in interface org.apache.cxf.aegis.AegisReader
-
Read an object.
- read(ReaderT, AegisType) - Method in interface org.apache.cxf.aegis.AegisReader
-
Read an object expecting a particular input type.
- readAttachment(Attachment, Context) - Method in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
- readAttachment(Attachment, Context) - Method in class org.apache.cxf.aegis.type.mtom.ByteArrayType
- readAttachment(Attachment, Context) - Method in class org.apache.cxf.aegis.type.mtom.DataHandlerType
- readAttachment(Attachment, Context) - Method in class org.apache.cxf.aegis.type.mtom.DataSourceType
- readAttributeValue(MessageReader, QName) - Static method in class org.apache.cxf.aegis.type.encoded.SoapEncodingUtil
- readBlocks(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.encoded.TrailingBlocks
-
Reads all remailing elements in the reader and registers them with the SoapRefRegistry in the context.
- readCollection(MessageReader, QName, Context) - Method in class org.apache.cxf.aegis.type.basic.ArrayType
-
Read the elements of an array or array-like item.
- readCollection(MessageReader, Context, ArrayTypeInfo, int) - Method in class org.apache.cxf.aegis.type.encoded.SoapArrayType
- reader - Variable in class org.apache.cxf.aegis.AegisElementDataReader
- readFlatArray(XMLStreamReader, ArrayType, QName) - Method in class org.apache.cxf.aegis.AegisXMLStreamDataReader
- readId(MessageReader) - Static method in class org.apache.cxf.aegis.type.encoded.SoapEncodingUtil
-
Reads the SOAP 1.2 or SOAP 1.1 id attribute.
- readMetadata(TypeClassInfo, Element, Element) - Method in class org.apache.cxf.aegis.type.XMLTypeCreator
- readMtoM(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
-
This is called from base64Type when it recognizes an XOP attachment.
- readObject(MessageReader, QName, Context, boolean) - Method in class org.apache.cxf.aegis.type.basic.ArrayType
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.AegisType
-
Read in the XML fragment and create an object.
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.ArrayType
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.Base64Type
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.BeanType
-
Read in the XML fragment and create an object.
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.BigDecimalType
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.BigIntegerType
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.BooleanType
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.ByteType
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.CalendarType
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.CharacterAsStringType
-
Read in the XML fragment and create an object.
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.CharacterType
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.DateTimeType
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.DateType
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.DoubleType
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.FloatType
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.IntType
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.LongType
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.ObjectType
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.ShortType
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.SqlDateType
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.StringType
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.TimestampType
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.TimeType
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.TimezoneLessDateType
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.URIType
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.collection.CollectionType
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.collection.MapType
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.encoded.SoapArrayType
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.encoded.SoapRefType
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.java5.DurationType
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.java5.EnumType
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.java5.XMLGregorianCalendarType
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
-
This defers to the plain base64 type, which calls back into here above for XOP.
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.xml.DocumentType
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.xml.JDOMDocumentType
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.xml.JDOMElementType
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.xml.SourceType
- readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.xml.XMLStreamReaderType
- readProperty(Object, QName) - Method in class org.apache.cxf.aegis.type.basic.BeanType
- readQName(XMLStreamReader) - Static method in class org.apache.cxf.aegis.util.NamespaceHelper
-
Reads a QName from the element text.
- readRef(MessageReader) - Static method in class org.apache.cxf.aegis.type.encoded.SoapEncodingUtil
-
Reads the SOAP 1.2 or SOAP 1.1 reference attribute.
- readToEnd() - Method in class org.apache.cxf.aegis.xml.AbstractMessageReader
- readToEnd() - Method in interface org.apache.cxf.aegis.xml.MessageReader
- register(Type, QName, AegisType) - Method in class org.apache.cxf.aegis.type.DefaultTypeMapping
- register(Type, QName, AegisType) - Method in interface org.apache.cxf.aegis.type.TypeMapping
-
Register a type, manually specifying the java class, the schema type, and the Aegis type object that provides serialization, deserialization, and schema.
- register(AegisType) - Method in class org.apache.cxf.aegis.type.DefaultTypeMapping
-
Register a type that self-describes the schema type and the Java class.
- register(AegisType) - Method in interface org.apache.cxf.aegis.type.TypeMapping
-
Register a type that self-describes the schema type and the Java class.
- registerType(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
- registerType(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.basic.XMLBeanTypeInfo
- registerType(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.java5.AnnotatedTypeInfo
- removeType(AegisType) - Method in class org.apache.cxf.aegis.type.DefaultTypeMapping
- removeType(AegisType) - Method in interface org.apache.cxf.aegis.type.TypeMapping
S
- schema - Variable in class org.apache.cxf.aegis.AbstractAegisIoImpl
- schemaImportsUtilityTypes(XmlSchema) - Static method in class org.apache.cxf.aegis.AegisContext
- set(Object) - Method in class org.apache.cxf.aegis.type.encoded.SoapRef
-
Sets the referenced object instance.
- setAbstract(boolean) - Method in class org.apache.cxf.aegis.type.AegisType
- setAbstract(boolean) - Method in class org.apache.cxf.aegis.type.encoded.SoapRefType
- setAction(SoapRef.Action) - Method in class org.apache.cxf.aegis.type.encoded.SoapRef
-
Registers an action to invoke when the instance is set.
- setAdditionalNamespaces(Map<String, String>) - Method in class org.apache.cxf.aegis.util.jdom.StaxBuilder
- setAegisContext(AegisContext) - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
- setAegisTypeClass(Class<? extends AegisType>) - Method in class org.apache.cxf.aegis.type.TypeClassInfo
- setAnnotations(Object[]) - Method in class org.apache.cxf.aegis.type.TypeClassInfo
- setAttachments(Collection<Attachment>) - Method in class org.apache.cxf.aegis.Context
- setAttachments(Collection<Attachment>) - Method in class org.apache.cxf.aegis.databinding.ElementDataReader
- setAttachments(Collection<Attachment>) - Method in class org.apache.cxf.aegis.databinding.ElementDataWriter
- setAttachments(Collection<Attachment>) - Method in class org.apache.cxf.aegis.databinding.XMLStreamDataReader
- setAttachments(Collection<Attachment>) - Method in class org.apache.cxf.aegis.databinding.XMLStreamDataWriter
- setAttributeAttributes(QName, AegisType, XmlSchema) - Static method in class org.apache.cxf.aegis.type.TypeUtil
- setBeanImplementationMap(Map<Class<?>, String>) - Method in class org.apache.cxf.aegis.AegisContext
- setComponentName(QName) - Method in class org.apache.cxf.aegis.type.basic.ArrayType
- setComponentName(QName) - Method in class org.apache.cxf.aegis.type.encoded.SoapArrayType
-
Sets the QName of the component type of this array.
- setConfiguration(TypeCreationOptions) - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
- setConfiguration(TypeCreationOptions) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- setDefaultExtensibleAttributes(boolean) - Method in class org.apache.cxf.aegis.type.TypeCreationOptions
- setDefaultExtensibleElements(boolean) - Method in class org.apache.cxf.aegis.type.TypeCreationOptions
- setDefaultMinOccurs(int) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
- setDefaultMinOccurs(int) - Method in class org.apache.cxf.aegis.type.TypeCreationOptions
- setDefaultNamespace(String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
- setDefaultNillable(boolean) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
- setDefaultNillable(boolean) - Method in class org.apache.cxf.aegis.type.TypeCreationOptions
- setDependencies(Set<AegisType>) - Method in class org.apache.cxf.aegis.type.basic.ObjectType
- setDescription(String) - Method in class org.apache.cxf.aegis.type.TypeClassInfo
- setElement(Element) - Method in class org.apache.cxf.aegis.util.stax.JDOMNamespaceContext
- setElement(Element) - Method in class org.apache.cxf.aegis.util.stax.W3CNamespaceContext
- setEnableJDOMMappings(boolean) - Method in class org.apache.cxf.aegis.AegisContext
-
Whether to enable JDOM as a mapping for xsd:anyType if JDOM is in the classpath.
- setEntryName(QName) - Method in class org.apache.cxf.aegis.type.collection.MapType
- setExtensibleAttributes(boolean) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
- setExtensibleElements(boolean) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
- setExtension(boolean) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
- setFactory(JDOMFactory) - Method in class org.apache.cxf.aegis.util.jdom.StaxBuilder
- setFault(Fault) - Method in class org.apache.cxf.aegis.Context
- setFlat(boolean) - Method in class org.apache.cxf.aegis.type.basic.ArrayType
- setFlat(boolean) - Method in class org.apache.cxf.aegis.type.TypeClassInfo
- setFlatArray(boolean) - Method in class org.apache.cxf.aegis.type.AegisType
- setIgnoreWhitespace(boolean) - Method in class org.apache.cxf.aegis.util.jdom.StaxBuilder
- setKeyName(QName) - Method in class org.apache.cxf.aegis.type.collection.MapType
- setKeyType(Type) - Method in class org.apache.cxf.aegis.type.TypeClassInfo
- setMappedName(QName) - Method in class org.apache.cxf.aegis.type.TypeClassInfo
- setMappingIdentifierURI(String) - Method in class org.apache.cxf.aegis.type.DefaultTypeMapping
- setMappingIdentifierURI(String) - Method in interface org.apache.cxf.aegis.type.TypeMapping
-
This exists only to deal with an initialization order problem.
- setMappingNamespaceURI(String) - Method in class org.apache.cxf.aegis.AegisContext
- setMaxOccurs(long) - Method in class org.apache.cxf.aegis.type.basic.ArrayType
- setMaxOccurs(long) - Method in class org.apache.cxf.aegis.type.TypeClassInfo
- setMessage(String) - Method in exception org.apache.cxf.aegis.DatabindingException
- setMinOccurs(long) - Method in class org.apache.cxf.aegis.type.basic.ArrayType
- setMinOccurs(long) - Method in class org.apache.cxf.aegis.type.TypeClassInfo
- setMtomEnabled(boolean) - Method in class org.apache.cxf.aegis.AegisContext
- setMtomUseXmime(boolean) - Method in class org.apache.cxf.aegis.AegisContext
- setMtomUseXmime(boolean) - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
- setNamespaceContext(NamespaceContext) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
- setNextCreator(AbstractTypeCreator) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- setNillable(boolean) - Method in class org.apache.cxf.aegis.type.AegisType
- setNillable(boolean) - Method in class org.apache.cxf.aegis.type.encoded.SoapRefType
- setNillable(Boolean) - Method in class org.apache.cxf.aegis.type.TypeClassInfo
- setObjectType(ObjectType) - Method in class org.apache.cxf.aegis.type.encoded.TrailingBlocks
-
Sets the ObjectType used to read and write the trailing block instances.
- setOverrideTypes(Set<String>) - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
- setParent(TypeCreator) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- setParent(TypeCreator) - Method in interface org.apache.cxf.aegis.type.TypeCreator
- setPrefix(String, String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
- setProperty(Object) - Method in class org.apache.cxf.aegis.Context
- setProperty(String, Object) - Method in class org.apache.cxf.aegis.AbstractAegisIoImpl
- setProperty(String, Object) - Method in interface org.apache.cxf.aegis.AegisIo
-
Set an arbitrary property on the reader.
- setProperty(String, Object) - Method in class org.apache.cxf.aegis.Context
- setProperty(String, Object) - Method in class org.apache.cxf.aegis.databinding.ElementDataReader
- setProperty(String, Object) - Method in class org.apache.cxf.aegis.databinding.ElementDataWriter
- setProperty(String, Object) - Method in class org.apache.cxf.aegis.databinding.XMLStreamDataReader
- setProperty(String, Object) - Method in class org.apache.cxf.aegis.databinding.XMLStreamDataWriter
- setQualifyAttributes(boolean) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
- setQualifyAttributes(boolean) - Method in class org.apache.cxf.aegis.type.TypeCreationOptions
-
Turn on or off attribute qualification.
- setQualifyElements(boolean) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
- setQualifyElements(boolean) - Method in class org.apache.cxf.aegis.type.TypeCreationOptions
-
Turn on of off element qualification.
- setReadToDocument(boolean) - Method in class org.apache.cxf.aegis.type.basic.ObjectType
- setReadXsiTypes(boolean) - Method in class org.apache.cxf.aegis.AegisContext
-
Controls the use of xsi:type attributes when reading objects.
- setRootClasses(Set<Type>) - Method in class org.apache.cxf.aegis.AegisContext
-
The list of initial classes.
- setRootClassNames(Set<String>) - Method in class org.apache.cxf.aegis.AegisContext
-
Set the root class names.
- setSchema(Schema) - Method in class org.apache.cxf.aegis.AbstractAegisIoImpl
- setSchema(Schema) - Method in interface org.apache.cxf.aegis.AegisIo
-
Supply a schema to validate the input.
- setSchema(Schema) - Method in class org.apache.cxf.aegis.databinding.ElementDataReader
- setSchema(Schema) - Method in class org.apache.cxf.aegis.databinding.ElementDataWriter
- setSchema(Schema) - Method in class org.apache.cxf.aegis.databinding.XMLStreamDataReader
- setSchema(Schema) - Method in class org.apache.cxf.aegis.databinding.XMLStreamDataWriter
- setSchemaType(QName) - Method in class org.apache.cxf.aegis.type.AegisType
- setSchemaType(QName) - Method in class org.apache.cxf.aegis.type.encoded.SoapRefType
- setType(Type) - Method in class org.apache.cxf.aegis.type.TypeClassInfo
- setType(Type, Map<String, Type>) - Method in class org.apache.cxf.aegis.type.TypeClassInfo
- setType(TypeClassInfo, Element) - Method in class org.apache.cxf.aegis.type.XMLTypeCreator
- setTypeClass(Class<?>) - Method in class org.apache.cxf.aegis.type.encoded.SoapRefType
- setTypeClass(Type) - Method in class org.apache.cxf.aegis.type.AegisType
- setTypeClass(Type) - Method in class org.apache.cxf.aegis.type.basic.BeanType
- setTypeClass(Type) - Method in class org.apache.cxf.aegis.type.java5.EnumType
- setTypeCreationOptions(TypeCreationOptions) - Method in class org.apache.cxf.aegis.AegisContext
-
Set the configuration object.
- setTypeCreator(TypeCreator) - Method in class org.apache.cxf.aegis.type.DefaultTypeMapping
- setTypeMapping(TypeMapping) - Method in class org.apache.cxf.aegis.AegisContext
-
Set the type mapping object used by this context.
- setTypeMapping(TypeMapping) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
- setTypeMapping(TypeMapping) - Method in class org.apache.cxf.aegis.type.AegisType
- setTypeMapping(TypeMapping) - Method in class org.apache.cxf.aegis.type.basic.BeanType
- setTypeMapping(TypeMapping) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
- setTypeMapping(TypeMapping) - Method in class org.apache.cxf.aegis.type.encoded.SoapRefType
- setTypeMapping(TypeMapping) - Method in interface org.apache.cxf.aegis.type.TypeCreator
- setTypeName(QName) - Method in class org.apache.cxf.aegis.type.TypeClassInfo
- setValueName(QName) - Method in class org.apache.cxf.aegis.type.collection.MapType
- setValueType(Type) - Method in class org.apache.cxf.aegis.type.TypeClassInfo
- setWriteOuter(boolean) - Method in class org.apache.cxf.aegis.type.AegisType
- setWriteOuter(boolean) - Method in class org.apache.cxf.aegis.type.encoded.SoapRefType
- setWriteXsiTypes(boolean) - Method in class org.apache.cxf.aegis.AegisContext
-
Controls whether Aegis writes xsi:type attributes on all elements.
- ShortType - Class in org.apache.cxf.aegis.type.basic
- ShortType() - Constructor for class org.apache.cxf.aegis.type.basic.ShortType
- SoapArrayType - Class in org.apache.cxf.aegis.type.encoded
- SoapArrayType() - Constructor for class org.apache.cxf.aegis.type.encoded.SoapArrayType
- SoapEncodingUtil - Class in org.apache.cxf.aegis.type.encoded
-
Utilitiy methods for SOAP reading and writing encoded mesages.
- SoapRef - Class in org.apache.cxf.aegis.type.encoded
-
SoapRef represents an encoded SOAP 1.1 href or SOAP 1.2 ref object.
- SoapRef() - Constructor for class org.apache.cxf.aegis.type.encoded.SoapRef
- SoapRef.Action - Interface in org.apache.cxf.aegis.type.encoded
- SoapRefRegistry - Class in org.apache.cxf.aegis.type.encoded
-
SoapRefRegistry handles resolving all SOAP encoded references.
- SoapRefRegistry() - Constructor for class org.apache.cxf.aegis.type.encoded.SoapRefRegistry
- SoapRefType - Class in org.apache.cxf.aegis.type.encoded
-
SoapRefType reads and writes SoapRef objects.
- SoapRefType(AegisType) - Constructor for class org.apache.cxf.aegis.type.encoded.SoapRefType
- SourceType - Class in org.apache.cxf.aegis.type.xml
-
Reads and writes
javax.xml.transform.Sourcetypes. - SourceType() - Constructor for class org.apache.cxf.aegis.type.xml.SourceType
- SqlDateType - Class in org.apache.cxf.aegis.type.basic
-
AegisType for the java.sql.Date class which serializes as an xsd:date (no time information).
- SqlDateType() - Constructor for class org.apache.cxf.aegis.type.basic.SqlDateType
- StaxBuilder - Class in org.apache.cxf.aegis.util.jdom
-
Builds a JDOM
org.jdom.Documentusing aXMLStreamReader. - StaxBuilder() - Constructor for class org.apache.cxf.aegis.util.jdom.StaxBuilder
-
Default constructor.
- StaxBuilder(Map<String, String>) - Constructor for class org.apache.cxf.aegis.util.jdom.StaxBuilder
- StaxSerializer - Class in org.apache.cxf.aegis.util.jdom
- StaxSerializer() - Constructor for class org.apache.cxf.aegis.util.jdom.StaxSerializer
- StreamDataSource - Class in org.apache.cxf.aegis.type.mtom
- StreamDataSource(String, InputStream) - Constructor for class org.apache.cxf.aegis.type.mtom.StreamDataSource
- StringType - Class in org.apache.cxf.aegis.type.basic
- StringType() - Constructor for class org.apache.cxf.aegis.type.basic.StringType
- StructType - Class in org.apache.cxf.aegis.type.encoded
-
StructType is a small extension of the BeanType which can properly read and write SOAP encoded structs.
- StructType() - Constructor for class org.apache.cxf.aegis.type.encoded.StructType
- StructType(BeanTypeInfo) - Constructor for class org.apache.cxf.aegis.type.encoded.StructType
T
- TimestampType - Class in org.apache.cxf.aegis.type.basic
-
AegisType for the Time class which serializes to an xs:time.
- TimestampType() - Constructor for class org.apache.cxf.aegis.type.basic.TimestampType
- TimeType - Class in org.apache.cxf.aegis.type.basic
-
AegisType for the Time class which serializes to an xs:time.
- TimeType() - Constructor for class org.apache.cxf.aegis.type.basic.TimeType
- TimezoneLessDateType - Class in org.apache.cxf.aegis.type.basic
-
AegisType for the Date class which serializes as an xsd:date (no time and timezone information).
- TimezoneLessDateType() - Constructor for class org.apache.cxf.aegis.type.basic.TimezoneLessDateType
- TimezoneLessXsDateFormat - Class in org.apache.cxf.aegis.util.date
-
An instance of
Format, which may be used to parse and formatxs:datevalues without timezone. - TimezoneLessXsDateFormat() - Constructor for class org.apache.cxf.aegis.util.date.TimezoneLessXsDateFormat
-
Creates a new instance.
- tm - Variable in class org.apache.cxf.aegis.type.AbstractTypeCreator
- toStaxType(int) - Static method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
- toString() - Method in class org.apache.cxf.aegis.type.AegisType
- toString() - Method in class org.apache.cxf.aegis.type.basic.BeanType
- toString() - Method in class org.apache.cxf.aegis.type.encoded.ArrayTypeInfo
- toString() - Method in class org.apache.cxf.aegis.type.TypeClassInfo
- TrailingBlocks - Class in org.apache.cxf.aegis.type.encoded
-
TrailingBlocks reads and writes the extra objects referenced but not written in the main message parts.
- TrailingBlocks() - Constructor for class org.apache.cxf.aegis.type.encoded.TrailingBlocks
- TrailingBlocks(ObjectType) - Constructor for class org.apache.cxf.aegis.type.encoded.TrailingBlocks
- TrailingBlocks(TypeMapping) - Constructor for class org.apache.cxf.aegis.type.encoded.TrailingBlocks
- type() - Element in annotation interface org.apache.cxf.aegis.type.java5.XmlAttribute
- type() - Element in annotation interface org.apache.cxf.aegis.type.java5.XmlElement
- type() - Element in annotation interface org.apache.cxf.aegis.type.java5.XmlParamType
- type() - Element in annotation interface org.apache.cxf.aegis.type.java5.XmlReturnType
- type() - Element in annotation interface org.apache.cxf.aegis.type.java5.XmlType
- typeClass - Variable in class org.apache.cxf.aegis.type.AegisType
- TypeClassInfo - Class in org.apache.cxf.aegis.type
-
Object to carry information for an Aegis type, such as that from an XML mapping file.
- TypeClassInfo() - Constructor for class org.apache.cxf.aegis.type.TypeClassInfo
- TypeCreationOptions - Class in org.apache.cxf.aegis.type
- TypeCreationOptions() - Constructor for class org.apache.cxf.aegis.type.TypeCreationOptions
- TypeCreator - Interface in org.apache.cxf.aegis.type
- TypeMapping - Interface in org.apache.cxf.aegis.type
-
Abstraction for the map between Java types (represented as
Typeand Aegis types. - TypeUtil - Class in org.apache.cxf.aegis.type
-
Static methods/constants for Aegis.
U
- UID - Class in org.apache.cxf.aegis.util
- URIType - Class in org.apache.cxf.aegis.type.basic
-
AegisTypefor aURI - URIType() - Constructor for class org.apache.cxf.aegis.type.basic.URIType
- usesUtilityTypes() - Method in class org.apache.cxf.aegis.type.AegisType
-
True if this type requires the import of the aegisTypes schema.
- usesUtilityTypes() - Method in class org.apache.cxf.aegis.type.basic.CharacterAsStringType
- usesXmime() - Method in class org.apache.cxf.aegis.type.AegisType
- usesXmime() - Method in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
- UTILITY_TYPES_SCHEMA_NS - Static variable in class org.apache.cxf.aegis.AegisContext
-
Namespace used for the miscellaneous Aegis type schema.
W
- W3CNamespaceContext - Class in org.apache.cxf.aegis.util.stax
- W3CNamespaceContext() - Constructor for class org.apache.cxf.aegis.util.stax.W3CNamespaceContext
- wrapBytes(byte[], String) - Method in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
-
If one of these types arrives unoptimized, we need to convert it to the desired return type.
- wrapBytes(byte[], String) - Method in class org.apache.cxf.aegis.type.mtom.ByteArrayType
- wrapBytes(byte[], String) - Method in class org.apache.cxf.aegis.type.mtom.DataHandlerType
- wrapBytes(byte[], String) - Method in class org.apache.cxf.aegis.type.mtom.DataSourceType
- write(Object, QName, boolean, XMLStreamWriter, Type) - Method in class org.apache.cxf.aegis.AegisXMLStreamDataWriter
-
Write an object to the sink, providing a
Typeto specify its type. - write(Object, QName, boolean, XMLStreamWriter, AegisType) - Method in class org.apache.cxf.aegis.AegisXMLStreamDataWriter
-
Write an object to the output.
- write(Object, QName, boolean, Element, Type) - Method in class org.apache.cxf.aegis.AegisElementDataWriter
- write(Object, QName, boolean, Element, AegisType) - Method in class org.apache.cxf.aegis.AegisElementDataWriter
- write(Object, QName, boolean, SinkT, Type) - Method in interface org.apache.cxf.aegis.AegisWriter
-
Write an object to the sink, providing a
Typeto specify its type. - write(Object, QName, boolean, SinkT, AegisType) - Method in interface org.apache.cxf.aegis.AegisWriter
-
Write an object to the sink.
- write(Object, XMLStreamWriter) - Method in class org.apache.cxf.aegis.databinding.XMLStreamDataWriter
- write(Object, MessagePartInfo, XMLStreamWriter) - Method in class org.apache.cxf.aegis.databinding.XMLStreamDataWriter
- write(Object, MessagePartInfo, Element) - Method in class org.apache.cxf.aegis.databinding.ElementDataWriter
- write(Object, Element) - Method in class org.apache.cxf.aegis.databinding.ElementDataWriter
- write(Source, XMLStreamWriter) - Method in class org.apache.cxf.aegis.type.xml.SourceType
- writeAttribute(String, String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
- writeAttribute(String, String, String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
- writeAttribute(String, String, String, String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
- writeAttribute(MessageWriter) - Method in class org.apache.cxf.aegis.type.encoded.ArrayTypeInfo
- writeAttribute(MessageWriter, QName, String) - Static method in class org.apache.cxf.aegis.type.encoded.SoapEncodingUtil
- writeBlocks(MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.encoded.TrailingBlocks
-
Writes all of the unmarshalled objects in the MarshalRegistry.
- writeCData(String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
- writeCharacters(char[], int, int) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
- writeCharacters(String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
- writeComment(String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
- writeDefaultNamespace(String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
- writeDocument(Document, XMLStreamWriter) - Method in class org.apache.cxf.aegis.util.jdom.StaxSerializer
- writeDTD(String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
- writeElement(QName, Object, AegisType, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.BeanType
- writeElement(QName, Object, AegisType, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.encoded.StructType
-
Writes a nested element with an unqualified name.
- writeElement(Element, XMLStreamWriter) - Method in class org.apache.cxf.aegis.util.jdom.StaxSerializer
- writeEmptyElement(String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
- writeEmptyElement(String, String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
- writeEmptyElement(String, String, String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
- writeEndDocument() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
- writeEndElement() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
- writeEntityRef(String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
- writeId(MessageWriter, String) - Static method in class org.apache.cxf.aegis.type.encoded.SoapEncodingUtil
-
Writes a SOAP 1.1 id attribute.
- writeNamespace(String, String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.AegisType
-
Writes the object to the MessageWriter.
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.ArrayType
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.Base64Type
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.BeanType
-
Writes the object to the MessageWriter.
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.BigDecimalType
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.BigIntegerType
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.BooleanType
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.ByteType
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.CalendarType
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.CharacterAsStringType
-
Writes the object to the MessageWriter.
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.CharacterType
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.DateTimeType
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.DateType
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.DoubleType
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.FloatType
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.IntType
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.LongType
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.ObjectType
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.ShortType
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.SqlDateType
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.StringType
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.TimestampType
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.TimeType
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.TimezoneLessDateType
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.URIType
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.collection.CollectionType
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.collection.MapType
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.encoded.SoapArrayType
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.encoded.SoapRefType
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.java5.DurationType
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.java5.EnumType
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.java5.XMLGregorianCalendarType
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.xml.DocumentType
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.xml.JDOMDocumentType
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.xml.JDOMElementType
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.xml.SourceType
- writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.xml.XMLStreamReaderType
- writeObject(Object, MessageWriter, Context, QName) - Method in class org.apache.cxf.aegis.type.basic.ArrayType
-
Write an array type, using the desired element name in the flattened case.
- writeProcessingInstruction(String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
- writeProcessingInstruction(String, String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
- writeProperty(QName, Object, Object, Class<?>, BeanTypeInfo) - Method in class org.apache.cxf.aegis.type.basic.BeanType
-
Write the specified property to a field.
- writeProperty(QName, Object, Object, Class<?>, BeanTypeInfo) - Method in class org.apache.cxf.aegis.type.encoded.StructType
-
Adds special handeling for SoapRefs
- writer - Variable in class org.apache.cxf.aegis.AegisElementDataWriter
- writeRef(MessageWriter, String) - Static method in class org.apache.cxf.aegis.type.encoded.SoapEncodingUtil
-
Writes a SOAP 1.1 ref attribute.
- writeSchema(XmlSchema) - Method in class org.apache.cxf.aegis.type.AegisType
-
If this type should correspond to a global, named, schema type, here is where the type object adds it to the schema.
- writeSchema(XmlSchema) - Method in class org.apache.cxf.aegis.type.basic.ArrayType
- writeSchema(XmlSchema) - Method in class org.apache.cxf.aegis.type.basic.BeanType
- writeSchema(XmlSchema) - Method in class org.apache.cxf.aegis.type.collection.MapType
- writeSchema(XmlSchema) - Method in class org.apache.cxf.aegis.type.encoded.SoapArrayType
-
Throws UnsupportedOperationException
- writeSchema(XmlSchema) - Method in class org.apache.cxf.aegis.type.encoded.SoapRefType
- writeSchema(XmlSchema) - Method in class org.apache.cxf.aegis.type.java5.EnumType
- writeStartDocument() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
- writeStartDocument(String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
- writeStartDocument(String, String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
- writeStartElement(String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
- writeStartElement(String, String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
- writeStartElement(String, String, String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
- writeValue(Object) - Method in class org.apache.cxf.aegis.xml.jdom.AttributeWriter
- writeValue(Object) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
- writeValue(Object) - Method in class org.apache.cxf.aegis.xml.stax.AttributeWriter
- writeValue(Object) - Method in class org.apache.cxf.aegis.xml.stax.ElementWriter
- writeValue(Object, MessageWriter, Context, AegisType) - Method in class org.apache.cxf.aegis.type.encoded.SoapArrayType
- writeValue(Object, MessageWriter, Context, AegisType, String, String) - Method in class org.apache.cxf.aegis.type.basic.ArrayType
- writeValueAsBoolean(boolean) - Method in class org.apache.cxf.aegis.xml.AbstractMessageWriter
- writeValueAsBoolean(boolean) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
- writeValueAsByte(Byte) - Method in class org.apache.cxf.aegis.xml.AbstractMessageWriter
- writeValueAsByte(Byte) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
- writeValueAsCharacter(Character) - Method in class org.apache.cxf.aegis.xml.AbstractMessageWriter
- writeValueAsCharacter(Character) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
- writeValueAsDouble(Double) - Method in class org.apache.cxf.aegis.xml.AbstractMessageWriter
- writeValueAsDouble(Double) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
- writeValueAsFloat(Float) - Method in class org.apache.cxf.aegis.xml.AbstractMessageWriter
- writeValueAsFloat(Float) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
- writeValueAsInt(Integer) - Method in class org.apache.cxf.aegis.xml.AbstractMessageWriter
- writeValueAsInt(Integer) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
- writeValueAsLong(Long) - Method in class org.apache.cxf.aegis.xml.AbstractMessageWriter
- writeValueAsLong(Long) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
- writeValueAsShort(Short) - Method in class org.apache.cxf.aegis.xml.AbstractMessageWriter
- writeValueAsShort(Short) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
- writeXsiNil() - Method in class org.apache.cxf.aegis.xml.AbstractMessageWriter
- writeXsiNil() - Method in interface org.apache.cxf.aegis.xml.MessageWriter
- writeXsiType(QName) - Method in class org.apache.cxf.aegis.xml.AbstractMessageWriter
- writeXsiType(QName) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
-
As per 2.6.1 in XML Schema Part 1: "An element information item in an instance may, however, explicitly assert its type using the attribute
xsi:type."
X
- XFireCompatibilityServiceConfiguration - Class in org.apache.cxf.aegis.databinding
-
This service configuration uses XFire-compatible conventions for assigning namespace URI's to Java packages when naming services.
- XFireCompatibilityServiceConfiguration() - Constructor for class org.apache.cxf.aegis.databinding.XFireCompatibilityServiceConfiguration
- XML_MIME_ATTR_LOCAL_NAME - Static variable in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
- XML_MIME_BASE64 - Static variable in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
- XML_MIME_CONTENT_TYPE - Static variable in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
- XML_MIME_NS - Static variable in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
- XmlAttribute - Annotation Interface in org.apache.cxf.aegis.type.java5
- XMLBeanTypeInfo - Class in org.apache.cxf.aegis.type.basic
- XMLBeanTypeInfo(Class<?>, List<Element>, String) - Constructor for class org.apache.cxf.aegis.type.basic.XMLBeanTypeInfo
- XmlElement - Annotation Interface in org.apache.cxf.aegis.type.java5
- XmlFlattenedArray - Annotation Interface in org.apache.cxf.aegis.type.java5
- XMLGregorianCalendarType - Class in org.apache.cxf.aegis.type.java5
- XMLGregorianCalendarType() - Constructor for class org.apache.cxf.aegis.type.java5.XMLGregorianCalendarType
- XmlParamType - Annotation Interface in org.apache.cxf.aegis.type.java5
-
Annotates services method parameters to provide information about how they are to be serialized.
- XmlReturnType - Annotation Interface in org.apache.cxf.aegis.type.java5
-
Annotates a service's return type to provide information about how it is to be serialized.
- XMLStreamDataReader - Class in org.apache.cxf.aegis.databinding
- XMLStreamDataReader(AegisDatabinding, Bus) - Constructor for class org.apache.cxf.aegis.databinding.XMLStreamDataReader
- XMLStreamDataWriter - Class in org.apache.cxf.aegis.databinding
- XMLStreamDataWriter(AegisDatabinding, Bus) - Constructor for class org.apache.cxf.aegis.databinding.XMLStreamDataWriter
- XMLStreamReaderType - Class in org.apache.cxf.aegis.type.xml
-
Reads and writes
org.w3c.dom.Documenttypes. - XMLStreamReaderType() - Constructor for class org.apache.cxf.aegis.type.xml.XMLStreamReaderType
- XmlType - Annotation Interface in org.apache.cxf.aegis.type.java5
- XMLTypeCreator - Class in org.apache.cxf.aegis.type
-
Deduce mapping information from an xml file.
- XMLTypeCreator() - Constructor for class org.apache.cxf.aegis.type.XMLTypeCreator
- XOP_HREF - Static variable in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
- XOP_INCLUDE - Static variable in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
- XOP_NS - Static variable in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
- XsDateFormat - Class in org.apache.cxf.aegis.util.date
-
An instance of
Format, which may be used to parse and formatxs:datevalues. - XsDateFormat() - Constructor for class org.apache.cxf.aegis.util.date.XsDateFormat
-
Creates a new instance.
- XsDateTimeFormat - Class in org.apache.cxf.aegis.util.date
-
An instance of
Format, which may be used to parse and formatxs:dateTimevalues. - XsDateTimeFormat() - Constructor for class org.apache.cxf.aegis.util.date.XsDateTimeFormat
-
Creates a new instance.
- XsTimeFormat - Class in org.apache.cxf.aegis.util.date
-
An instance of
Format, which may be used to parse and formatxs:timevalues. - XsTimeFormat() - Constructor for class org.apache.cxf.aegis.util.date.XsTimeFormat
-
Creates a new instance.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form