| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.services.ParamsBuilder
Field Summary | |
| public | name: String |
Constructor | |
| public | ParamsBuilder ( name: String) |
| Creates a new instance of the params object | |
Method Summary | |
| public | addAttribute ( name: String, value: String, persist: Boolean ): Void |
| Adds an atribute to the root node | |
| public | addParam ( name: String, value: Object, persist: Boolean ): Void |
| Adds a string param to the params | |
| public | addXMLParam ( node: XMLNode, persist: Boolean ): Void |
| Adds an xml node to the params | |
| public | bindCallParams ( params: Object ): XML |
| Bind all call params | |
| public | clearAll ( ): Void |
| Clears all existng params | |
| public | getCallParams ( ): XML |
| Gets the call params. | |
| public | isBound ( ): Boolean |
| Are the params bound* | |
| public var name: String |
|
| Creates a new instance of the params object |
|
| Adds an atribute to the root node Used for adding attributes to the root node |
|
| Adds a string param to the params Appends a TextNode to the root node of the params object |
|
| Adds an xml node to the params Appends the node to the root node of the params |
|
| Bind all call params Builds the callXMLParams object |
|
| Clears all existng params |
|
| Gets the call params. if not yet bound this call will automatically bind them return the xml call params |
|
| Are the params bound* |