public class ServiceProviders extends Object implements Serializable
| Constructor and Description |
|---|
ServiceProviders() |
| Modifier and Type | Method and Description |
|---|---|
void |
addServiceProvider(int index,
ServiceProvider vServiceProvider)
Method addServiceProvider
|
void |
addServiceProvider(ServiceProvider vServiceProvider)
Method addServiceProvider
|
void |
clearServiceProvider()
Method clearServiceProvider
|
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
|
boolean |
removeServiceProvider(ServiceProvider vServiceProvider)
Method removeServiceProvider
|
void |
setServiceProvider(int index,
ServiceProvider vServiceProvider)
Method setServiceProvider
|
void |
setServiceProvider(ServiceProvider[] serviceProviderArray)
Method setServiceProvider
|
static ServiceProviders |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addServiceProvider(ServiceProvider vServiceProvider) throws IndexOutOfBoundsException
vServiceProvider - IndexOutOfBoundsExceptionpublic void addServiceProvider(int index,
ServiceProvider vServiceProvider)
throws IndexOutOfBoundsException
index - vServiceProvider - IndexOutOfBoundsExceptionpublic void clearServiceProvider()
public Enumeration enumerateServiceProvider()
public ServiceProvider getServiceProvider(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic 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.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler - IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic boolean removeServiceProvider(ServiceProvider vServiceProvider)
vServiceProvider - public void setServiceProvider(int index,
ServiceProvider vServiceProvider)
throws IndexOutOfBoundsException
index - vServiceProvider - IndexOutOfBoundsExceptionpublic void setServiceProvider(ServiceProvider[] serviceProviderArray)
serviceProviderArray - public static ServiceProviders unmarshal(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.ValidationExceptionCopyright © 2016. All rights reserved.