| |
|
| java.lang.Object org.apache.openejb.jee.ServiceEndpointMethodMapping
ServiceEndpointMethodMapping | public class ServiceEndpointMethodMapping (Code) | | 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
|
setJavaMethodName | public void setJavaMethodName(String value)(Code) | | |
setWrappedElement | public void setWrappedElement(Object value)(Code) | | |
setWsdlOperation | public void setWsdlOperation(String value)(Code) | | |
|
|
|