public class WebServiceMappingInfo extends Object
Constructor and Description |
---|
WebServiceMappingInfo()
Create a new mapping.
|
WebServiceMappingInfo(Class service,
String porttype)
Create a new mapping.
|
Modifier and Type | Method and Description |
---|---|
String |
getPortType()
Get the porttype.
|
Class |
getService()
Get the service.
|
void |
setPortType(String porttype)
Set the porttype.
|
void |
setService(Class service)
Set the service.
|
public Class getService()
public void setService(Class service)
service
- The service to set.public String getPortType()
public void setPortType(String porttype)
porttype
- The porttype to set.Copyright © 2012. All Rights Reserved.