org.apache.openejb.jee
Class MethodParamPartsMapping
java.lang.Object
org.apache.openejb.jee.MethodParamPartsMapping
public class MethodParamPartsMapping
- extends Object
The method-param-parts-mapping element defines the mapping between a
Java method parameters and a wsdl-message.
Used in: service-endpoint-method-mapping
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
paramPosition
protected BigInteger paramPosition
paramType
protected String paramType
wsdlMessageMapping
protected WsdlMessageMapping wsdlMessageMapping
id
protected String id
MethodParamPartsMapping
public MethodParamPartsMapping()
getParamPosition
public BigInteger getParamPosition()
setParamPosition
public void setParamPosition(BigInteger value)
getParamType
public String getParamType()
setParamType
public void setParamType(String value)
getWsdlMessageMapping
public WsdlMessageMapping getWsdlMessageMapping()
setWsdlMessageMapping
public void setWsdlMessageMapping(WsdlMessageMapping value)
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.