Package org.apache.openejb.jee
Class PortMapping
- java.lang.Object
-
- org.apache.openejb.jee.PortMapping
-
public class PortMapping extends Object
The port-mapping defines the mapping of the WSDL port name attribute to the Java name used to generate the Generated Service Interface method get{java-name}. Used in: service-interface-mapping
-
-
Constructor Summary
Constructors Constructor Description PortMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetJavaPortName()StringgetPortName()voidsetId(String value)voidsetJavaPortName(String value)voidsetPortName(String value)
-