站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended byorg.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

Constructor Summary
ServiceInterfaceMapping(JavaWsdlMapping javaWsdlMapping)
           
 
Method Summary
 void addPortMapping(PortMapping portMapping)
           
 JavaWsdlMapping getJavaWsdlMapping()
           
 PortMapping[] getPortMappings()
           
 String getServiceInterface()
           
 javax.xml.namespace.QName getWsdlServiceName()
           
 void setServiceInterface(String serviceInterface)
           
 void setWsdlServiceName(javax.xml.namespace.QName wsdlServiceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceInterfaceMapping

public ServiceInterfaceMapping(JavaWsdlMapping javaWsdlMapping)
Method Detail

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.