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.
|
toString
public UnknownServiceContext(int id, byte[] data)
public UnknownServiceContext(int id, InputStream is)
public int getId()
ServiceContext
getId
in class ServiceContext
public void writeData(OutputStream os) throws SystemException
ServiceContext
writeData
in class ServiceContext
SystemException
public void write(OutputStream os, GIOPVersion gv) throws SystemException
ServiceContext
write
in class ServiceContext
SystemException
public byte[] getData()
Copyright © 2019 JBoss by Red Hat. All rights reserved.