-
aQute.jpm.lib.Service
-
ar.com.AmberSoft.iEvenTask.services.Service
-
beans.directory.service.entity.Service
@author axe
-
br.com.mystudies.ds.service.Service
-
buri.ddmsence.ddms.resource.Service
An immutable implementation of a ddms:service element.
{@ddms.versions 11111}
{@table.header History}The name of this element was made lowercase in DDMS 4.0.1. {@table.footer}{@table.header Nested Elements}{@child.info ddms:name|1..*|11111}{@child.info ddms:phone|0..*|11111}{@child.info ddms:email|0..*|11111}{@child.info ddms:affiliation|0..*|00001}{@table.footer}{@table.header Attributes}{@child.info any:<
extensibleAttributes>|0..*|11111}{@table.footer}{@table.header Validation Rules}{@ddms.rule The qualified name of this element must be correct.|Error|11111}{@ddms.rule At least 1 ddms:name must exist.|Error|11111}{@table.footer}
@author Brian Uri!
@since 0.9.b
-
chunmap.service.Service
@author yangjiandong
-
com.adm.biz.Service
-
com.alibaba.dubbo.config.annotation.Service
-
com.anzsoft.client.XMPP.mandioca.ServiceDiscovery.Service
-
com.betfair.cougar.codegen.Service
-
com.cloud.network.Network.Service
-
com.couchbase.client.core.service.Service
Represents a {@link Service} on a {@link Node}.
@author Michael Nitschinger
@since 1.0
-
com.dianping.cat.home.heavy.entity.Service
-
com.dubture.symfony.core.model.Service
The Service class represents a Symfony2 Service retrievable from the DependencyInjection container.
@author Robert Gruendler
-
com.dubture.symfony.index.model.Service
Simple Service POJO
@author "Robert Gruendler "
-
com.expositds.ars.domain.order.Service
-
com.facebook.swift.parser.model.Service
-
com.google.common.util.concurrent.Service
An object with an operational state, plus asynchronous {@link #start()} and{@link #stop()} lifecycle methods to transfer into and out of this state.Example services include webservers, RPC servers and timers. The normal lifecycle of a service is:
- {@link State#NEW} ->
- {@link State#STARTING} ->
- {@link State#RUNNING} ->
- {@link State#STOPPING} ->
- {@link State#TERMINATED}
If the service fails while starting, running or stopping, its state will be {@link State#FAILED}, and its behavior is undefined. Such a service cannot be started nor stopped.
Implementors of this interface are strongly encouraged to extend {@link AbstractService}, {@link AbstractExecutionThreadService}, or {@link AbstractIdleService}, which make the threading and state management easier.
@author Jesse Wilson
@since Guava release 09 (in release 01 as{@code com.google.common.base.Service})
-
com.google.eclipse.protobuf.protobuf.Service
-
com.google.gdata.client.Service
The Service class represents a client connection to a GData service. It encapsulates all protocol-level interactions with the GData server and acts as a helper class for higher level entities (feeds, entries, etc) that invoke operations on the server and process their results.
This class provides the base level common functionality required to access any GData service. It is also designed to act as a base class that can be customized for specific types of GData services. Examples of supported customizations include:
- Authentication - implementing a custom authentication mechanism for services that require authentication and use something other than HTTP basic or digest authentication.
- Extensions - define expected ExtensionPoints and Extensions with the {@link ExtensionProfile} associated with the service to allow Atom/RSSextension elements to be automatically converted to/from the {@link Feed} /{@link com.google.gdata.data.Entry} object model.
-
com.google.gwt.requestfactory.shared.Service
-
com.google.protobuf.Service
Abstract base interface for protocol-buffer-based RPC services. Services themselves are abstract classes (implemented either by servers or as stubs), but they subclass this base interface. The methods of this interface can be used to call the methods of the service without knowing its exact type at compile time (analogous to the Message interface).
Starting with version 2.3.0, RPC implementations should not try to build on this, but should instead provide code generator plugins which generate code specific to the particular RPC implementation. This way the generated code can be more appropriate for the implementation in use and can avoid unnecessary layers of indirection.
@author kenton@google.com Kenton Varda
-
com.google.web.bindery.requestfactory.shared.Service
-
com.hetty.object.Service
-
com.hmkcode.spring.mybatis.service.Service
-
com.hp.hpl.jena.gvs.services.Service
@author reto
-
com.iggroup.oss.restdoclet.doclet.type.Service
A service refers to an URL defined in
RESTURLTreeHandlerMapping
and mapped to a controller.
Multiple URLs can be mapped to the same controller. A service can also be mapped to multiple methods depending on the HTTP request-method. Therefore, relationships between services, controllers and methods can be defined as:
Service (n) --- (1) Controller (1) (1) | | | | | (n) `---(HTTP)--- (n) Method
This class maps a service to a single controller.
-
com.infoclinika.web.Service
-
com.mockey.model.Service
A Service is a remote url that can be called.
@author chad.lafontaine
-
com.rakaizsys.eims.model.service.Service
-
com.sandrini.sandelivery.model.Service
Model object that represents a services.
-
com.splunk.Service
The {@code Service} class represents a Splunk service instance at a givenaddress (host:port), accessed using the {@code http} or {@code https}protocol scheme.
A {@code Service} instance also captures an optional namespace contextconsisting of an optional owner name (or "-" wildcard) and optional app name (or "-" wildcard).
To access {@code Service} members, the {@code Service} instance must beauthenticated by presenting credentials using the {@code login} method, orby constructing the {@code Service} instance using the {@code connect}method, which both creates and authenticates the instance.
-
com.sun.enterprise.admin.servermgmt.Service
Represents an abstract Service. This interface defines sufficient methods for any platform integration of application server with various service control mechanisms on various platforms. An example is SMF for Solaris.
@since SJSAS 9.1
@see #isConfigValid
@see ServiceHandler
-
com.sun.enterprise.admin.servermgmt.services.Service
Represents an abstract Service. This interface defines sufficient methods for any platform integration of application server with various service control mechanisms on various platforms. An example is SMF for Solaris.
@since SJSAS 9.1
@see #isConfigValid
@see ServiceHandler
@author Kedar Mhaswade
-
com.sun.messaging.jmq.jmsserver.service.Service
This interface abstracts the basic methods for sending and receiving data from a client
A service will generally have some sort of socket it uses to talk to the outside world, and a threading scheme to handle reading in messages from clients and sending messages back out to clients Each service will also implement its own Connection interface.
-
com.sun.sgs.service.Service
This is the base interface used for all services. Services support specific funcationality and work in a transactional context. See {@code TransactionParticipant} for details on when interactionbetween {@code Service}s is allowed.
On startup of an application, services are constructed (see details below). This provides access to the non-transactional core components of the system as well as the other {@code Service}s that have already been created. {@code Service}s are created in a known order based on dependencies: {@code DataService}, {@code WatchdogService}, {@code NodeMappingService}, {@code TaskService}, {@code ClientSessionService}, and the {@code ChannelManager}, finishing with any custom {@code Service}s ordered based on the application's configuration.
All implementations of {@code Service} must have a constructor withparameters of types {@code Properties}, {@code ComponentRegistry}, and {@code TransactionProxy}. This is how the {@code Service} is createdon startup. The {@code Properties} parameter provides application andservice-specific properties. The {@code ComponentRegistry} providesaccess to non-transactional kernel and system components like the {@code TransactionScheduler}. The {@code TransactionProxy} providesaccess to transactional state (when active) and the other available {@code Service}s. If any error occurs in creating a {@code Service}, the constructor may throw any {@code Exception}, causing the application to shutdown.
Note that {@code Service}s are not created in the context of a transaction. If a given constructor needs to do any work transactionally, it may do so by calling {@code TransactionScheduler.runTask}.
-
com.sun.tools.internal.ws.processor.model.Service
@author WS Development Team
-
com.sun.tools.internal.ws.wsdl.document.Service
Entity corresponding to the "service" WSDL element.
@author WS Development Team
-
com.sun.tools.ws.processor.model.Service
@author WS Development Team
-
com.sun.tools.ws.wsdl.document.Service
Entity corresponding to the "service" WSDL element.
@author WS Development Team
-
com.sun.xml.internal.ws.wsdl.writer.document.Service
@author WS Development Team
-
com.sun.xml.rpc.processor.model.Service
-
com.sun.xml.rpc.spi.model.Service
-
com.sun.xml.ws.wsdl.writer.document.Service
@author WS Development Team
-
com.woorea.openstack.keystone.model.Access.Service
-
etch.compiler.ast.Service
Declaration of a service from the etch idl.
-
eu.planets_project.ifr.core.wdt.impl.registry.Service
@author Rainer Schmidtrepresents a service object that can be stored in a registry might be removed by a common class later
-
eu.planets_project.ifr.core.wee.api.workflow.generated.WorkflowConf.Services.Service
-
eu.planets_project.tb.impl.services.Service
The purpose of the service class is to record the information we wish to store about a service in the long term, and provide access to any extra information that the service provides at present.
@author
Andy Jackson
-
flex.messaging.services.Service
The MessageBroker has endpoints on one end and services on the other. The Service interface defines the contract between the MessageBroker and all Service implementations.
@author sneville
-
fr.imag.adele.apam.pax.test.lifecycle.Service
-
halfpipe.consul.model.Service
User: spencergibb Date: 4/18/14 Time: 10:50 AM
-
impl.Service
-
info.openurl.oom.Service
If you think of a service in terms of pure business logic, this class provides a simple bridge providing access to it from the web. To use another analogy, if the business logic is a coat, and OpenURL is a coatrack, this class represents a loop of cloth sewn into the collar of the coat.
Installing new Services can be as easy as dropping them on the classpath, if your Transport is smart enough to deduce the package and classname from information in the HttpServletRequest. If the Transport can't deduce everything it needs from the HTTP request, it could use a config file to locate and configure Service classes instead.
@author Jeffrey A. Young
-
instantbach.service.Service
Title: Service
Description: Represents the service tier of this application
Copyright: Copyright (c) 2007
Company:
@author John Valentino II
@version 1.0
-
io.fathom.cloud.identity.api.os.model.v3.Service
-
it.hotel.model.service.Service
Additional services that the customer has to pay for during their stay
-
jade.core.Service
The Service
interface represents a centralized view of a JADE kernel-level service. Most JADE services are actually distributed, and each part of theirs, that is deployed at a given network node (container), is called service slice. The various slices of a service work together to carry out that service's task.
@author Giovanni Rimassa - FRAMeTech s.r.l.
-
java.security.Provider.Service
-
javax.jmdns.impl.DNSRecord.Service
-
javax.wsdl.Service
This interface represents a service, which groups related ports to provide some functionality.
@author Paul Fremantle
@author Nirmal Mukhi
@author Matthew J. Duftler
-
javax.xml.registry.infomodel.Service
@version $Revision$ $Date$
-
javax.xml.rpc.Service
Abstract implementation of a XML-RPC service.
-
javax.xml.ws.Service
Service
objects provide the client view of a Web service.
Service
acts as a factory of the following:
- Proxies for a target service endpoint.
- Instances of {@link javax.xml.ws.Dispatch} fordynamic message-oriented invocation of a remote operation.
The ports available on a service can be enumerated using the getPorts
method. Alternatively, you can pass a service endpoint interface to the unary getPort
method and let the runtime select a compatible port.
Handler chains for all the objects created by a Service
can be set by means of a HandlerResolver
.
An Executor
may be set on the service in order to gain better control over the threads used to dispatch asynchronous callbacks. For instance, thread pooling with certain parameters can be enabled by creating a ThreadPoolExecutor
and registering it with the service.
@since JAX-WS 2.0
@see javax.xml.ws.spi.Provider
@see javax.xml.ws.handler.HandlerResolver
@see java.util.concurrent.Executor
-
jeeves.interfaces.Service
-
jnr.netdb.Service
-
jsprit.core.problem.job.Service
Service implementation of a job.
A service distinguishes itself from a shipment such that it has only one location. Thus a service is a single point in space (where a service-activity occurs).
Note that two services are equal if they have the same id.
@author schroeder
-
lcmc.crm.domain.Service
This class holds data of a service.
-
net.caece.pri.hibernate.Service
@hibernate.class table="service"
-
net.csdn.annotation.Service
-
net.sf.minuteProject.configuration.bean.model.webservice.Service
-
net.sf.minuteProject.configuration.bean.service.Service
-
net.sf.minuteProject.loader.mapping.node.Service
-
nexj.core.meta.integration.service.Service
Service metadata.
-
nl.clockwork.mule.ebms.model.ebxml.Service
asis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd>non-empty-string"> <attribute name="type" type="{http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd}non-empty-string" /> </extension> </simpleContent> </complexType>
-
org.activemq.service.Service
Service
represents some service of some kind with a simple start/stop lifecycle.
Note that usually once a service has been stopped it should be discarded and a new service instance created again.
@version $Revision: 1.1.1.1 $
-
org.andromda.metafacades.uml.Service
-
org.apache.abdera.model.Service
Represents the root of an Atom Publishing Protocol Introspection Document.
Per APP Draft-08:
The root of an introspection document is the "app:service" element. The "app:service" element is the container for introspection information associated with one or more workspaces. An app:service element MUST contain one or more app:workspace elements. appService = element app:service { appCommonAttributes, ( appWorkspace+ & extensionElement* ) }
-
org.apache.activemq.Service
The core lifecyle interface for ActiveMQ components. If there was a standard way to do so, it'd be good to register this interface with Spring so it treats the start/stop methods as those of {@link org.springframework.beans.factory.InitializingBean} and {@link org.springframework.beans.factory.DisposableBean}
@version $Revision: 1.1 $
-
org.apache.ambari.server.state.Service
-
org.apache.aries.blueprint.annotation.Service
-
org.apache.avalon.meta.info.Service
This class contains the meta information about a particular service. It contains a set of attributes qualifying the service;
@author
Avalon Development Team
@version $Revision: 1.1.1.1 $ $Date: 2003/09/24 08:15:09 $
-
org.apache.axis.client.Service
Axis' JAXRPC Dynamic Invoation Interface implementation of the Service interface. The Service class should be used a the starting point for access SOAP Web Services. Typically, a Service will be created with a WSDL document and along with a serviceName you can then ask for a Call object that will allow you to invoke a Web Service.
@author Doug Davis (dug@us.ibm.com)
-
org.apache.axis2.jaxws.rpclit.enumtype.sei.Service
This class was generated by the JAXWS SI. JAX-WS RI 2.0_01-b15-fcs Generated source version: 2.0
-
org.apache.axis2.rmi.deploy.config.Service
-
org.apache.axis2.rmi.metadata.Service
-
org.apache.camel.Service
Represents the core lifecycle API for POJOs which can be started and stopped
@version $Revision: 563607 $
-
org.apache.catalina.Service
A
Service is a group of one or more
Connectors that share a single
Container to process their incoming requests. This arrangement allows, for example, a non-SSL and SSL connector to share the same population of web apps.
A given JVM can contain any number of Service instances; however, they are completely independent of each other and share only the basic JVM facilities and classes on the system class path.
@author Craig R. McClanahan
@version $Id: Service.java 1058357 2011-01-12 23:49:18Z markt $
-
org.apache.cxf.jaxws.schemavalidation.Service
-
org.apache.cxf.service.Service
-
org.apache.etch.compiler.ast.Service
Declaration of a service from the etch idl.
-
org.apache.felix.ipojo.api.Service
-
org.apache.hadoop.gateway.services.Service
-
org.apache.hadoop.gateway.topology.Service
-
org.apache.hadoop.security.authorize.Service
An abstract definition of service as related to Service Level Authorization for Hadoop. Each service defines it's configuration key and also the necessary {@link Permission} required to access the service.
-
org.apache.hadoop.service.Service
Service LifeCycle.
-
org.apache.hadoop.yarn.service.Service
Service LifeCycle.
-
org.apache.isis.core.integtestsupport.legacy.Service
-
org.apache.isis.viewer.junit.Service
-
org.apache.juddi.portlets.client.model.Service
-
org.apache.karaf.shell.api.action.lifecycle.Service
-
org.apache.mina.registry.Service
Represents a service that is registered to {@link ServiceRegistry}.
@author The Apache Directory Project (dev@directory.apache.org)
@version $Rev: 357871 $, $Date: 2005-12-20 10:56:40 +0900 (Tue, 20 Dec 2005) $
-
org.apache.openejb.config.sys.Service
-
org.apache.openejb.spi.Service
@version $Rev: 494654 $ $Date: 2007-01-09 17:45:36 -0600 (Tue, 09 Jan 2007) $
-
org.apache.roller.weblogger.webservices.adminprotocol.sdk.Service
This class describes an RAP service (introspection document). A Service is a set of workspaces, which is a set of collections.
@author jtb
-
org.apache.roller.webservices.adminapi.sdk.Service
This class describes an AAPP service (introspection document). A Service is a set of workspaces, which is a set of collections.
@author jtb
-
org.apache.service.Service
The
Service
interface provides a
simple abstraction for a Java Application running as a service (in UNIX words, a daemon).
This interface can be considered as an extension of the common invocation mechanism used in Java of the main(String argv[])
method, and provides some extensions to it, allowing to perform certain operations that before were not possible to obtain, and commonly used in native services and daemons (such as user-id switching, signal and event handling and so on).
This interface and related classes are not intended to be used in other environment rather than low-level control of the VM environment and its lifecycle (JMX, and JSR-111 will provide those APIs), and must always be accompanied with a binary or wrapper that will be used instead of the usual java(.exe) invocator.
@author Pier Fumagalli, Sun Microsystems INC.
@author Copyright © The Apache Software Foundation.
-
org.apache.slide.common.Service
Slide Service interface.
@author
Remy Maucherat
@version $Revision: 1.12.2.2 $
-
org.apache.slider.providers.agent.application.metadata.Service
-
org.apache.stratos.manager.deploy.service.Service
-
org.apache.stratos.manager.feature.dashbord.ui.beans.Service
-
org.apache.stratos.messaging.domain.topology.Service
Defines a service in the topology. A service represents a cartridge type. Key: serviceName
-
org.apache.tapestry.annotations.Service
-
org.apache.tapestry5.annotations.Service
A mixin for a text field that allows for autocompletion of text fields. This is based on Prototype's autocompleter control.
The mixin renders an (initially invisible) progress indicator after the field (it will also be after the error icon most fields render). The progress indicator is made visible during the request to the server. The mixin then renders a <div> that will be filled in on the client side with dynamically obtained selections.
Multiple selection on the client is enabled by binding the tokens parameter (however, the mixin doesn't help split multiple selections up on the server, that is still your code's responsibility).
The container is responsible for providing an event handler for event "providecompletions". The context will be the partial input string sent from the client. The return value should be an array or list of completions, in presentation order. I.e.
String[] onProvideCompletionsFromMyField(String input) { return . . .; }
-
org.apache.tools.ant.types.spi.Service
apache.org/bugzilla/show_bug.cgi?id=31520">
http://issues.apache.org/bugzilla/show_bug.cgi?id=31520
-
org.apache.tuscany.model.assembly.Service
The association of a port with a provider.
-
org.apache.tuscany.sca.assembly.Service
Represents a service. Services are used to publish services provided by implementations, so that they are addressable by other components.
@version $Rev: 984702 $ $Date: 2010-08-12 10:29:25 +0100 (Thu, 12 Aug 2010) $
@tuscany.spi.extension.asclient
-
org.apache.tuscany.sca.domain.model.Service
A service
@version $Rev: 552343 $ $Date: 2007-09-07 12:41:52 +0100 (Fri, 07 Sep 2007) $
-
org.apache.tuscany.spi.component.Service
The runtime instantiation of an SCA service configured with a binding.
@version $Rev: 449517 $ $Date: 2006-09-24 15:42:18 -0700 (Sun, 24 Sep 2006) $
-
org.apache.uima.simpleserver.Service
This is the main class of the project. It represents a wrapper over UIMA Framework. One Server instance is able to perform one task. The Server object must be created, configured (method configure(...)) and can be used by calling process(...) method.
-
org.apache.whirr.service.Service
This class represents a service that a client wants to use. This class is used to start and stop clusters that provide the service.
-
org.apache.woden.wsdl20.Service
Represents the Service component from the WSDL 2.0 Component model.
@author John Kaputin (jkaputin@apache.org)
-
org.araneaframework.Service
Service is component with an extra method action(Path, InputData, OutputData)
provide services based on the requests. As requests flow through the action
they can be filtered, logged, enhanced via extending the InputData, provide custom routing etc.
All the filters and routers in the Aranea framework are services.
@author "Toomas Römer"
@author Jevgeni Kabanov (ekabanov@webmedia.ee)
-
org.candlepin.json.model.Service
Service
-
org.codehaus.activemq.service.Service
Service
represents some service of some kind with a simple start/stop lifecycle.
Note that usually once a service has been stopped it should be discarded and a new service instance created again.
@version $Revision: 1.7 $
-
org.codehaus.xfire.service.Service
Represents a service endpoint. A service's sole job is to process xml messages. The Binding is is the central processing point.
The binding is then responsible for taking the SOAP Body and binding it to something - JavaBeans, XMLBeans, W3C DOM tree, etc.
The ServiceInfo
represents all the metadata that goes along with the service.
@author Arjen Poutsma
@see ServiceInfo
@see org.codehaus.xfire.service.binding.SOAPBinding
-
org.conventionsframework.qualifier.Service
-
org.cybergarage.upnp.Service
-
org.dayatang.ioc.test.Service
-
org.drools.Service
-
org.drools.runtime.pipeline.Service
This api is experimental and thus the classes and the interfaces returned are subject to change.
-
org.earth3d.jearth.model.Service
Contains a single service, e.g. a map source.
@author webmaster@earth3d.org
-
org.eclipse.orion.server.cf.objects.Service
-
org.eclipse.wst.wsdl.Service
A representation of the model object '
Service'.
@since 1.0
@ignore This class represents a WSDL service element. A service groups a set of related ports together.
The following features are supported:
- {@link org.eclipse.wst.wsdl.Service#getQName QName}
- {@link org.eclipse.wst.wsdl.Service#isUndefined Undefined}
- {@link org.eclipse.wst.wsdl.Service#getEPorts EPorts}
@see org.eclipse.wst.wsdl.WSDLPackage#getService()
@model superTypes="org.eclipse.wst.wsdl.ExtensibleElement org.eclipse.wst.wsdl.IService"
@generated
-
org.fao.geonet.domain.Service
One of the entities responsible for dynamic service configuration. Entity representing a {@link jeeves.interfaces.Service}. Originally they were for CSW virtual services but are generic and could in theory be any arbitrary service.
@author Jesse
-
org.geoserver.platform.Service
A service descriptor which provides metadata such as id, and version.
Service descriptors are identified by an id, version pair. Two service descriptors are considered equal if they have the same id, and version.
The underlying service implementation is a plain old java object, available via {@link #service}.
@author Justin Deoliveira, The Open Planning Project, jdeolive@openplans.org
-
org.geotools.data.ows.Service
This is a data model for the Open Web Service (OWS) metadata. This should be extended while implementing other OWSs. Name, Title and OnlineResource are required. Everything else is optional.
@source $URL$
-
org.geotools.gtcatalog.Service
-
org.geowebcache.service.Service
One of the services exposed by GeoWebCache, for example TMS, WMTS, KML, ...
-
org.hibernate.service.Service
Marker interface for services.
NOTE : All services must be {@link Serializable}!
@author Steve Ebersole
-
org.hibernate.service.spi.Service
Marker interface for services.
NOTE : All services must be {@link Serializable}!
@author Steve Ebersole
-
org.hightides.annotations.Service
-
org.hivedb.services.Service
-
org.huihoo.willow.Service
@author reicTo change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
-
org.hyperic.sigar.win32.Service
-
org.jasig.cas.authentication.principal.Service
Marker interface for Services. Services are generally either remote applications utilizing CAS or applications that principals wish to gain access to. In most cases this will be some form of web application.
@author William G. Thompson, Jr.
@author Scott Battaglia
@version $Revision: 1.2 $ $Date: 2007/01/22 20:35:26 $
@since 3.0
This is a published and supported CAS Server 3 API.
-
org.jboss.ejb3.annotation.Service
Injection utilities
@author Scott.Stark@jboss.org
@version $Revision: 93959 $
-
org.jboss.errai.bus.server.annotations.Service
-
org.jboss.seam.security.external.jaxb.xrds.Service
3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{xri://$xrd*($v*2.0)}ProviderID" minOccurs="0"/> <element ref="{xri://$xrd*($v*2.0)}Type" maxOccurs="unbounded" minOccurs="0"/> <element ref="{xri://$xrd*($v*2.0)}Path" maxOccurs="unbounded" minOccurs="0"/> <element ref="{xri://$xrd*($v*2.0)}MediaType" maxOccurs="unbounded" minOccurs="0"/> <choice> <element ref="{xri://$xrd*($v*2.0)}URI" maxOccurs="unbounded" minOccurs="0"/> <element ref="{xri://$xrd*($v*2.0)}Redirect" maxOccurs="unbounded" minOccurs="0"/> <element ref="{xri://$xrd*($v*2.0)}Ref" maxOccurs="unbounded" minOccurs="0"/> </choice> <element ref="{xri://$xrd*($v*2.0)}LocalID" maxOccurs="unbounded" minOccurs="0"/> <group ref="{xri://$xrd*($v*2.0)}otherelement" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attGroup ref="{xri://$xrd*($v*2.0)}priorityAttrGrp"/> <attGroup ref="{xri://$xrd*($v*2.0)}otherattribute"/> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType>
-
org.jboss.soa.esb.Service
Service.
Simple immutable compound value object associating a Service "Category" with a Service "Name".
@author
tom.fennelly@jboss.com
-
org.jboss.soa.esb.listeners.config.xbeanmodel101.ServiceDocument.Service
-
org.jboss.soa.esb.listeners.config.xbeanmodel110.ServiceDocument.Service
-
org.jboss.soa.esb.listeners.config.xbeanmodel120.ServiceDocument.Service
-
org.jboss.soa.esb.listeners.config.xbeanmodel130.ServiceDocument.Service
-
org.jboss.system.Service
The Service interface.
@author
Marc Fleury.
@version $Revision: 81032 $
-
org.jboss.weld.bootstrap.api.Service
-
org.jboss.wsf.spi.deployment.Service
A general service deployment. Maintains a named set of EndpointDeployments
@author Thomas.Diesler@jboss.com
@since 20-Apr-2007
-
org.jbpm.svc.Service
-
org.jclouds.openstack.keystone.v2_0.domain.Service
enstack.org/api/openstack-typeentity-service/2.0/content/Identity-Service-Concepts-e1362.html"
/>
-
org.jibeframework.core.annotation.Service
-
org.jibx.ws.server.Service
Base service implementation for extension by protocol specific implementations.
@author Dennis M. Sosnoski
-
org.joseki.Service
-
org.jostraca.Service
The
Service
class provides the top level code generation functionality of Jostraca.
This class is used by other classes which provide a code generation service and therefore provides the full functionality of Jostraca in a relatively complex API.
To use Jostraca as a component, try the {@link org.jostraca.Generator} class, which is easier to use than Service
.
-
org.jrebirth.af.core.service.Service
The interface Service. The contract for the service layer.
@author Sébastien Bordes
-
org.jrest4guice.rest.Service
-
org.jvnet.hk2.annotations.Service
experimental thread local class for tracing inhabitant initialization and module resolution
@author Jerome Dochez
-
org.kie.Service
-
org.kie.api.Service
-
org.mindswap.owls.service.Service
-
org.mule.api.service.Service
Service
is the internal representation of a Mule Managed service. It is responsible for managing the interaction of events to and from the service as well as managing pooled resources.
-
org.objectweb.speedo.pobjects.inheritance.ejboo.Service
@author S.Chassande-Barrioz
-
org.objectweb.speedo.pobjects.inheritance.filterOutOfPK.rdbsequence.Service
@author S.Chassande-Barrioz
-
org.objectweb.speedo.pobjects.sequence.id.inheritance.Service
@author S.Chassande-Barrioz
-
org.openxri.xml.Service
This class describes the Service XML element used for XRI Authority resolution.
@author =chetan
-
org.pathways.openciss.info.hmis.schema._3_0.hud_hmis.Service
mis.info/schema/3_0/AIRS_3_0_mod.xsd}tService"> <sequence> <element name="COCCode" type="{http://www.hmis.info/schema/3_0/HUD_HMIS.xsd}string5Base" minOccurs="0"/> <element name="Configuration" type="{http://www.hmis.info/schema/3_0/HUD_HMIS.xsd}threeValBase" minOccurs="0"/> <element name="DirectServiceCode" type="{http://www.hmis.info/schema/3_0/HUD_HMIS.xsd}twoValBase" minOccurs="0"/> <element name="FundingSources" type="{http://www.hmis.info/schema/3_0/HUD_HMIS.xsd}fundingSourcesService" minOccurs="0"/> <element name="GranteeIdentifier" type="{http://www.hmis.info/schema/3_0/HUD_HMIS.xsd}string10Base" minOccurs="0"/> <element name="IndividualFamilyCode" type="{http://www.hmis.info/schema/3_0/HUD_HMIS.xsd}fourValBase" minOccurs="0"/> <element name="Inventory" type="{http://www.hmis.info/schema/3_0/HUD_HMIS.xsd}inventory" maxOccurs="unbounded" minOccurs="0"/> <element name="ResidentialTrackingMethod" type="{http://www.hmis.info/schema/3_0/HUD_HMIS.xsd}threeValBase" minOccurs="0"/> <element name="ServiceType" type="{http://www.hmis.info/schema/3_0/HUD_HMIS.xsd}serviceType" minOccurs="0"/> <element name="ServiceEffectivePeriod" type="{http://www.hmis.info/schema/3_0/HUD_HMIS.xsd}dateRangeOpen" minOccurs="0"/> <element name="ServiceRecordedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="TargetPopulationA" type="{http://www.hmis.info/schema/3_0/HUD_HMIS.xsd}elevenValBase" minOccurs="0"/> <element name="TargetPopulationB" type="{http://www.hmis.info/schema/3_0/HUD_HMIS.xsd}fourValBase" minOccurs="0"/> </sequence> <attGroup ref="{http://www.hmis.info/schema/3_0/HUD_HMIS.xsd}deleteStampGroup"/> </extension> </complexContent> </complexType>
-
org.platformlayer.xaas.Service
-
org.purl.sword.base.Service
Represents an Atom Publishing Protocol Service element, with SWORD extensions.
@author Neil Taylor
-
org.rapidpm.demo.cdise.controller.registry.services.Service
User: Sven Ruppert Date: 05.06.13 Time: 15:36
-
org.restlet.ext.atom.Service
Represents an Atom introspection document.
@author Jerome Louvel
-
org.restlet.service.Service
Generic service associated to a component or an application. The life cycle of a service is tightly related to the one of the associated component or application.
If you want to use a specific service, you can always disable it before it is actually started via the {@link #setEnabled(boolean)} method.
@author Jerome Louvel
-
org.riftsaw.engine.Service
-
org.rioproject.servicecore.Service
The Service interface provides an aggregating mechanism, putting requisite interfaces together to represent the remote semantics of a core Service in the architecture
@author Dennis Reedy
-
org.rzo.yajsw.os.Service
-
org.serviceconnector.service.Service
The Class Service.
@author JTraber
-
org.smslib.Service
This is main library class. Your primary interface with SMSLib is via methods defined in this class.
-
org.switchyard.Service
A service registered with the SwitchYard runtime.
-
org.switchyard.admin.Service
Service Represents an application service exported through the SwitchYard runtime.
-
org.switchyard.component.bean.Service
-
org.teleal.cling.model.meta.Service
-
org.vfny.geoserver.global.Service
Default configuration for services. This class represents all the commonalities to the WFS and WMS services.
WFS wfs = new WFS(dto); Service serv = (Service)WFS; System.out.println(serv.getName());
@author Gabriel Rold�n
@author Chris Holmes
@version $Id: Service.java,v 1.7 2004/02/09 23:29:42 dmzwiers Exp $
@see WMS
@see WFS
-
org.wso2.carbon.governance.api.services.dataobjects.Service
This represents a service artifact stored on the Registry. Service artifacts are created as a result of adding a new service or uploading or importing a WSDL file into the registry.
-
org.wso2.carbon.jarservices.stub.types.Service
-
org.xmldb.api.base.Service
The Service
interface provides an extension mechanism for Collection
implementations. It is to be implented by Service instances that define their own set of methods to perform the necessary action. For an example of what a functional Service
interface should look like look at XPathQueryService.
@see org.xmldb.api.modules.XPathQueryService
-
ru.runa.af.service.impl.interfaces.Service
-
samples.Service
A very simple service interface used as a dependency for various classes to demonstrate different kinds of mocking.
@author Johan Haleby
-
thredds.catalog2.Service
Represents a data access service and allows basic data access information to be factored out of dataset Access objects.
@author edavis
@since 4.0
-
trams.data.Service
Class to represent a service (i.e. one run of a route from terminus to terminus) in the TraMS program.
@author Dave