|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Serializer | |
---|---|
org.apache.muse.core.descriptor | |
org.apache.muse.core.serializer | |
org.apache.muse.ws.notification.impl | |
org.apache.muse.ws.resource.sg.impl |
Uses of Serializer in org.apache.muse.core.descriptor |
---|
Methods in org.apache.muse.core.descriptor that return Serializer | |
---|---|
Serializer |
SerializerDefinition.create()
|
Uses of Serializer in org.apache.muse.core.serializer |
---|
Classes in org.apache.muse.core.serializer that implement Serializer | |
---|---|
class |
ArraySerializer
ArraySerializer is a wrapper class that transforms arrays of any registered type into XML and back. |
class |
BooleanSerializer
BooleanSerializer transforms booleans (or Booleans) to XML and back. |
class |
DateSerializer
DateSerializer transforms java.util.Date to XML and back. |
class |
DoubleSerializer
DoubleSerializer transforms doubles (or Doubles) to XML and back. |
class |
ElementSerializer
ElementSerializer performs no transformation on its data - it exists to allow users to create method signatures that process raw XML. |
class |
FloatSerializer
FloatSerializer is transforms floats (or Floats) to XML and back. |
class |
IntegerSerializer
IntegerSerializer transforms ints (or Integers) to XML and back. |
class |
LongSerializer
LongSerializer transforms longs (or Longs) to XML and back. |
class |
QNameSerializer
QNameSerializer transforms javax.xml.namespace.QName to XML and back. |
class |
ShortSerializer
ShortSerializer transforms shorts (or Shorts) to XML and back. |
class |
StringSerializer
StringSerializer transforms Strings to XML and back. |
class |
UriSerializer
UriSerializer transforms java.net.URI to XML and back. |
class |
UrlSerializer
UrlSerializer transforms java.net.URL to XML and back. |
class |
XmlSerializableSerializer
XmlSerializableSerializer performs no transformation on its data - it simply casts objects to instances of XmlSerializable and calls their toXML() method to perform serialization. |
Methods in org.apache.muse.core.serializer that return Serializer | |
---|---|
Serializer |
ArraySerializer.getClassSerializer()
|
Serializer |
SerializerRegistry.getSerializer(Class type)
|
protected Serializer |
SerializerRegistry.searchClassHierarchy(Class type)
Looks through the parent class and interfaces of the given type to see if one of them has a registered serializer that could be used on the sub-type. |
Methods in org.apache.muse.core.serializer with parameters of type Serializer | |
---|---|
void |
SerializerRegistry.registerSerializer(Class type,
Serializer ser)
Associates the given serializer with the type and any of its sub-types. |
Constructors in org.apache.muse.core.serializer with parameters of type Serializer | |
---|---|
ArraySerializer(Class arrayClass,
Serializer classSerializer)
|
Uses of Serializer in org.apache.muse.ws.notification.impl |
---|
Classes in org.apache.muse.ws.notification.impl that implement Serializer | |
---|---|
class |
FilterSerializer
FilterSerializer is a Muse serializer that converts WSN Filters to XML and back. |
class |
NotificationMessageSerializer
NotificationMessageSerializer transforms WS-N NotificationMessage objects to XML and back. |
Uses of Serializer in org.apache.muse.ws.resource.sg.impl |
---|
Classes in org.apache.muse.ws.resource.sg.impl that implement Serializer | |
---|---|
class |
MembershipContentRuleSerializer
MembershipContentRuleSerializer provides XML-to-Java deserialization for the WS-SG MembershipContentRule type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |