public class RuntimeEndpointInfo extends Object implements RuntimeEndpointInfo
| Constructor and Description |
|---|
RuntimeEndpointInfo() |
| Modifier and Type | Method and Description |
|---|---|
Exception |
getException() |
Class |
getImplementationClass() |
String |
getModelFileName() |
String |
getName() |
QName |
getPortName() |
Class |
getRemoteInterface() |
QName |
getServiceName() |
Class |
getTieClass() |
String |
getUrlPattern() |
String |
getWSDLFileName() |
boolean |
isDeployed() |
void |
setDeployed(boolean b) |
void |
setException(Exception e) |
void |
setImplementationClass(Class klass) |
void |
setModelFileName(String s) |
void |
setName(String s) |
void |
setPortName(QName n) |
void |
setRemoteInterface(Class klass) |
void |
setServiceName(QName n) |
void |
setTieClass(Class klass) |
void |
setUrlPattern(String s) |
void |
setWSDLFileName(String s) |
public Class getRemoteInterface()
getRemoteInterface in interface RuntimeEndpointInfopublic void setRemoteInterface(Class klass)
setRemoteInterface in interface RuntimeEndpointInfopublic Class getImplementationClass()
getImplementationClass in interface RuntimeEndpointInfopublic void setImplementationClass(Class klass)
setImplementationClass in interface RuntimeEndpointInfopublic Class getTieClass()
getTieClass in interface RuntimeEndpointInfopublic void setTieClass(Class klass)
setTieClass in interface RuntimeEndpointInfopublic Exception getException()
public void setException(Exception e)
public String getName()
public void setName(String s)
setName in interface RuntimeEndpointInfopublic String getModelFileName()
public void setModelFileName(String s)
public String getWSDLFileName()
public void setWSDLFileName(String s)
public boolean isDeployed()
public void setDeployed(boolean b)
setDeployed in interface RuntimeEndpointInfopublic QName getPortName()
public void setPortName(QName n)
setPortName in interface RuntimeEndpointInfopublic QName getServiceName()
public void setServiceName(QName n)
setServiceName in interface RuntimeEndpointInfopublic String getUrlPattern()
public void setUrlPattern(String s)
setUrlPattern in interface RuntimeEndpointInfoCopyright © 2017–2019 Eclipse Foundation. All rights reserved.