org.apache.openejb.jee
Class MethodParamPartsMapping

java.lang.Object
  extended by 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


Field Summary
protected  String id
           
protected  BigInteger paramPosition
           
protected  String paramType
           
protected  WsdlMessageMapping wsdlMessageMapping
           
 
Constructor Summary
MethodParamPartsMapping()
           
 
Method Summary
 String getId()
           
 BigInteger getParamPosition()
           
 String getParamType()
           
 WsdlMessageMapping getWsdlMessageMapping()
           
 void setId(String value)
           
 void setParamPosition(BigInteger value)
           
 void setParamType(String value)
           
 void setWsdlMessageMapping(WsdlMessageMapping value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

paramPosition

protected BigInteger paramPosition

paramType

protected String paramType

wsdlMessageMapping

protected WsdlMessageMapping wsdlMessageMapping

id

protected String id
Constructor Detail

MethodParamPartsMapping

public MethodParamPartsMapping()
Method Detail

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-2011 The Apache OpenEJB development community. All Rights Reserved.