Skip navigation links


com.bea.wsrp.producer
Class RegistrationPropertyValue

java.lang.Object
  extended by com.bea.wsrp.producer.RegistrationPropertyValue


public class RegistrationPropertyValue
extends Object

This class holds registration property information and its value for a given consumer.


Constructor Summary
RegistrationPropertyValue(int registrationHandle, String namespaceName, String propertyName, Object registrationPropertyValue)
           

 

Method Summary
 String getPropertyName()
           
 String getPropertyNamespaceName()
           
 int getRegistrationHandle()
           
 Object getRegistrationPropertyValue()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

RegistrationPropertyValue

public RegistrationPropertyValue(int registrationHandle,
                                 String namespaceName,
                                 String propertyName,
                                 Object registrationPropertyValue)

Method Detail

getRegistrationHandle

public int getRegistrationHandle()

getPropertyName

public String getPropertyName()

getPropertyNamespaceName

public String getPropertyNamespaceName()

getRegistrationPropertyValue

public Object getRegistrationPropertyValue()

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.