|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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
IEndpointDescriptionReader
null
, and must provide data in the Endpoint
Description Extender Format (EDEF) specified in section 122.8 of the OSGi
Enterprise Specification.
readEndpointDescriptions
in interface IEndpointDescriptionReader
input
- the input stream to read from. Must be non-null
,
and must provide data in the format specified the EDEF
specification (see link above).
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 |