public class ServiceRef extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<CallProperty> |
callProperty |
protected List<PortInfo> |
portInfo |
protected String |
serviceImplClass |
protected ServiceQname |
serviceQname |
protected String |
serviceRefName |
protected String |
wsdlOverride |
| Constructor and Description |
|---|
ServiceRef() |
| Modifier and Type | Method and Description |
|---|---|
List<CallProperty> |
getCallProperty() |
List<PortInfo> |
getPortInfo() |
String |
getServiceImplClass() |
ServiceQname |
getServiceQname() |
String |
getServiceRefName() |
String |
getWsdlOverride() |
void |
setServiceImplClass(String value) |
void |
setServiceQname(ServiceQname value) |
void |
setServiceRefName(String value) |
void |
setWsdlOverride(String value) |
protected String serviceRefName
protected List<CallProperty> callProperty
protected String wsdlOverride
protected String serviceImplClass
protected ServiceQname serviceQname
public String getServiceRefName()
public void setServiceRefName(String value)
public List<CallProperty> getCallProperty()
public String getWsdlOverride()
public void setWsdlOverride(String value)
public String getServiceImplClass()
public void setServiceImplClass(String value)
public ServiceQname getServiceQname()
public void setServiceQname(ServiceQname value)
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.