Package com.sun.corba.ee.spi.transport
Interface IORTransformer
-
public interface IORTransformer
Interface that provides operations to transorm an IOR between its programmatic representation and a representation in an Input or Output object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
marshal(CDROutputObject oo, IOR ior)
IOR
unmarshal(CDRInputObject io)
-
-
-
Method Detail
-
unmarshal
IOR unmarshal(CDRInputObject io)
-
marshal
void marshal(CDROutputObject oo, IOR ior)
-
-