Uses of Interface
net.shibboleth.metadata.ItemSerializer

Packages that use ItemSerializer
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. 
 

Uses of ItemSerializer in net.shibboleth.metadata.dom
 

Classes in net.shibboleth.metadata.dom that implement ItemSerializer
 class DomElementSerializer
          Very simple serializer that serializes the owning document of the first element of the given DomElementItem collection.
 

Uses of ItemSerializer in net.shibboleth.metadata.pipeline
 

Fields in net.shibboleth.metadata.pipeline declared as ItemSerializer
private  ItemSerializer<ItemType> SerializationStage.serializer
          Serializer used to write the item to the output stream.
 

Methods in net.shibboleth.metadata.pipeline that return ItemSerializer
 ItemSerializer<ItemType> SerializationStage.getSerializer()
          Gets the serializer used to write item to the output file.
 

Methods in net.shibboleth.metadata.pipeline with parameters of type ItemSerializer
 void SerializationStage.setSerializer(ItemSerializer<ItemType> itemSerializer)
          Sets the serializer used to write item to the output file.
 



Copyright © 1999-2012. All Rights Reserved.