|
||||||||||
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 |
Enumeration |
enumerateServiceProvider()
Method enumerateServiceProvider |
ServiceProvider[] |
getServiceProvider()
Method getServiceProvider |
ServiceProvider |
getServiceProvider(int index)
Method getServiceProvider |
int |
getServiceProviderCount()
Method getServiceProviderCount |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(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 Object |
unmarshal(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 IndexOutOfBoundsException
vServiceProvider
-
IndexOutOfBoundsException
public void addServiceProvider(int index, ServiceProvider vServiceProvider) throws IndexOutOfBoundsException
index
- vServiceProvider
-
IndexOutOfBoundsException
public Enumeration enumerateServiceProvider()
public ServiceProvider getServiceProvider(int index) throws IndexOutOfBoundsException
index
-
IndexOutOfBoundsException
public ServiceProvider[] getServiceProvider()
public int getServiceProviderCount()
public boolean isValid()
public void marshal(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(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
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 IndexOutOfBoundsException
index
- vServiceProvider
-
IndexOutOfBoundsException
public void setServiceProvider(ServiceProvider[] serviceProviderArray)
serviceProviderArray
- public static Object unmarshal(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 |