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

Packages that use ServiceInfo
org.codehaus.xfire.addressing   
org.codehaus.xfire.service Contains the classes and interfaces for the service model of XFire. 
org.codehaus.xfire.service.binding   
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)
           
 

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.startService(ServiceInfo serviceInfo)
          Receive notification at the beginning of a service visit.
 void Visitor.endService(ServiceInfo serviceInfo)
          Receive notatification of the end 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 ServiceEndpoint 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  java.lang.String ObjectServiceFactory.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.wsdl11.parser
 

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

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



Copyright © 2004-2006 null. All Rights Reserved.