public class ComponentInterface
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ComponentInterface() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComponentClassName()
Returns the value of field 'componentClassName'.
|
java.lang.String |
getCorbaRepositoryId()
Returns the value of field 'corbaRepositoryId'.
|
java.lang.String |
getIdlPackage()
Returns the value of field 'idlPackage'.
|
java.lang.String |
getInternalInterface()
Returns the value of field 'internalInterface'.
|
boolean |
isValid() |
void |
marshal(org.xml.sax.ContentHandler handler) |
void |
marshal(java.io.Writer out) |
void |
setComponentClassName(java.lang.String componentClassName)
Sets the value of field 'componentClassName'.
|
void |
setCorbaRepositoryId(java.lang.String corbaRepositoryId)
Sets the value of field 'corbaRepositoryId'.
|
void |
setIdlPackage(java.lang.String idlPackage)
Sets the value of field 'idlPackage'.
|
void |
setInternalInterface(java.lang.String internalInterface)
Sets the value of field 'internalInterface'.
|
static ComponentInterface |
unmarshalComponentInterface(java.io.Reader reader) |
void |
validate() |
public java.lang.String getComponentClassName()
public java.lang.String getCorbaRepositoryId()
public java.lang.String getIdlPackage()
public java.lang.String getInternalInterface()
public boolean isValid()
public void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void marshal(org.xml.sax.ContentHandler handler)
throws java.io.IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler - java.io.IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void setComponentClassName(java.lang.String componentClassName)
componentClassName - the value of field
'componentClassName'.public void setCorbaRepositoryId(java.lang.String corbaRepositoryId)
corbaRepositoryId - the value of field
'corbaRepositoryId'.public void setIdlPackage(java.lang.String idlPackage)
idlPackage - the value of field 'idlPackage'.public void setInternalInterface(java.lang.String internalInterface)
internalInterface - the value of field
'internalInterface'.public static ComponentInterface unmarshalComponentInterface(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException