public class WebServiceMappingInfo
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| protected java.lang.String | porttypeThe porttype. | 
| protected java.lang.Class | serviceThe porttype. | 
| Constructor and Description | 
|---|
| WebServiceMappingInfo()Create a new mapping. | 
| WebServiceMappingInfo(java.lang.Class service,
                     java.lang.String porttype)Create a new mapping. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getPortType()Get the porttype. | 
| java.lang.Class | getService()Get the service. | 
| void | setPortType(java.lang.String porttype)Set the porttype. | 
| void | setService(java.lang.Class service)Set the service. | 
protected java.lang.Class service
protected java.lang.String porttype
public WebServiceMappingInfo()
public WebServiceMappingInfo(java.lang.Class service,
                             java.lang.String porttype)
public java.lang.Class getService()
public void setService(java.lang.Class service)
service - The service to set.public java.lang.String getPortType()
public void setPortType(java.lang.String porttype)
porttype - The porttype to set.