gov.sandia.ccaffeine.dc.user_iface.MVC
Class CcaConnection

java.lang.Object
  extended by gov.sandia.ccaffeine.dc.user_iface.MVC.CcaConnection

public class CcaConnection
extends java.lang.Object


Constructor Summary
CcaConnection(java.lang.String xmlConnection)
          Parse the xml contents of a connection.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CcaConnection

public CcaConnection(java.lang.String xmlConnection)
Parse the xml contents of a connection. The parsed values are copied into the class's attributes.

The XML code will contains something like this:
 <connection>
  <providesServiceComponentName>
   providerComponentName
 &ngsp;</providesServiceComponentName>
  <providesServicePortName>
   providerPortName
 &ngsp;</providesServicePortName>
  <usesServiceComponentName>
   userComponentName
 &ngsp;</usesServiceComponentName>
  <usesServicePortName>
   userPortName
 &ngsp;</usesServicePortName>
 </connection>