uk.ac.ic.doc.automed.p2p.protocol
Class Request.PathwayToSource

java.lang.Object
  extended by uk.ac.ic.doc.automed.p2p.protocol.Request
      extended by uk.ac.ic.doc.automed.p2p.protocol.Request.PathwayToSource
Enclosing class:
Request

public static class Request.PathwayToSource
extends Request


Nested Class Summary
 
Nested classes/interfaces inherited from class uk.ac.ic.doc.automed.p2p.protocol.Request
Request.Pathway, Request.PathwayToSource, Request.Port, Request.Query, Request.Register, Request.Remove, Request.Schema, Request.Unknown
 
Field Summary
 java.lang.String schema
           
 
Fields inherited from class uk.ac.ic.doc.automed.p2p.protocol.Request
request
 
Constructor Summary
Request.PathwayToSource(java.lang.String schema)
           
 
Method Summary
 boolean isPathwayToSource()
           
 
Methods inherited from class uk.ac.ic.doc.automed.p2p.protocol.Request
buildMessage, isPathway, isPort, isQuery, isRegister, isRemove, isSchema, isUnknown, newRequest, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

schema

public java.lang.String schema
Constructor Detail

Request.PathwayToSource

public Request.PathwayToSource(java.lang.String schema)
Method Detail

isPathwayToSource

public boolean isPathwayToSource()
Overrides:
isPathwayToSource in class Request