com.ibm.j2ca.extension.emd.discovery
Class WBIMetadataEditImpl

java.lang.Object
  extended bycom.ibm.j2ca.extension.emd.discovery.WBIMetadataEditImpl
All Implemented Interfaces:
commonj.connector.metadata.discovery.MetadataEdit

public abstract class WBIMetadataEditImpl
extends java.lang.Object
implements commonj.connector.metadata.discovery.MetadataEdit

Implementation for MetadataEdit interface.


Constructor Summary
WBIMetadataEditImpl()
           
 
Method Summary
 commonj.connector.metadata.discovery.EditableType getAdministeredObjectType(java.lang.String arg0)
           
 commonj.connector.metadata.discovery.EditableType getConnectionSpecType(java.lang.String arg0)
           
abstract  commonj.connector.metadata.discovery.connection.InboundConnectionType getInboundConnectionType(java.lang.String arg0)
           
 commonj.connector.metadata.discovery.EditableType getInteractionSpecType(java.lang.String arg0)
           
abstract  commonj.connector.metadata.discovery.connection.OutboundConnectionType getOutboundConnectionType(java.lang.String arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WBIMetadataEditImpl

public WBIMetadataEditImpl()
Method Detail

getInteractionSpecType

public commonj.connector.metadata.discovery.EditableType getInteractionSpecType(java.lang.String arg0)
                                                                         throws commonj.connector.metadata.MetadataException
Specified by:
getInteractionSpecType in interface commonj.connector.metadata.discovery.MetadataEdit
Throws:
commonj.connector.metadata.MetadataException

getConnectionSpecType

public commonj.connector.metadata.discovery.EditableType getConnectionSpecType(java.lang.String arg0)
                                                                        throws commonj.connector.metadata.MetadataException
Specified by:
getConnectionSpecType in interface commonj.connector.metadata.discovery.MetadataEdit
Throws:
commonj.connector.metadata.MetadataException

getAdministeredObjectType

public commonj.connector.metadata.discovery.EditableType getAdministeredObjectType(java.lang.String arg0)
                                                                            throws commonj.connector.metadata.MetadataException
Specified by:
getAdministeredObjectType in interface commonj.connector.metadata.discovery.MetadataEdit
Throws:
commonj.connector.metadata.MetadataException

getOutboundConnectionType

public abstract commonj.connector.metadata.discovery.connection.OutboundConnectionType getOutboundConnectionType(java.lang.String arg0)
                                                                                                          throws commonj.connector.metadata.MetadataException
Specified by:
getOutboundConnectionType in interface commonj.connector.metadata.discovery.MetadataEdit
Throws:
commonj.connector.metadata.MetadataException

getInboundConnectionType

public abstract commonj.connector.metadata.discovery.connection.InboundConnectionType getInboundConnectionType(java.lang.String arg0)
                                                                                                        throws commonj.connector.metadata.MetadataException
Specified by:
getInboundConnectionType in interface commonj.connector.metadata.discovery.MetadataEdit
Throws:
commonj.connector.metadata.MetadataException