org.apache.openejb.jee
Class ServiceInterfaceMapping

java.lang.Object
  extended by 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
protected  String id
           
protected  List<PortMapping> portMapping
           
protected  String serviceInterface
           
protected  QName wsdlServiceName
           
 
Constructor Summary
ServiceInterfaceMapping()
           
 
Method Summary
 String getId()
           
 List<PortMapping> getPortMapping()
           
 String getServiceInterface()
           
 QName getWsdlServiceName()
           
 void setId(String value)
           
 void setServiceInterface(String value)
           
 void setWsdlServiceName(QName value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceInterface

protected String serviceInterface

wsdlServiceName

protected QName wsdlServiceName

portMapping

protected List<PortMapping> portMapping

id

protected String id
Constructor Detail

ServiceInterfaceMapping

public ServiceInterfaceMapping()
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)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.