public class ServiceInterfaceMapping extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected List<PortMapping> |
portMapping |
protected String |
serviceInterface |
protected QName |
wsdlServiceName |
| Constructor and Description |
|---|
ServiceInterfaceMapping() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
List<PortMapping> |
getPortMapping() |
String |
getServiceInterface() |
QName |
getWsdlServiceName() |
void |
setId(String value) |
void |
setServiceInterface(String value) |
void |
setWsdlServiceName(QName value) |
protected String serviceInterface
protected QName wsdlServiceName
protected List<PortMapping> portMapping
protected String id
public String getServiceInterface()
public void setServiceInterface(String value)
public QName getWsdlServiceName()
public void setWsdlServiceName(QName value)
public List<PortMapping> getPortMapping()
public String getId()
public void setId(String value)
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.