|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.sandia.ccaffeine.dc.user_iface.MVC.CcaConnection
public class CcaConnection
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 |
---|
public CcaConnection(java.lang.String xmlConnection)
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>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |