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

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

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

Methods in org.jboss.webservice.metadata.jaxrpcmapping that return ServiceEndpointInterfaceMapping
 ServiceEndpointInterfaceMapping ServiceEndpointMethodMapping.getServiceEndpointInterfaceMapping()
           
 ServiceEndpointInterfaceMapping JavaWsdlMapping.getServiceEndpointInterfaceMapping(String seiName)
          Get the service endpoint infterface mapping for a service endpoint infterface
 ServiceEndpointInterfaceMapping JavaWsdlMapping.getServiceEndpointInterfaceMappingByPortType(javax.xml.namespace.QName portType)
          Get the service endpoint infterfacemapping for a given port type qname
 ServiceEndpointInterfaceMapping[] JavaWsdlMapping.getServiceEndpointInterfaceMappings()
           
 

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



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