Class ServiceEndpointMethodMapping


  • public class ServiceEndpointMethodMapping
    extends Object
    The service-endpoint-method-mapping element defines the mapping of Java methods to operations (which are not uniquely qualified by qnames). The wsdl-operation should be interpreted with respect to the portType and binding in which this definition is embedded within. See the definitions for service-endpoint-interface-mapping and service-interface-mapping to acquire the proper context. The wrapped-element indicator should only be specified when a WSDL message wraps an element type. The wsdl-return-value-mapping is not specified for one-way operations. Used in: service-endpoint-interface-mapping
    • Constructor Detail

      • ServiceEndpointMethodMapping

        public ServiceEndpointMethodMapping()
    • Method Detail

      • getJavaMethodName

        public String getJavaMethodName()
      • setJavaMethodName

        public void setJavaMethodName​(String value)
      • getWsdlOperation

        public String getWsdlOperation()
      • setWsdlOperation

        public void setWsdlOperation​(String value)
      • getWrappedElement

        public Object getWrappedElement()
      • setWrappedElement

        public void setWrappedElement​(Object value)
      • getId

        public String getId()
      • setId

        public void setId​(String value)