Package org.apache.openejb.jee
Class WsdlReturnValueMapping
- java.lang.Object
-
- org.apache.openejb.jee.WsdlReturnValueMapping
-
public class WsdlReturnValueMapping extends Object
TODO what schema? 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
Fields Modifier and Type Field Description protected Stringidprotected StringmethodReturnValueprotected QNamewsdlMessageprotected StringwsdlMessagePartName
-
Constructor Summary
Constructors Constructor Description WsdlReturnValueMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetMethodReturnValue()QNamegetWsdlMessage()StringgetWsdlMessagePartName()voidsetId(String value)voidsetMethodReturnValue(String value)voidsetWsdlMessage(QName value)voidsetWsdlMessagePartName(String value)
-
-
-
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)
-
-