Interface ServiceContext.Factory
-
- Enclosing interface:
- ServiceContext
public static interface ServiceContext.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceContextcreate(InputStream s, GIOPVersion gv)intgetId()
-
-
-
Method Detail
-
getId
int getId()
-
create
ServiceContext create(InputStream s, GIOPVersion gv)
-
-