org.apache.openejb.jee
Class MethodParamPartsMapping
java.lang.Object
org.apache.openejb.jee.MethodParamPartsMapping
public class MethodParamPartsMapping
- extends java.lang.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 java.math.BigInteger paramPosition
paramType
protected java.lang.String paramType
wsdlMessageMapping
protected WsdlMessageMapping wsdlMessageMapping
id
protected java.lang.String id
MethodParamPartsMapping
public MethodParamPartsMapping()
getParamPosition
public java.math.BigInteger getParamPosition()
setParamPosition
public void setParamPosition(java.math.BigInteger value)
getParamType
public java.lang.String getParamType()
setParamType
public void setParamType(java.lang.String value)
getWsdlMessageMapping
public WsdlMessageMapping getWsdlMessageMapping()
setWsdlMessageMapping
public void setWsdlMessageMapping(WsdlMessageMapping value)
getId
public java.lang.String getId()
setId
public void setId(java.lang.String value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.