IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.rcp.broker.xpd
Class XpdPropertyFactory

java.lang.Object
  extended by com.ibm.btt.rcp.broker.xpd.XpdPropertyFactory
All Implemented Interfaces:
IPropertyFactory

public class XpdPropertyFactory
extends java.lang.Object
implements IPropertyFactory

This XpdPropertyFactory is IPropertyFactory implementation class for Expeditor use.


Constructor Summary
XpdPropertyFactory()
           
 
Method Summary
 IProperty createProperty(java.lang.String name)
          Create property according to name
 IProperty createProperty(java.lang.String name, java.lang.String namespace)
          Create property according to name and namespace
 IPropertyValue createPropertyValue(IProperty property, java.lang.Object value)
          Create property value according to property and value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XpdPropertyFactory

public XpdPropertyFactory()
Method Detail

createProperty

public IProperty createProperty(java.lang.String name)
Description copied from interface: IPropertyFactory
Create property according to name

Specified by:
createProperty in interface IPropertyFactory
Returns:

createProperty

public IProperty createProperty(java.lang.String name,
                                java.lang.String namespace)
Description copied from interface: IPropertyFactory
Create property according to name and namespace

Specified by:
createProperty in interface IPropertyFactory
Returns:

createPropertyValue

public IPropertyValue createPropertyValue(IProperty property,
                                          java.lang.Object value)
Description copied from interface: IPropertyFactory
Create property value according to property and value

Specified by:
createPropertyValue in interface IPropertyFactory
Returns:

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2010