|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionReader
public class EndpointDescriptionReader
Default implementation of IEndpointDescriptionReader.
| Constructor Summary | |
|---|---|
EndpointDescriptionReader()
|
|
| Method Summary | |
|---|---|
org.osgi.service.remoteserviceadmin.EndpointDescription[] |
readEndpointDescriptions(java.io.InputStream input)
Read endpoint descriptions from the given input stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EndpointDescriptionReader()
| Method Detail |
|---|
public org.osgi.service.remoteserviceadmin.EndpointDescription[] readEndpointDescriptions(java.io.InputStream input)
throws java.io.IOException
IEndpointDescriptionReadernull, and must provide data in the Endpoint
Description Extender Format (EDEF) specified in section 122.8 of the OSGi
Enterprise Specification.
readEndpointDescriptions in interface IEndpointDescriptionReaderinput - the input stream to read from. Must be non-null,
and must provide data in the format specified the EDEF
specification (see link above).
org.osgi.service.remoteserviceadmin.EndpointDescription
instance read from the given input stream.
java.io.IOException - if the inputstream does not have valid data in the EDE
format. Note that the implementation of this method may call
InputStream.close().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||