public class ServiceEndpointInterfaceMapping extends Object implements Keyable<String>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
serviceEndpointInterface |
protected List<ServiceEndpointMethodMapping> |
serviceEndpointMethodMapping |
protected QName |
wsdlBinding |
protected QName |
wsdlPortType |
| Constructor and Description |
|---|
ServiceEndpointInterfaceMapping() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getKey()
Gets the immutable key for this object.
|
String |
getServiceEndpointInterface() |
List<ServiceEndpointMethodMapping> |
getServiceEndpointMethodMapping() |
QName |
getWsdlBinding() |
QName |
getWsdlPortType() |
void |
setId(String value) |
void |
setServiceEndpointInterface(String value) |
void |
setWsdlBinding(QName value) |
void |
setWsdlPortType(QName value) |
protected String serviceEndpointInterface
protected QName wsdlPortType
protected QName wsdlBinding
protected List<ServiceEndpointMethodMapping> serviceEndpointMethodMapping
protected String id
public String getKey()
Keyablepublic String getServiceEndpointInterface()
public void setServiceEndpointInterface(String value)
public QName getWsdlPortType()
public void setWsdlPortType(QName value)
public QName getWsdlBinding()
public void setWsdlBinding(QName value)
public List<ServiceEndpointMethodMapping> getServiceEndpointMethodMapping()
public String getId()
public void setId(String value)
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.