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

Packages that use Service
org.codehaus.xfire   
org.codehaus.xfire.addressing   
org.codehaus.xfire.client   
org.codehaus.xfire.gen   
org.codehaus.xfire.gen.jsr181   
org.codehaus.xfire.jaxws   
org.codehaus.xfire.jaxws.gen   
org.codehaus.xfire.loom   
org.codehaus.xfire.picocontainer   
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.service.invoker   
org.codehaus.xfire.soap SOAP protocol specific contants 
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.jms   
org.codehaus.xfire.transport.local   
org.codehaus.xfire.wsdl11   
org.codehaus.xfire.wsdl11.builder   
org.codehaus.xfire.wsdl11.parser   
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)
           
 

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(Service service, Transport transport, java.lang.String url)
          Creates a new proxy with the specified URL.
 

Constructors in org.codehaus.xfire.client with parameters of type Service
Client(Binding binding, Transport transport, Service service, java.lang.String url, java.lang.String endpointUri)
          Create a Client on the specified Transport for a Service.
Client(Transport transport, Service service, java.lang.String url)
          Create a Client on the specified Transport for a Service.
Client(Transport transport, Service service, java.lang.String url, java.lang.String endpointUri)
          Create a Client on the specified Transport for a Service.
 

Uses of Service in org.codehaus.xfire.gen
 

Methods in org.codehaus.xfire.gen that return types with arguments of type Service
 java.util.Map<javax.xml.namespace.QName,java.util.Collection<Service>> GenerationContext.getServices()
           
 

Method parameters in org.codehaus.xfire.gen with type arguments of type Service
 void GenerationContext.setServices(java.util.Map<javax.xml.namespace.QName,java.util.Collection<Service>> services)
           
 

Uses of Service in org.codehaus.xfire.gen.jsr181
 

Methods in org.codehaus.xfire.gen.jsr181 that return Service
 Service AbstractServiceGenerator.getCurrentService()
           
 

Methods in org.codehaus.xfire.gen.jsr181 with parameters of type Service
protected  void AbstractServiceGenerator.annotate(GenerationContext context, Service service, JDefinedClass jc)
           
protected  void ServiceInterfaceGenerator.annotate(GenerationContext context, Service service, JDefinedClass jc)
           
protected  void ServiceStubGenerator.annotate(GenerationContext context, Service service, JDefinedClass jc)
           
protected  void AbstractServiceGenerator.annotate(GenerationContext context, Service service, JDefinedClass jc, Binding binding)
           
protected  void PortGenerator.generate(GenerationContext context, JDefinedClass servCls, Service service, JVar serviceVar, Endpoint endpoint)
           
 void AbstractServiceGenerator.generate(GenerationContext context, Service service)
           
 void ServiceInterfaceGenerator.generate(GenerationContext context, Service service)
           
 void ServiceStubGenerator.generate(GenerationContext context, Service service)
           
protected  JVar PortGenerator.generateService(GenerationContext context, JDefinedClass servCls, JMethod constructor, Service service, int number)
           
protected abstract  java.lang.String AbstractServiceGenerator.getClassName(GenerationContext context, Service service)
           
protected  java.lang.String ServiceInterfaceGenerator.getClassName(GenerationContext context, Service service)
           
protected  java.lang.String ServiceStubGenerator.getClassName(GenerationContext context, Service service)
           
 void AbstractServiceGenerator.setCurrentService(Service currentService)
           
 

Uses of Service in org.codehaus.xfire.jaxws
 

Methods in org.codehaus.xfire.jaxws that return Service
 Service JAXWSHelper.getSourceService()
           
 

Methods in org.codehaus.xfire.jaxws with parameters of type Service
protected  FaultInfo JAXWSServiceFactory.addFault(Service service, OperationInfo op, java.lang.Class exClazz)
           
protected  OperationInfo JAXWSServiceFactory.addOperation(Service endpoint, java.lang.reflect.Method method, java.lang.String style)
           
 void JAXWSServiceFactory.createBindingOperation(Service service, AbstractSoapBinding binding, OperationInfo op)
           
protected  void JAXWSServiceFactory.createSoapBinding(Service service, AbstractSoapBinding binding)
          Creates an AbstractSoapBinding using the JAXWSBinding as the serializer.
protected  javax.xml.namespace.QName JAXWSServiceFactory.getFaultName(Service service, OperationInfo o, java.lang.Class exClass, java.lang.Class beanClass)
           
protected  void JAXWSServiceFactory.registerHandlers(Service service)
           
 

Uses of Service in org.codehaus.xfire.jaxws.gen
 

