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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serviceInterface
protected String serviceInterface
wsdlServiceName
protected QName wsdlServiceName
portMapping
protected List<PortMapping> portMapping
id
protected String id
ServiceInterfaceMapping
public ServiceInterfaceMapping()
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)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.