public class ServiceInterfaceMapping extends Object implements Serializable
Constructor and Description |
---|
ServiceInterfaceMapping(JavaWsdlMapping javaWsdlMapping) |
Modifier and Type | Method and Description |
---|---|
void |
addPortMapping(PortMapping portMapping) |
JavaWsdlMapping |
getJavaWsdlMapping() |
PortMapping[] |
getPortMappings() |
String |
getServiceInterface() |
QName |
getWsdlServiceName() |
String |
serialize() |
void |
setServiceInterface(String serviceInterface) |
void |
setWsdlServiceName(QName wsdlServiceName) |
public ServiceInterfaceMapping(JavaWsdlMapping javaWsdlMapping)
public JavaWsdlMapping getJavaWsdlMapping()
public String getServiceInterface()
public void setServiceInterface(String serviceInterface)
public QName getWsdlServiceName()
public void setWsdlServiceName(QName wsdlServiceName)
public PortMapping[] getPortMappings()
public void addPortMapping(PortMapping portMapping)
public String serialize()
Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.