Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


oracle.sdp.proxyregistrar.configuration.beans
Interface ProxyRegistrarConfigurationBean

All Superinterfaces:
weblogic.descriptor.DescriptorBean, weblogic.descriptor.SettableBean

public interface ProxyRegistrarConfigurationBean
extends weblogic.descriptor.DescriptorBean

The root Proxy and Registrar configuration bean interface.

xsdgen:complexType.targetNamespace= "http://www.oracle.com/ns/occas/sdp/proxyregistrar/100"


Method Summary
 ProxyBean getProxy()
          Get the proxy descriptor bean.
 RegistrarBean getRegistrar()
          Get the registrar descriptor bean.

 

Methods inherited from interface weblogic.descriptor.DescriptorBean
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListener

 

Methods inherited from interface weblogic.descriptor.SettableBean
isSet, unSet

 

Method Detail

getProxy

ProxyBean getProxy()
Get the proxy descriptor bean.
Returns:
oracle.sdp.proxyregistrar.configuration.beans.ProxyBean

getRegistrar

RegistrarBean getRegistrar()
Get the registrar descriptor bean.
Returns:
oracle.sdp.proxyregistrar.configuration.beans.RegistrarBean

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


Copyright © 2005, 2010, Oracle and/or its affiliates. All rights reserved.