org.apache.openejb.jee
Class WsdlReturnValueMapping
java.lang.Object
org.apache.openejb.jee.WsdlReturnValueMapping
public class WsdlReturnValueMapping
- extends java.lang.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 java.lang.String methodReturnValue
wsdlMessage
protected javax.xml.namespace.QName wsdlMessage
wsdlMessagePartName
protected java.lang.String wsdlMessagePartName
id
protected java.lang.String id
WsdlReturnValueMapping
public WsdlReturnValueMapping()
getMethodReturnValue
public java.lang.String getMethodReturnValue()
setMethodReturnValue
public void setMethodReturnValue(java.lang.String value)
getWsdlMessage
public javax.xml.namespace.QName getWsdlMessage()
setWsdlMessage
public void setWsdlMessage(javax.xml.namespace.QName value)
getWsdlMessagePartName
public java.lang.String getWsdlMessagePartName()
setWsdlMessagePartName
public void setWsdlMessagePartName(java.lang.String 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.