com.ibm.wps.cp.tagging.federation.connections.resolution
Interface PocUriHandler


public interface PocUriHandler

A org.xml.sax.ContentHandler capable to compose a POC URI for a federated resource. The resource is represented by an ATOM entry.

The generated POC URI is passed by the handler to the provided callback object.

Since:
8.0.0
Note:
This interface is designed to be implemented by clients.

Method Summary
 org.xml.sax.ContentHandler createContentHandler(PocUriCallback aCallback)
          Creates a ContentHandler to parse an ATOM entry to compose a POC URI for a federated resource
 

Method Detail

createContentHandler

org.xml.sax.ContentHandler createContentHandler(PocUriCallback aCallback)
Creates a ContentHandler to parse an ATOM entry to compose a POC URI for a federated resource

Parameters:
aCallback - callback objects to set the generated POC URI
Returns:
a ContentHandler to parse an ATOM entry