org.nakedobjects.remoting.exchange
Class OidForServiceResponse

java.lang.Object
  extended by org.nakedobjects.remoting.exchange.OidForServiceResponse
All Implemented Interfaces:
java.io.Serializable, Encodable

public class OidForServiceResponse
extends java.lang.Object
implements Encodable, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
OidForServiceResponse(DataInputExtended input)
           
OidForServiceResponse(IdentityData identityData)
           
 
Method Summary
 void encode(DataOutputExtended output)
           
 IdentityData getOidData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OidForServiceResponse

public OidForServiceResponse(IdentityData identityData)

OidForServiceResponse

public OidForServiceResponse(DataInputExtended input)
                      throws java.io.IOException
Throws:
java.io.IOException
Method Detail

encode

public void encode(DataOutputExtended output)
            throws java.io.IOException
Specified by:
encode in interface Encodable
Throws:
java.io.IOException

getOidData

public IdentityData getOidData()


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.