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

Packages that use Service
org.codehaus.xfire   
org.codehaus.xfire.addressing   
org.codehaus.xfire.aegis   
org.codehaus.xfire.annotations Package defining the classes for annotation support in XFire. 
org.codehaus.xfire.client   
org.codehaus.xfire.loom   
org.codehaus.xfire.picocontainer   
org.codehaus.xfire.plexus   
org.codehaus.xfire.plexus.config   
org.codehaus.xfire.service Contains the classes and interfaces for the service model of XFire. 
org.codehaus.xfire.service.binding   
org.codehaus.xfire.service.event   
org.codehaus.xfire.spring Classes for exposing Spring beans via XFire SOAP. 
org.codehaus.xfire.test   
org.codehaus.xfire.transport   
org.codehaus.xfire.transport.http   
org.codehaus.xfire.transport.local   
org.codehaus.xfire.util   
org.codehaus.xfire.wsdl11.builder   
org.codehaus.xfire.xmlbeans   
org.codehaus.xfire.xmpp   
 

Uses of Service in org.codehaus.xfire
 

Methods in org.codehaus.xfire that return Service
protected  Service DefaultXFire.findService(java.lang.String serviceName)
           
 Service MessageContext.getService()
          The service being invoked.
 

Methods in org.codehaus.xfire with parameters of type Service
 void MessageContext.setService(Service service)
           
 

Uses of Service in org.codehaus.xfire.addressing
 

Methods in org.codehaus.xfire.addressing that return Service
protected  Service AddressingInHandler.getService(AddressingHeaders headers, MessageContext context)
           
protected  Service AddressingHandler.getService(AddressingHeaders headers, MessageContext context)
           
 

Uses of Service in org.codehaus.xfire.aegis
 

Methods in org.codehaus.xfire.aegis with parameters of type Service
static TypeMapping AegisBindingProvider.getTypeMapping(Service service)
           
 void AegisBindingProvider.initialize(Service endpoint)
          Creates a type mapping for this class and registers it with the TypeMappingRegistry.
protected  void AegisBindingProvider.initializeMessage(Service service, MessagePartContainer container)
           
 

Uses of Service in org.codehaus.xfire.annotations
 

Methods in org.codehaus.xfire.annotations that return Service
 Service AnnotationServiceFactory.create(java.lang.Class clazz, java.util.Map properties)
          Creates a service from the specified class.
 

Methods in org.codehaus.xfire.annotations with parameters of type Service
protected  javax.xml.namespace.QName AnnotationServiceFactory.getInParameterName(Service endpoint, java.lang.reflect.Method method, int paramNumber, boolean doc)
           
protected  javax.xml.namespace.QName AnnotationServiceFactory.getOutParameterName(Service endpoint, java.lang.reflect.Method method, boolean doc)
           
 

Uses of Service in org.codehaus.xfire.client
 

Methods in org.codehaus.xfire.client that return Service
 Service Client.getService()
           
 

Methods in org.codehaus.xfire.client with parameters of type Service
 java.lang.Object XFireProxyFactory.create(Service service, java.lang.String url)
          Creates a new proxy with the specified URL.
 java.lang.Object XFireProxyFactory.create(Transport transport, Service service, java.lang.String url)
          Creates a new proxy with the specified URL.
 

Constructors in org.codehaus.xfire.client with parameters of type Service
Client(Transport transport, Service service, java.lang.String url)
           
Client(Transport transport, Service service, java.lang.String url, java.lang.String endpointUri)
           
 

Uses of Service in org.codehaus.xfire.loom
 

Methods in org.codehaus.xfire.loom that return Service
 Service DefaultServiceFactory.create(java.lang.Class clazz)
           
 Service DefaultServiceFactory.create(java.lang.Class clazz, java.util.Map properties)
           
 Service DefaultServiceFactory.create(java.lang.Class clazz, java.lang.String name, java.lang.String namespace, java.util.Map properties)
           
 Service DefaultServiceFactory.create(java.lang.Class clazz, java.net.URL wsdlUrl)
           
 

Uses of Service in org.codehaus.xfire.picocontainer
 

Methods in org.codehaus.xfire.picocontainer that return Service
 Service PicoObjectServiceFactory.create(java.lang.Class clazz)
           
 Service PicoObjectServiceFactory.create(java.lang.Class clazz, java.lang.String name, java.lang.String namespace, java.util.Map properties)
           
 Service PicoObjectServiceFactory.create(java.lang.Class clazz, java.lang.String name, java.lang.String namespace, SoapVersion version, java.lang.String style, java.lang.String use, java.util.Map properties)
           
 Service PicoObjectServiceFactory.create(java.lang.Class clazz, java.net.URL wsdlUrl)
           
