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

Uses of Class org.jboss.webservice.metadata.jaxrpcmapping.ServiceEndpointMethodMapping (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


Uses of Class
org.jboss.webservice.metadata.jaxrpcmapping.ServiceEndpointMethodMapping

Packages that use ServiceEndpointMethodMapping
org.jboss.webservice.metadata.jaxrpcmapping   
 

Uses of ServiceEndpointMethodMapping in org.jboss.webservice.metadata.jaxrpcmapping
 

Methods in org.jboss.webservice.metadata.jaxrpcmapping that return ServiceEndpointMethodMapping
 ServiceEndpointMethodMapping WsdlReturnValueMapping.getServiceEndpointMethodMapping()
           
 ServiceEndpointMethodMapping[] ServiceEndpointInterfaceMapping.getServiceEndpointMethodMappings()
           
 ServiceEndpointMethodMapping ServiceEndpointInterfaceMapping.getServiceEndpointMethodMappingByWsdlOperation(String wsdlOperation)
           
 ServiceEndpointMethodMapping MethodParamPartsMapping.getServiceEndpointMethodMapping()
           
 

Methods in org.jboss.webservice.metadata.jaxrpcmapping with parameters of type ServiceEndpointMethodMapping
 void ServiceEndpointInterfaceMapping.addServiceEndpointMethodMapping(ServiceEndpointMethodMapping serviceEndpointMethodMapping)
           
 void JavaWsdlMappingFactory.addChild(ServiceEndpointInterfaceMapping seiMapping, ServiceEndpointMethodMapping seiMethodMapping, org.jboss.xml.binding.ContentNavigator navigator, String namespaceURI, String localName)
          Called when parsing character is complete.
 Object JavaWsdlMappingFactory.newChild(ServiceEndpointMethodMapping methodMapping, org.jboss.xml.binding.ContentNavigator navigator, String namespaceURI, String localName, Attributes attrs)
          Called when parsing of a new element started.
 void JavaWsdlMappingFactory.addChild(ServiceEndpointMethodMapping methodMapping, MethodParamPartsMapping partsMapping, org.jboss.xml.binding.ContentNavigator navigator, String namespaceURI, String localName)
          Called when parsing character is complete.
 void JavaWsdlMappingFactory.addChild(ServiceEndpointMethodMapping methodMapping, WsdlReturnValueMapping returnValueMapping, org.jboss.xml.binding.ContentNavigator navigator, String namespaceURI, String localName)
          Called when parsing character is complete.
 void JavaWsdlMappingFactory.setValue(ServiceEndpointMethodMapping methodMapping, org.jboss.xml.binding.ContentNavigator navigator, String namespaceURI, String localName, String value)
          Called when a new simple child element with text value was read from the XML content.
 

Constructors in org.jboss.webservice.metadata.jaxrpcmapping with parameters of type ServiceEndpointMethodMapping
WsdlReturnValueMapping(ServiceEndpointMethodMapping serviceEndpointMethodMapping)
           
MethodParamPartsMapping(ServiceEndpointMethodMapping serviceEndpointMethodMapping)
           
 



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