org.apache.openejb.jee
Class WsdlReturnValueMapping
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
methodReturnValue
protected String methodReturnValue
wsdlMessage
protected QName wsdlMessage
wsdlMessagePartName
protected String wsdlMessagePartName
id
protected String id
WsdlReturnValueMapping
public WsdlReturnValueMapping()
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-2013 The Apache OpenEJB development community. All Rights Reserved.