amwebarsentitlementservice.protocol
Class BrowserBasedProtocol

java.lang.Object
  |
  +--amwebarsentitlementservice.protocol.AMWebARSProtocol
        |
        +--amwebarsentitlementservice.protocol.BrowserBasedProtocol
All Implemented Interfaces:
java.lang.Cloneable

public abstract class BrowserBasedProtocol
extends AMWebARSProtocol


Fields inherited from class amwebarsentitlementservice.protocol.AMWebARSProtocol
_initialized, CLASS_NAME_XML_NAME, PROTOCOL_ID_XML_NAME, PROTOCOL_XML_NAME
 
Method Summary
 ProtocolSpecificClientFactory getPreferedFactory()
          Returns the prefered typ of factory of this protocol.
 
Methods inherited from class amwebarsentitlementservice.protocol.AMWebARSProtocol
clone, equals, generateMemento, getClient, getInstance, getProtocolID, initialize, isInitialized, run, setClient, setMemento, shutdown, toString, toXML
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getPreferedFactory

public ProtocolSpecificClientFactory getPreferedFactory()
Returns the prefered typ of factory of this protocol.
Overrides:
getPreferedFactory in class AMWebARSProtocol
Returns:
ProtocolSpecificClientFactory
See Also:
AMWebARSProtocol.getPreferedFactory()