Method parameters in org.codehaus.xfire.jaxws.gen with type arguments of type Service
 void ServiceGenerator.generate(GenerationContext context, javax.xml.namespace.QName qname, java.util.Collection<Service> services)
           
 

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, javax.xml.namespace.QName service, java.net.URL wsdlUrl, java.util.Map properties)
           
 Service DefaultServiceFactory.create(java.lang.Class clazz, java.lang.String name, java.lang.String namespace, java.util.Map properties)
           
 

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.util.Map properties)
           
 Service PicoObjectServiceFactory.create(java.lang.Class clazz, javax.xml.namespace.QName name, java.net.URL wsdlUrl, java.util.Map properties)
           
 Service PicoObjectServiceFactory.create(java.lang.Class clazz, java.lang.String name, java.lang.String namespace, java.util.Map properties)
           
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.config
 

Methods in org.codehaus.xfire.plexus.config that return Service
 Service Configurator.createService(PlexusConfiguration config)
           
 Service ObjectServiceConfigurator.createService(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, javax.xml.namespace.QName service, java.net.URL wsdlUrl, java.util.Map properties)
          Create a service from a WSDL file.
 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 Binding.getService()
           
 Service DefaultServiceRegistry.getService(javax.xml.namespace.QName name)
           
 Service ServiceRegistry.getService(javax.xml.namespace.QName 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.
 Service ServiceRegistry.getService(java.lang.String name)
          Returns the ServiceEndpoint with the given 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 DefaultServiceRegistry.register(Service endpoint)
          Registers a given ServiceEndpoint with this registry.
 void ServiceRegistry.register(Service endpoint)
          Registers a given ServiceEndpoint with this registry.
 void Visitor.startEndpoint(Service endpoint)
          Receive notification at the beginning of a endpoint visit.
 void DefaultServiceRegistry.unregister(Service endpoint)
          Unregisters the service with the given qualified name, if found.
 void ServiceRegistry.unregister(Service service)
          Unregisters the service endpoint with the given name, if found.
 

Constructors in org.codehaus.xfire.service with parameters of type Service
Binding(javax.xml.namespace.QName name, java.lang.String bindingId, Service service)
           
 

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, javax.xml.namespace.QName name, java.net.URL wsdlUrl, java.util.Map properties)
          Creates a service via create(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.
 

Methods in org.codehaus.xfire.service.binding with parameters of type Service
protected  FaultInfo ObjectServiceFactory.addFault(Service service, OperationInfo op, java.lang.Class exClass)
           
protected  OperationInfo ObjectServiceFactory.addOperation(Service endpoint, java.lang.reflect.Method method, java.lang.String style)
           
protected  void ObjectServiceFactory.configureHeaders(Service service, OperationInfo op, Binding b)
           
protected  void ObjectServiceFactory.createBindingOperation(Service service, AbstractSoapBinding binding, OperationInfo op)
           
protected  void ObjectServiceFactory.createBindings(Service service, java.util.Collection s11, java.util.Collection s12)
           
 Endpoint ObjectServiceFactory.createEndpoint(Service service, javax.xml.namespace.QName name, java.lang.String url, Binding binding)
          Creates an endpoint for a service.
 Soap11Binding ObjectServiceFactory.createSoap11Binding(Service service, javax.xml.namespace.QName bindingName, java.lang.String bindingId)
          Create a SOAP 1.1 binding for the specified binding id.
 Soap12Binding ObjectServiceFactory.createSoap12Binding(Service service, javax.xml.namespace.QName bindingName, java.lang.String bindingId)
          Create a SOAP 1.2 binding for the specified binding id.
protected  void ObjectServiceFactory.createSoapBinding(Service service, AbstractSoapBinding binding)
           
protected  void ServiceInvocationHandler.execute(java.lang.Runnable runnable, Service service, OperationInfo operation)
          Run the Runnable which executes our service.
protected  javax.xml.namespace.QName ObjectServiceFactory.getFaultName(Service service, OperationInfo o, java.lang.Class exClass, java.lang.Class beanClass)
           
protected  javax.xml.namespace.QName ObjectServiceFactory.getInParameterName(Service endpoint, OperationInfo op, java.lang.reflect.Method method, int paramNumber, boolean doc)
           
protected  javax.xml.namespace.QName ObjectServiceFactory.getOutParameterName(Service endpoint, OperationInfo op, java.lang.reflect.Method method, boolean doc)
           
 SchemaType BindingProvider.getSchemaType(javax.xml.namespace.QName name, Service service)
           
 SchemaType MessageBindingProvider.getSchemaType(javax.xml.namespace.QName name, Service service)
           
 SchemaType MessageBindingProvider.getSchemaType(Service service, MessagePartInfo param)
           
 javax.xml.namespace.QName BindingProvider.getSuggestedName(Service service, OperationInfo op, int param)
          Gives a binding the chance to suggest a name for a particular parameter.
 javax.xml.namespace.QName MessageBindingProvider.getSuggestedName(Service service, OperationInfo op, int param)
           
 void AbstractBindingProvider.initialize(Service endpoint)
          Creates a type mapping for this class and registers it with the TypeMappingRegistry.
 void BindingProvider.initialize(Service newParam)
           
protected  void ObjectServiceFactory.initializeFaults(Service service, OperationInfo op)
           
protected  void AbstractBindingProvider.initializeMessage(Service service, MessagePartContainer container, int type)
           
protected  void MessageBindingProvider.initializeMessage(Service service, MessagePartContainer container, int type)
           
protected  void ObjectServiceFactory.initializeOperations(Service endpoint, java.lang.String style)
           
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.service.invoker
 

Methods in org.codehaus.xfire.service.invoker with parameters of type Service
protected  java.lang.Object SessionScopePolicy.getServiceKey(Service service)
          Get the key for caching a service.
 

Uses of Service in org.codehaus.xfire.soap
 

Methods in org.codehaus.xfire.soap with parameters of type Service
protected  SOAPBody Soap11Binding.createSoapBody(Service service)
           
protected  SOAPFault Soap11Binding.createSoapFault(Service endpoint)
           
protected  SOAPHeader Soap11Binding.createSoapHeader(Service endpoint)
           
 

Constructors in org.codehaus.xfire.soap with parameters of type Service
AbstractSoapBinding(javax.xml.namespace.QName name, java.lang.String bindingId, Service serviceInfo)
           
Soap11Binding(javax.xml.namespace.QName name, java.lang.String bindingId, Service serviceInfo)
           
Soap12Binding(javax.xml.namespace.QName name, java.lang.String bindingId, Service serviceInfo)
           
 

Uses of Service in org.codehaus.xfire.spring
 

Methods in org.codehaus.xfire.spring that return Service
 Service ServiceBean.getXFireService()
          Gets the XFire Service created by this bean.
 

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
 Binding AbstractTransport.findBinding(MessageContext context, Service service)
           
 Binding DelegatedTransport.findBinding(MessageContext context, Service service)
           
 Binding Transport.findBinding(MessageContext context, Service service)
           
 

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

Methods in org.codehaus.xfire.transport.http with parameters of type Service
 Binding SoapHttpTransport.findBinding(MessageContext context, Service service)
           
 java.lang.String HttpTransport.getServiceURL(Service service)
          Get the URL for a particular service.
 java.lang.String HttpTransport.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.jms
 

Methods in org.codehaus.xfire.transport.jms with parameters of type Service
 java.lang.String JMSTransport.getServiceURL(Service service)
           
 java.lang.String JMSTransport.getTransportURI(Service service)
           
 

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.wsdl11
 

Methods in org.codehaus.xfire.wsdl11 with parameters of type Service
 java.lang.String WSDL11Transport.getServiceURL(Service 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 DefaultWSDLBuilderFactory.createWSDLBuilder(Service service, TransportManager transportManager)
           
 WSDLBuilder WSDLBuilderFactory.createWSDLBuilder(Service service, 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)
           
WSDLBuilderAdapter(WSDLBuilderFactory wsdlBuilderFactory, Service service, TransportManager transportManager)
           
 

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

Methods in org.codehaus.xfire.wsdl11.parser that return Service
 Service BindingAnnotator.getService()
           
 Service WSDLServiceConfigurator.getService()
           
 

Methods in org.codehaus.xfire.wsdl11.parser with parameters of type Service
protected  void WSDLServiceBuilder.addService(Service s)
          Adds a service to the map of services and also to the list of all services.
 void BindingAnnotator.setService(Service service)
           
 

Constructors in org.codehaus.xfire.wsdl11.parser with parameters of type Service
WSDLServiceConfigurator(Service service, java.net.URL url, TransportManager transportManager)
           
 

Uses of Service in org.codehaus.xfire.xmlbeans
 

Methods in org.codehaus.xfire.xmlbeans with parameters of type Service
 WSDLBuilder XmlBeansWSDLBuilderFactory.createWSDLBuilder(Service service, TransportManager transportManager)
           
 

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

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-2006 Envoi Solutions LLC. All Rights Reserved.