Package org.apache.openejb.jee
Class ServiceEndpointInterfaceMapping
- java.lang.Object
-
- org.apache.openejb.jee.ServiceEndpointInterfaceMapping
-
public class ServiceEndpointInterfaceMapping extends Object implements Keyable<String>
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
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringidprotected StringserviceEndpointInterfaceprotected List<ServiceEndpointMethodMapping>serviceEndpointMethodMappingprotected QNamewsdlBindingprotected QNamewsdlPortType
-
Constructor Summary
Constructors Constructor Description ServiceEndpointInterfaceMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetKey()Gets the immutable key for this object.StringgetServiceEndpointInterface()List<ServiceEndpointMethodMapping>getServiceEndpointMethodMapping()QNamegetWsdlBinding()QNamegetWsdlPortType()voidsetId(String value)voidsetServiceEndpointInterface(String value)voidsetWsdlBinding(QName value)voidsetWsdlPortType(QName value)
-
-
-
Method Detail
-
getKey
public String getKey()
Description copied from interface:KeyableGets the immutable key for this object.
-
getServiceEndpointInterface
public String getServiceEndpointInterface()
-
setServiceEndpointInterface
public void setServiceEndpointInterface(String value)
-
getWsdlPortType
public QName getWsdlPortType()
-
setWsdlPortType
public void setWsdlPortType(QName value)
-
getWsdlBinding
public QName getWsdlBinding()
-
setWsdlBinding
public void setWsdlBinding(QName value)
-
getServiceEndpointMethodMapping
public List<ServiceEndpointMethodMapping> getServiceEndpointMethodMapping()
-
getId
public String getId()
-
setId
public void setId(String value)
-
-