public interface ParameterValueObjectUtil extends ObjectReplicator
| Modifier and Type | Method and Description |
|---|---|
<T> org.ws4d.java.service.parameter.ParameterValue |
convertObject(T object,
org.ws4d.java.schema.Element elem) |
<T> T |
unmarshallParameterValue(org.ws4d.java.service.parameter.ParameterValue parameterValue) |
deepcopy, populate, replicateTo, replicateTo<T> org.ws4d.java.service.parameter.ParameterValue convertObject(T object,
org.ws4d.java.schema.Element elem)
throws java.lang.Exception
java.lang.Exception<T> T unmarshallParameterValue(org.ws4d.java.service.parameter.ParameterValue parameterValue)
throws java.lang.Exception
java.lang.Exception