当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
ServiceInterfaceMapping (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.webservice.metadata.jaxrpcmapping
Class ServiceInterfaceMapping
java.lang.Object
org.jboss.webservice.metadata.jaxrpcmapping.ServiceInterfaceMapping
- public class ServiceInterfaceMapping
- extends Object
XML mapping of the java-wsdl-mapping/service-interface-mapping element.
- Since:
- 14-May-2004
- Author:
- Thomas.Diesler@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceInterfaceMapping
public ServiceInterfaceMapping(JavaWsdlMapping javaWsdlMapping)
getJavaWsdlMapping
public JavaWsdlMapping getJavaWsdlMapping()
getServiceInterface
public String getServiceInterface()
setServiceInterface
public void setServiceInterface(String serviceInterface)
getWsdlServiceName
public javax.xml.namespace.QName getWsdlServiceName()
setWsdlServiceName
public void setWsdlServiceName(javax.xml.namespace.QName wsdlServiceName)
getPortMappings
public PortMapping[] getPortMappings()
addPortMapping
public void addPortMapping(PortMapping portMapping)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.