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

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

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

Methods in org.jboss.webservice.metadata.jaxrpcmapping that return ServiceInterfaceMapping
 ServiceInterfaceMapping PortMapping.getServiceInterfaceMapping()
           
 ServiceInterfaceMapping[] JavaWsdlMapping.getServiceInterfaceMappings()
           
 

Methods in org.jboss.webservice.metadata.jaxrpcmapping with parameters of type ServiceInterfaceMapping
 void JavaWsdlMappingFactory.addChild(JavaWsdlMapping javaWsdlMapping, ServiceInterfaceMapping siMapping, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName)
          Called when parsing character is complete.
 void JavaWsdlMappingFactory.addChild(ServiceInterfaceMapping siMapping, PortMapping portMapping, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName)
          Called when parsing character is complete.
 void JavaWsdlMapping.addServiceInterfaceMappings(ServiceInterfaceMapping serviceInterfaceMapping)
           
 Object JavaWsdlMappingFactory.newChild(ServiceInterfaceMapping siMapping, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs)
          Called when parsing of a new element started.
 void JavaWsdlMappingFactory.setValue(ServiceInterfaceMapping siMapping, org.jboss.xb.binding.UnmarshallingContext 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 ServiceInterfaceMapping
PortMapping(ServiceInterfaceMapping serviceInterfaceMapping)
           
 



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