|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.provisioner.requests.RequestFactory
public class RequestFactory
Factory for Request
objects.
Request
,
Consumer
,
Operation
,
ConfigRequest
Constructor Summary | |
---|---|
RequestFactory()
|
Method Summary | |
---|---|
static Request |
createRequest(Operation op,
ConfigRequest configRequest)
Builds a Request using the configuration information provided
by a Operation and ConfigRequest. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RequestFactory()
Method Detail |
---|
public static Request createRequest(Operation op, ConfigRequest configRequest)
Request
using the configuration information provided
by a Operation and ConfigRequest.
op
- the operation that's about to be transformed into a
request.request
- the ConfigRequest that's about to be
transformed into a Request.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |