org.apache.openejb.jee
Class ServiceInterfaceMapping
java.lang.Object
org.apache.openejb.jee.ServiceInterfaceMapping
public class ServiceInterfaceMapping
- extends java.lang.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 java.lang.String serviceInterface
wsdlServiceName
protected javax.xml.namespace.QName wsdlServiceName
portMapping
protected java.util.List<PortMapping> portMapping
id
protected java.lang.String id
ServiceInterfaceMapping
public ServiceInterfaceMapping()
getServiceInterface
public java.lang.String getServiceInterface()
setServiceInterface
public void setServiceInterface(java.lang.String value)
getWsdlServiceName
public javax.xml.namespace.QName getWsdlServiceName()
setWsdlServiceName
public void setWsdlServiceName(javax.xml.namespace.QName value)
getPortMapping
public java.util.List<PortMapping> getPortMapping()
getId
public java.lang.String getId()
setId
public void setId(java.lang.String value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.