Uses of Class
org.codehaus.xfire.service.ServiceInfo

Packages that use ServiceInfo
org.codehaus.xfire.addressing   
org.codehaus.xfire.aegis   
org.codehaus.xfire.annotations Package defining the classes for annotation support in XFire. 
org.codehaus.xfire.jaxws   
org.codehaus.xfire.service Contains the classes and interfaces for the service model of XFire. 
org.codehaus.xfire.service.binding   
org.codehaus.xfire.service.documentation   
org.codehaus.xfire.spring.config   
org.codehaus.xfire.wsdl11.parser   
 

Uses of ServiceInfo in org.codehaus.xfire.addressing
 

Methods in org.codehaus.xfire.addressing with parameters of type ServiceInfo
static AddressingOperationInfo AddressingOperationInfo.getOperationByInAction(ServiceInfo service, java.lang.String name)
           
static AddressingOperationInfo AddressingOperationInfo.getOperationByOutAction(ServiceInfo service, java.lang.String name)
           
 

Uses of ServiceInfo in org.codehaus.xfire.aegis
 

Methods in org.codehaus.xfire.aegis with parameters of type ServiceInfo
 java.lang.String AegisServiceConfiguration.getOperationName(ServiceInfo service, java.lang.reflect.Method method)
           
 

Uses of ServiceInfo in org.codehaus.xfire.annotations
 

Methods in org.codehaus.xfire.annotations with parameters of type ServiceInfo
 java.lang.String AnnotationServiceConfiguration.getOperationName(ServiceInfo service, java.lang.reflect.Method method)
           
 

Uses of ServiceInfo in org.codehaus.xfire.jaxws
 

Methods in org.codehaus.xfire.jaxws with parameters of type ServiceInfo
 java.lang.String JAXWSServiceFactory.getOperationName(ServiceInfo service, java.lang.reflect.Method method)
           
 

Uses of ServiceInfo in org.codehaus.xfire.service
 

Methods in org.codehaus.xfire.service that return ServiceInfo
 ServiceInfo OperationInfo.getService()
          Returns the service descriptor of this operation.
 ServiceInfo Service.getServiceInfo()
          Returns the service descriptor for this endpoint.
 

Methods in org.codehaus.xfire.service with parameters of type ServiceInfo
 void Visitor.endService(ServiceInfo serviceInfo)
          Receive notatification of the end of a service visit.
 void Visitor.startService(ServiceInfo serviceInfo)
          Receive notification at the beginning of a service visit.
 

Constructors in org.codehaus.xfire.service with parameters of type ServiceInfo
Service(ServiceInfo service)
          Initializes a new, default instance of the Service for a specified ServiceInfo.
 

Uses of ServiceInfo in org.codehaus.xfire.service.binding
 

Methods in org.codehaus.xfire.service.binding with parameters of type ServiceInfo
protected  void ObjectServiceFactory.createDocumentationProvider(ServiceInfo serviceInfo)
           
 java.lang.String DefaultServiceConfiguration.getOperationName(ServiceInfo service, java.lang.reflect.Method method)
          Creates a name for the operation from the method name.
protected  java.lang.String ObjectServiceFactory.getOperationName(ServiceInfo service, java.lang.reflect.Method method)
          Creates a name for the operation from the method name.
 java.lang.String ServiceConfiguration.getOperationName(ServiceInfo service, java.lang.reflect.Method method)
          Creates a name for the operation from the method name.
 

Uses of ServiceInfo in org.codehaus.xfire.service.documentation
 

Methods in org.codehaus.xfire.service.documentation with parameters of type ServiceInfo
 DocumentationProvider XMLDocumentationBuilder.build(ServiceInfo service)
           
protected  Document XMLDocumentationBuilder.loadDocument(ServiceInfo service)
           
 

Uses of ServiceInfo in org.codehaus.xfire.spring.config
 

Methods in org.codehaus.xfire.spring.config with parameters of type ServiceInfo
 java.lang.String SpringServiceConfiguration.getOperationName(ServiceInfo service, java.lang.reflect.Method method)
           
 

Uses of ServiceInfo in org.codehaus.xfire.wsdl11.parser
 

Methods in org.codehaus.xfire.wsdl11.parser that return ServiceInfo
protected  ServiceInfo WSDLServiceBuilder.getServiceInfo(PortType portType)
           
 

Constructors in org.codehaus.xfire.wsdl11.parser with parameters of type ServiceInfo
WSDLServiceConfigurator(ServiceInfo serviceInfo, Definition definition, javax.wsdl.Service wservice, PortType portType, java.util.Collection ports, BindingProvider bindingProvider, TransportManager transportManager)
           
 



Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.