*/
private ServiceContext createExceptionDetailMessage (String message)
{
CDROutputStream out = new CDROutputStream();
out.beginEncapsulatedArray();
out.write_wstring(message);
return new ServiceContext (org.omg.IOP.ExceptionDetailMessage.value,
out.getBufferCopy());
}
public void setLocationForward(org.omg.PortableServer.ForwardRequest r)