|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Service | |
org.apache.avalon.meta.info.builder |
Resources supporting the creation of a Type instance from a serialized form.
|
org.apache.avalon.meta.info.builder.tags | Utility classes supporting encapsulation of the representation of a the different tags supported in the merlin meta info model. |
org.apache.avalon.meta.info.verifier | A set of classes supporting verification of components types using class and component meta information. |
org.apache.avalon.meta.info.writer | Supplimentary classes supporting the writing of type and service descriptors in serialized and XML format. |
Uses of Service in org.apache.avalon.meta.info.builder |
Methods in org.apache.avalon.meta.info.builder that return Service | |
Service |
XMLServiceCreator.createService(String key,
InputStream input)
Create a Service from stream |
Service |
ServiceBuilder.build(Class clazz)
Create a Service object for specified Class. |
Service |
ServiceBuilder.build(String classname,
ClassLoader classLoader)
Create a Service object for specified
classname, in specified ClassLoader. |
Service |
SerializedServiceCreator.createService(String key,
InputStream input)
Create of a service instance from a serialized form. |
Service |
ServiceCreator.createService(String key,
InputStream input)
Create a Service from stream |
Uses of Service in org.apache.avalon.meta.info.builder.tags |
Methods in org.apache.avalon.meta.info.builder.tags that return Service | |
Service |
ServiceTag.getService()
Return the value of the Avalon 'service' tag. |
Uses of Service in org.apache.avalon.meta.info.verifier |
Methods in org.apache.avalon.meta.info.verifier with parameters of type Service | |
boolean |
Verifier.isServiceValid(Service service)
Validate a service using the supplied Service information. |
Uses of Service in org.apache.avalon.meta.info.writer |
Methods in org.apache.avalon.meta.info.writer with parameters of type Service | |
void |
XMLServiceWriter.writeService(Service service,
OutputStream stream)
Write out type representation to xml. |
void |
SerializedServiceWriter.writeService(Service service,
OutputStream stream)
Write a Service to a stream |
void |
ServiceWriter.writeService(Service service,
OutputStream stream)
Write a Service to a stream |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |