java.lang.Object |
↳ |
org.mule.modules.peoplesoft.metadata.builder.MetadataFetcher |
Class Overview
Defines a builder implementation depending on the type of metadata (Input or Output) and the operation selected (Cancel, Create, Get, Find, Save).
Summary
Nested Classes |
enum |
MetadataFetcher.ArgType |
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Fields
private
static
final
Map<String, Builder>
builderById
Public Constructors
public
MetadataFetcher
()
Public Methods
Assembles an instance of MetaData
delegating the construction to one of the builder objects defined in the builderById
Map.