OracleAS Syndication Services API Reference
10g (9.0.4)

Part No. B10399-01

oracle.syndicate.server.cp
Interface CPContext


public interface CPContext

Contains all the necessary auxilary classes for a CP to operate.

Since:
release specific (what release of product did this appear in)

Method Summary
 java.lang.String getContentProviderID()
          Returns the id of the associated content provider instance
 CPMessageFactory getCPMessageFactory()
          Returns the message factory to be used by content providers
 java.lang.String getHttpProxyHost()
          Returns the configured proxy host
 int getHttpProxyPort()
          Returns the configured proxy port

 

Method Detail

getCPMessageFactory

public CPMessageFactory getCPMessageFactory()
Returns the message factory to be used by content providers

getContentProviderID

public java.lang.String getContentProviderID()
Returns the id of the associated content provider instance

getHttpProxyHost

public java.lang.String getHttpProxyHost()
Returns the configured proxy host
Returns:
the proxy host or null if no proxy.

getHttpProxyPort

public int getHttpProxyPort()
Returns the configured proxy port
Returns:
the transport proxy port. Ignored if getProxyHost() returns null.

Copyright © 2001, 2003, Oracle. All rights reserved.

Copyright © 2001, 2003, Oracle. All rights reserved.