org.jboss.webservice.metadata.jaxrpcmapping
Class ServiceInterfaceMapping

java.lang.Object
  extended by org.jboss.webservice.metadata.jaxrpcmapping.ServiceInterfaceMapping
All Implemented Interfaces:
Serializable

public class ServiceInterfaceMapping
extends Object
implements Serializable

XML mapping of the java-wsdl-mapping/service-interface-mapping element.

Since:
14-May-2004
Author:
Thomas.Diesler@jboss.org
See Also:
Serialized Form

Constructor Summary
ServiceInterfaceMapping(JavaWsdlMapping javaWsdlMapping)
           
 
Method Summary
 void addPortMapping(PortMapping portMapping)
           
 JavaWsdlMapping getJavaWsdlMapping()
           
 PortMapping[] getPortMappings()
           
 String getServiceInterface()
           
 javax.xml.namespace.QName getWsdlServiceName()
           
 String serialize()
           
 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)

serialize

public String serialize()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.