|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openejb.alt.config.sys.ServicesJar
public class ServicesJar
Class ServicesJar.
Constructor Summary | |
---|---|
ServicesJar()
|
Method Summary | |
---|---|
void |
addServiceProvider(int index,
ServiceProvider vServiceProvider)
Method addServiceProvider |
void |
addServiceProvider(ServiceProvider vServiceProvider)
Method addServiceProvider |
java.util.Enumeration |
enumerateServiceProvider()
Method enumerateServiceProvider |
ServiceProvider[] |
getServiceProvider()
Method getServiceProvider |
ServiceProvider |
getServiceProvider(int index)
Method getServiceProvider |
int |
getServiceProviderCount()
Method getServiceProviderCount |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
removeAllServiceProvider()
Method removeAllServiceProvider |
ServiceProvider |
removeServiceProvider(int index)
Method removeServiceProvider |
void |
setServiceProvider(int index,
ServiceProvider vServiceProvider)
Method setServiceProvider |
void |
setServiceProvider(ServiceProvider[] serviceProviderArray)
Method setServiceProvider |
static java.lang.Object |
unmarshal(java.io.Reader reader)
Method unmarshal |
void |
validate()
Method validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServicesJar()
Method Detail |
---|
public void addServiceProvider(ServiceProvider vServiceProvider) throws java.lang.IndexOutOfBoundsException
vServiceProvider
-
java.lang.IndexOutOfBoundsException
public void addServiceProvider(int index, ServiceProvider vServiceProvider) throws java.lang.IndexOutOfBoundsException
index
- vServiceProvider
-
java.lang.IndexOutOfBoundsException
public java.util.Enumeration enumerateServiceProvider()
public ServiceProvider getServiceProvider(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public ServiceProvider[] getServiceProvider()
public int getServiceProviderCount()
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.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void removeAllServiceProvider()
public ServiceProvider removeServiceProvider(int index)
index
- public void setServiceProvider(int index, ServiceProvider vServiceProvider) throws java.lang.IndexOutOfBoundsException
index
- vServiceProvider
-
java.lang.IndexOutOfBoundsException
public void setServiceProvider(ServiceProvider[] serviceProviderArray)
serviceProviderArray
- public static java.lang.Object unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |