Class 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 Detail

      • methodReturnValue

        protected String methodReturnValue
      • wsdlMessage

        protected QName wsdlMessage
      • wsdlMessagePartName

        protected String wsdlMessagePartName
    • 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)