public class UnknownServiceContext extends ServiceContext
in| Constructor and Description |
|---|
UnknownServiceContext(int id,
byte[] data) |
UnknownServiceContext(int id,
InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData() |
int |
getId()
Returns Service context id.
|
void |
write(OutputStream os,
GIOPVersion gv)
Write the service context to an output stream.
|
void |
writeData(OutputStream os)
Writes the data used to represent the subclasses service context
into an encapsulation stream.
|
toStringpublic UnknownServiceContext(int id,
byte[] data)
public UnknownServiceContext(int id,
InputStream is)
public int getId()
ServiceContextgetId in class ServiceContextpublic void writeData(OutputStream os) throws SystemException
ServiceContextwriteData in class ServiceContextSystemExceptionpublic void write(OutputStream os, GIOPVersion gv) throws SystemException
ServiceContextwrite in class ServiceContextSystemExceptionpublic byte[] getData()
Copyright © 2018 JBoss by Red Hat. All rights reserved.