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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
portName
protected String portName
javaPortName
protected String javaPortName
id
protected String id
PortMapping
public PortMapping()
getPortName
public String getPortName()
setPortName
public void setPortName(String value)
getJavaPortName
public String getJavaPortName()
setJavaPortName
public void setJavaPortName(String value)
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.