| 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 | Field and Description |
|---|---|
private ItemSerializer<T> |
SimpleItemCollectionSerializer.serializer
The
ItemSerializer to use on each Item in turn. |
| Constructor and Description |
|---|
SimpleItemCollectionSerializer(ItemSerializer<T> ser)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DOMElementSerializer
|
| Modifier and Type | Field and Description |
|---|---|
private ItemSerializer<T> |
MultiOutputSerializationStage.serializer
Serializer used to write the collection to the output stream.
|
| Modifier and Type | Method and Description |
|---|---|
ItemSerializer<T> |
MultiOutputSerializationStage.getSerializer()
Gets the serializer used to write item to the output file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiOutputSerializationStage.setSerializer(ItemSerializer<T> itemSerializer)
Sets the serializer used to write item to the output file.
|
Copyright © 1999–2016. All rights reserved.