org.apache.openejb.jee
Class WsdlReturnValueMapping

java.lang.Object
  extended by org.apache.openejb.jee.WsdlReturnValueMapping

public class WsdlReturnValueMapping
extends Object

The wsdl-return-value-mapping element defines the mapping for the method's return value. It defines the mapping to a specific message and its part. Together they define uniquely the mapping for a specific parameter. Parts within a message context are uniquely identified with their names. The wsdl-message-part-name is not specified if there is no return value or OUT parameters.

Used in: service-endpoint-method-mapping


Field Summary
protected  String id
           
protected  String methodReturnValue
           
protected  QName wsdlMessage
           
protected  String wsdlMessagePartName
           
 
Constructor Summary
WsdlReturnValueMapping()
           
 
Method Summary
 String getId()
           
 String getMethodReturnValue()
           
 QName getWsdlMessage()
           
 String getWsdlMessagePartName()
           
 void setId(String value)
           
 void setMethodReturnValue(String value)
           
 void setWsdlMessage(QName value)
           
 void setWsdlMessagePartName(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodReturnValue

protected String methodReturnValue

wsdlMessage

protected QName wsdlMessage

wsdlMessagePartName

protected String wsdlMessagePartName

id

protected String id
Constructor Detail

WsdlReturnValueMapping

public WsdlReturnValueMapping()
Method Detail

getMethodReturnValue

public String getMethodReturnValue()

setMethodReturnValue

public void setMethodReturnValue(String value)

getWsdlMessage

public QName getWsdlMessage()

setWsdlMessage

public void setWsdlMessage(QName value)

getWsdlMessagePartName

public String getWsdlMessagePartName()

setWsdlMessagePartName

public void setWsdlMessagePartName(String value)

getId

public String getId()

setId

public void setId(String value)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.