站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

JavaWsdlMapping (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


org.jboss.webservice.metadata.jaxrpcmapping
Class JavaWsdlMapping

java.lang.Object
  extended byorg.jboss.webservice.metadata.jaxrpcmapping.JavaWsdlMapping

public class JavaWsdlMapping
extends Object

XML mapping of the java-wsdl-mapping root element in jaxrpc-mapping.xml

Since:
14-May-2004
Author:
Thomas.Diesler@jboss.org

Constructor Summary
JavaWsdlMapping()
           
 
Method Summary
 void addExceptionMappings(ExceptionMapping exceptionMapping)
           
 void addJavaXmlTypeMappings(JavaXmlTypeMapping typeMapping)
           
 void addPackageMapping(PackageMapping packageMapping)
           
 void addServiceEndpointInterfaceMappings(ServiceEndpointInterfaceMapping serviceEndpointInterfaceMapping)
           
 void addServiceInterfaceMappings(ServiceInterfaceMapping serviceInterfaceMapping)
           
 ExceptionMapping getExceptionMappingForMessageQName(javax.xml.namespace.QName wsdlMessage)
          Get the exception mapping fo a given wsdl message
 ExceptionMapping[] getExceptionMappings()
           
 JavaXmlTypeMapping[] getJavaXmlTypeMappings()
           
 PackageMapping[] getPackageMappings()
           
 String getPackageTypeForURI(String uri)
          Get the package string for a given URI
 javax.xml.namespace.QName getPortTypeQNameForServiceEndpointInterface(String seiName)
          Get the port type qname for a given service endpoint infterface
 ServiceEndpointInterfaceMapping getServiceEndpointInterfaceMappingByPortType(javax.xml.namespace.QName portType)
          Get the service endpoint infterfacemapping for a given port type qname
 ServiceEndpointInterfaceMapping[] getServiceEndpointInterfaceMappings()
           
 ServiceInterfaceMapping[] getServiceInterfaceMappings()
           
 JavaXmlTypeMapping getTypeMappingForQName(javax.xml.namespace.QName typeQName)
          Get the type mapping fo a given root-type-qname
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaWsdlMapping

public JavaWsdlMapping()
Method Detail

getPackageMappings

public PackageMapping[] getPackageMappings()

getJavaXmlTypeMappings

public JavaXmlTypeMapping[] getJavaXmlTypeMappings()

getExceptionMappings

public ExceptionMapping[] getExceptionMappings()

getServiceInterfaceMappings

public ServiceInterfaceMapping[] getServiceInterfaceMappings()

getServiceEndpointInterfaceMappings

public ServiceEndpointInterfaceMapping[] getServiceEndpointInterfaceMappings()

getPackageTypeForURI

public String getPackageTypeForURI(String uri)
Get the package string for a given URI


getTypeMappingForQName

public JavaXmlTypeMapping getTypeMappingForQName(javax.xml.namespace.QName typeQName)
Get the type mapping fo a given root-type-qname


getExceptionMappingForMessageQName

public ExceptionMapping getExceptionMappingForMessageQName(javax.xml.namespace.QName wsdlMessage)
Get the exception mapping fo a given wsdl message


getPortTypeQNameForServiceEndpointInterface

public javax.xml.namespace.QName getPortTypeQNameForServiceEndpointInterface(String seiName)
Get the port type qname for a given service endpoint infterface


getServiceEndpointInterfaceMappingByPortType

public ServiceEndpointInterfaceMapping getServiceEndpointInterfaceMappingByPortType(javax.xml.namespace.QName portType)
Get the service endpoint infterfacemapping for a given port type qname


addPackageMapping

public void addPackageMapping(PackageMapping packageMapping)

addJavaXmlTypeMappings

public void addJavaXmlTypeMappings(JavaXmlTypeMapping typeMapping)

addExceptionMappings

public void addExceptionMappings(ExceptionMapping exceptionMapping)

addServiceInterfaceMappings

public void addServiceInterfaceMappings(ServiceInterfaceMapping serviceInterfaceMapping)

addServiceEndpointInterfaceMappings

public void addServiceEndpointInterfaceMappings(ServiceEndpointInterfaceMapping serviceEndpointInterfaceMapping)


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