Package org.apache.openejb.jee
Class ServiceInterfaceMapping
- java.lang.Object
-
- org.apache.openejb.jee.ServiceInterfaceMapping
-
public class ServiceInterfaceMapping extends Object
The service-interface-mapping element defines how a Java type for the service interface maps to a WSDL service. Used in: java-wsdl-mapping
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringidprotected List<PortMapping>portMappingprotected StringserviceInterfaceprotected QNamewsdlServiceName
-
Constructor Summary
Constructors Constructor Description ServiceInterfaceMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()List<PortMapping>getPortMapping()StringgetServiceInterface()QNamegetWsdlServiceName()voidsetId(String value)voidsetServiceInterface(String value)voidsetWsdlServiceName(QName value)
-
-
-
Field Detail
-
serviceInterface
protected String serviceInterface
-
wsdlServiceName
protected QName wsdlServiceName
-
portMapping
protected List<PortMapping> portMapping
-
id
protected String id
-
-
Method Detail
-
getServiceInterface
public String getServiceInterface()
-
setServiceInterface
public void setServiceInterface(String value)
-
getWsdlServiceName
public QName getWsdlServiceName()
-
setWsdlServiceName
public void setWsdlServiceName(QName value)
-
getPortMapping
public List<PortMapping> getPortMapping()
-
getId
public String getId()
-
setId
public void setId(String value)
-
-