org.jboss.soa.esb.listeners.config
Class ServicePublisherContractInfoCache

java.lang.Object
  extended by org.jboss.soa.esb.listeners.config.ServicePublisherContractInfoCache

public class ServicePublisherContractInfoCache
extends java.lang.Object

ServicePublisher ContractInfo cache.

Author:
dward at jboss.org

Constructor Summary
ServicePublisherContractInfoCache()
           
 
Method Summary
 org.jboss.internal.soa.esb.publish.ContractInfo getContractInfo(ServicePublisher servicePublisher, EPR epr)
           
 org.jboss.internal.soa.esb.publish.ContractInfo getContractInfo(ServicePublisher servicePublisher, EPR epr, javax.servlet.http.HttpServletRequest request)
           
 void removeContractInfos(ServicePublisher servicePublisher)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServicePublisherContractInfoCache

public ServicePublisherContractInfoCache()
Method Detail

getContractInfo

public org.jboss.internal.soa.esb.publish.ContractInfo getContractInfo(ServicePublisher servicePublisher,
                                                                       EPR epr)

getContractInfo

public org.jboss.internal.soa.esb.publish.ContractInfo getContractInfo(ServicePublisher servicePublisher,
                                                                       EPR epr,
                                                                       javax.servlet.http.HttpServletRequest request)

removeContractInfos

public void removeContractInfos(ServicePublisher servicePublisher)