|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WrapperHandler<T>
A contract for transformers to deal with wrapping/unwrapping for WSDL wrapper style operations
| Method Summary | |
|---|---|
T |
create(Operation operation,
boolean input)
Create a wrapper element |
java.util.List |
getChildren(T wrapper,
Operation operation,
boolean input)
Get a list of child elements from the wrapper |
DataType |
getWrapperType(Operation operation,
boolean input)
Get the data type for the wrapper |
boolean |
isInstance(java.lang.Object wrapper,
Operation operation,
boolean input)
Check if the given data is an instance of the wrapper |
void |
setChildren(T wrapper,
java.lang.Object[] childObjects,
Operation operation,
boolean input)
Populate the wrapper element with the child objects |
| Method Detail |
|---|
T create(Operation operation,
boolean input)
operation - The operationinput - Is it for input or output
DataType getWrapperType(Operation operation,
boolean input)
operation - The operationinput - Is it for input or output?
boolean isInstance(java.lang.Object wrapper,
Operation operation,
boolean input)
wrapper - operation - The operationinput - Input or output
void setChildren(T wrapper,
java.lang.Object[] childObjects,
Operation operation,
boolean input)
wrapper - The wrapper objectchildObjects - The child objectsoperation - The operationinput - Is it for input or output
java.util.List getChildren(T wrapper,
Operation operation,
boolean input)
wrapper - The wrapper objectoperation - The operationinput - Is it for input or output
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||