protected  Service PicoObjectServiceFactory.prepare(Service endpoint)
          Prepare an ObjectService to use pico.
 

Methods in org.codehaus.xfire.picocontainer with parameters of type Service
protected  Service PicoObjectServiceFactory.prepare(Service endpoint)
          Prepare an ObjectService to use pico.
 

Uses of Service in org.codehaus.xfire.plexus
 

Methods in org.codehaus.xfire.plexus with parameters of type Service
 java.lang.Object ServiceInvoker.createServiceObject(Service service)
           
 

Uses of Service in org.codehaus.xfire.plexus.config
 

Methods in org.codehaus.xfire.plexus.config that return Service
 Service ObjectServiceConfigurator.createService(org.codehaus.plexus.configuration.PlexusConfiguration config)
           
 Service Configurator.createService(org.codehaus.plexus.configuration.PlexusConfiguration config)
           
 

Uses of Service in org.codehaus.xfire.service
 

Methods in org.codehaus.xfire.service that return Service
 Service ServiceFactory.create(java.lang.Class clazz)
          Create a service from the specified class.
 Service ServiceFactory.create(java.lang.Class clazz, java.util.Map properties)
          Create a service from the specified class.
 Service ServiceFactory.create(java.lang.Class clazz, java.lang.String name, java.lang.String namespace, java.util.Map properties)
          Create a service from the specified class.
 Service ServiceFactory.create(java.lang.Class clazz, java.net.URL wsdlUrl)
          Create a service from a WSDL file.
 Service ServiceRegistry.getService(java.lang.String name)
          Returns the ServiceEndpoint with the given name, if found.
 Service DefaultServiceRegistry.getService(java.lang.String name)
          Returns the ServiceEndpoint with the given qualified name, if found.
 

Methods in org.codehaus.xfire.service with parameters of type Service
 void Visitor.endEndpoint(Service endpoint)
          Receive notatification of the end of a endpoint visit.
 void ServiceRegistry.register(Service endpoint)
          Registers a given ServiceEndpoint with this registry.
 void DefaultServiceRegistry.register(Service endpoint)
          Registers a given ServiceEndpoint with this registry.
 void Visitor.startEndpoint(Service endpoint)
          Receive notification at the beginning of a endpoint visit.
 

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

Methods in org.codehaus.xfire.service.binding that return Service
 Service ObjectServiceFactory.create(java.lang.Class clazz)
          Creates a service from the specified class.
 Service ObjectServiceFactory.create(java.lang.Class clazz, java.util.Map properties)
          Creates a service from the specified class.
 Service ObjectServiceFactory.create(java.lang.Class clazz, java.lang.String name, java.lang.String namespace, java.util.Map properties)
          Creates a service from the specified class, soap version, style and use.
 Service ObjectServiceFactory.create(java.lang.Class clazz, java.lang.String name, java.lang.String namespace, SoapVersion version, java.lang.String style, java.lang.String use, java.util.Map properties)
           
 Service ObjectServiceFactory.create(java.lang.Class clazz, java.net.URL wsdlUrl)
           
 

Methods in org.codehaus.xfire.service.binding with parameters of type Service
protected  void ObjectServiceFactory.addOperation(Service endpoint, java.lang.reflect.Method method)
           
 java.lang.Object ObjectInvoker.createServiceObject(Service service)
          Override this method to control how XFire creates the service object.
protected  MessagePartInfo DocumentBinding.findMessagePart(Service endpoint, javax.xml.namespace.QName name)
           
protected  OperationInfo DocumentBinding.findOperation(Service endpoint, java.util.List parameters)
           
protected  javax.xml.namespace.QName ObjectServiceFactory.getInParameterName(Service endpoint, java.lang.reflect.Method method, int paramNumber, boolean doc)
           
protected  javax.xml.namespace.QName ObjectServiceFactory.getOutParameterName(Service endpoint, java.lang.reflect.Method method, boolean doc)
           
 SchemaType MessageBindingProvider.getSchemaType(Service service, MessagePartInfo param)
           
 void MessageBindingProvider.initialize(Service newParam)
           
 void BindingProvider.initialize(Service newParam)
           
protected  void ObjectServiceFactory.initializeOperations(Service endpoint)
           
protected  void ObjectServiceFactory.registerHandlers(Service service)
           
 

Uses of Service in org.codehaus.xfire.service.event
 

Methods in org.codehaus.xfire.service.event that return Service
 Service RegistrationEvent.getEndpoint()
          Returns the ServiceEndpoint for this RegistrationEvent.
 

Constructors in org.codehaus.xfire.service.event with parameters of type Service
RegistrationEvent(ServiceRegistry source, Service endpoint)
          Initializes a RegistrationEvent object initialized with the given ServiceEndpointRegistry and ServiceEndpoint object.
 

