de.knup.jedi.jayshare.Fileshare
Class ServiceRequestBuilder

java.lang.Object
  |
  +--de.knup.jedi.jayshare.Fileshare.FileshareComponentBuilder
        |
        +--de.knup.jedi.jayshare.Fileshare.ServiceRequestBuilder

public class ServiceRequestBuilder
extends FileshareComponentBuilder


Fields inherited from class de.knup.jedi.jayshare.Fileshare.FileshareComponentBuilder
hashedID
 
Constructor Summary
ServiceRequestBuilder()
           
 
Method Summary
 Extension build()
          build generates an Extension-derived object based on the current state of this ExtensionBuilder
 void reset()
          reset resets the interface for the builder to default values, so that it may be reused.
 
Methods inherited from class de.knup.jedi.jayshare.Fileshare.FileshareComponentBuilder
getHashedID, setHashedID
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

ServiceRequestBuilder

public ServiceRequestBuilder()
Method Detail

reset

public void reset()
Description copied from interface: ExtensionBuilder
reset resets the interface for the builder to default values, so that it may be reused.

build

public Extension build()
                throws java.lang.InstantiationException
Description copied from interface: ExtensionBuilder
build generates an Extension-derived object based on the current state of this ExtensionBuilder
Tags copied from interface: ExtensionBuilder
Returns:
an Extension object
Throws:
java.lang.InstantiationException - if insufficient or malformed data is present