org.jboss.axis.description
Class ParameterWrapping
java.lang.Object
org.jboss.axis.description.ParameterWrapping
public class ParameterWrapping
- extends Object
A helper class to wrap/unwrap document style request/response structures.
- Since:
- 06-Jun-2005
- Author:
- Thomas.Diesler@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParameterWrapping
public ParameterWrapping()
wrapRequestParameters
public static Object wrapRequestParameters(OperationDesc opDesc,
Object[] inParams)
unwrapRequestParameters
public static Object[] unwrapRequestParameters(OperationDesc opDesc,
Object reqStruct)
wrapResponseParameter
public static Object wrapResponseParameter(OperationDesc opDesc,
Object outParam)
unwrapResponseParameter
public static Object unwrapResponseParameter(OperationDesc opDesc,
Object resStruct)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.