Uses of Service in org.codehaus.xfire.spring
 

Methods in org.codehaus.xfire.spring that return Service
 Service ServiceBean.getXFireService()
           
 

Uses of Service in org.codehaus.xfire.test
 

Methods in org.codehaus.xfire.test that return Service
static Service ServiceEndpoints.getEchoFaultService()
          Returns the endpoint for an echo service with faults.
static Service ServiceEndpoints.getEchoService()
          Returns the endpoint for an echo service.
 

Uses of Service in org.codehaus.xfire.transport
 

Methods in org.codehaus.xfire.transport with parameters of type Service
protected  javax.wsdl.extensions.soap.SOAPBinding AbstractWSDLTransport.createSoapBinding(Service endpoint, WSDL11ParameterBinding binding)
           
 javax.wsdl.extensions.soap.SOAPBody AbstractWSDLTransport.createSoapBody(Service endpoint, WSDL11ParameterBinding binding)
           
 javax.wsdl.extensions.soap.SOAPHeader AbstractWSDLTransport.createSoapHeader(Service endpoint, WSDL11ParameterBinding binding)
           
abstract  java.lang.String AbstractWSDLTransport.getServiceURL(Service service)
           
abstract  java.lang.String AbstractWSDLTransport.getTransportURI(Service service)
           
 

Uses of Service in org.codehaus.xfire.transport.http
 

Methods in org.codehaus.xfire.transport.http that return Service
protected  Service XFireServletController.getService(java.lang.String name)
           
 

Methods in org.codehaus.xfire.transport.http with parameters of type Service
 java.lang.String SoapHttpTransport.getServiceURL(Service service)
          Get the URL for a particular service.
 java.lang.String SoapHttpTransport.getTransportURI(Service service)
           
 void HtmlServiceWriter.write(java.io.OutputStream out, Service service)
          Writes a HTML description of a service to the given stream.
 

Uses of Service in org.codehaus.xfire.transport.local
 

Methods in org.codehaus.xfire.transport.local that return Service
protected  Service LocalChannel.getService(XFire xfire, java.lang.String uri)
           
 

Uses of Service in org.codehaus.xfire.util
 

Methods in org.codehaus.xfire.util that return Service
protected  Service XMLServiceBuilder.loadService(org.codehaus.yom.Element service)
           
 

Uses of Service in org.codehaus.xfire.wsdl11.builder
 

Methods in org.codehaus.xfire.wsdl11.builder that return Service
 Service AbstractWSDL.getService()
           
 

Methods in org.codehaus.xfire.wsdl11.builder with parameters of type Service
 WSDLBuilder WSDLBuilderFactory.createWSDLBuilder(Service service, WSDL11ParameterBinding paramBinding, TransportManager transportManager)
           
 WSDLBuilder DefaultWSDLBuilderFactory.createWSDLBuilder(Service service, WSDL11ParameterBinding paramBinding, TransportManager transportManager)
           
 void AbstractWSDL.setService(Service service)
           
 

Constructors in org.codehaus.xfire.wsdl11.builder with parameters of type Service
AbstractWSDL(Service service)
           
WSDLBuilder(Service service, TransportManager transportManager, WSDL11ParameterBinding paramBinding)
           
WSDLBuilderAdapter(WSDLBuilderFactory wsdlBuilderFactory, Service service, TransportManager transports, WSDL11ParameterBinding paramBinding)
           
WSDLBuilderInfo(Service service)
           
 

Uses of Service in org.codehaus.xfire.xmlbeans
 

Methods in org.codehaus.xfire.xmlbeans with parameters of type Service
 WSDLBuilder XmlBeansWSDLBuilderFactory.createWSDLBuilder(Service service, WSDL11ParameterBinding paramBinding, TransportManager transportManager)
           
protected  javax.xml.namespace.QName XmlBeansServiceFactory.getInParameterName(Service service, java.lang.reflect.Method method, int paramNumber, boolean doc)
           
protected  javax.xml.namespace.QName XmlBeansServiceFactory.getOutParameterName(Service service, java.lang.reflect.Method method, boolean doc)
           
 

Constructors in org.codehaus.xfire.xmlbeans with parameters of type Service
XmlBeansWSDLBuilder(Service service, TransportManager tman, WSDL11ParameterBinding paramBinding)
           
 

Uses of Service in org.codehaus.xfire.xmpp
 

Methods in org.codehaus.xfire.xmpp with parameters of type Service
 java.lang.String XMPPTransport.getServiceURL(Service service)
           
 java.lang.String XMPPTransport.getTransportURI(Service service)
           
 



Copyright © 2004-2005 Codehaus. All Rights Reserved.