| Package | Description |
|---|---|
| net.shibboleth.metadata |
Base classes for dealing with collections of metadata (whatever metadata might mean to you).
|
| net.shibboleth.metadata.dom |
Implementations of core APIs that operate on W3C DOM based metadata.
|
| net.shibboleth.metadata.pipeline |
A set of classes for constructing generic data processing pipelines.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleItemCollectionSerializer<T>
A simple
ItemCollectionSerializer which just serializes each Item
in turn. |
| Modifier and Type | Class and Description |
|---|---|
class |
DOMElementSerializer
|
| Modifier and Type | Field and Description |
|---|---|
private ItemCollectionSerializer<T> |
SerializationStage.serializer
Serializer used to write the collection to the output stream.
|
| Modifier and Type | Method and Description |
|---|---|
ItemCollectionSerializer<T> |
SerializationStage.getSerializer()
Gets the serializer used to write item to the output file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SerializationStage.setSerializer(ItemCollectionSerializer<T> itemSerializer)
Sets the serializer used to write item to the output file.
|
Copyright © 1999–2016. All rights reserved.