| |
|
| java.lang.Object org.apache.openejb.jee.ServiceEndpointInterfaceMapping
ServiceEndpointInterfaceMapping | public class ServiceEndpointInterfaceMapping implements Keyable<String>(Code) | | The service-endpoint-interface-mapping defines a tuple
to specify Service Endpoint Interfaces to
WSDL port types and WSDL bindings.
An interface may be mapped to a port-type and binding multiple
times. This happens rarely.
Used in: java-wsdl-mapping
|
serviceEndpointInterface | protected String serviceEndpointInterface(Code) | | |
getServiceEndpointInterface | public String getServiceEndpointInterface()(Code) | | |
setServiceEndpointInterface | public void setServiceEndpointInterface(String value)(Code) | | |
setWsdlBinding | public void setWsdlBinding(QName value)(Code) | | |
setWsdlPortType | public void setWsdlPortType(QName value)(Code) | | |
|
|
|