Download switchyard-api-1.1.0.final.jar file

Introduction

You can download switchyard-api-1.1.0.final.jar in this page.

License

Apache License

Type List

switchyard-api-1.1.0.final.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.switchyard/switchyard-api/pom.properties
META-INF/maven/org.switchyard/switchyard-api/pom.xml
org.switchyard.APILogger.class
org.switchyard.APIMessages.class
org.switchyard.BaseHandler.class
org.switchyard.Context.class
org.switchyard.ErrorListener.class
org.switchyard.Exchange.class
org.switchyard.ExchangeHandler.class
org.switchyard.ExchangeInterceptor.class
org.switchyard.ExchangePattern.class
org.switchyard.ExchangePhase.class
org.switchyard.ExchangeState.class
org.switchyard.HandlerException.class
org.switchyard.Message.class
org.switchyard.Property.class
org.switchyard.Scope.class
org.switchyard.Service.class
org.switchyard.ServiceDomain.class
org.switchyard.ServiceMetadata.class
org.switchyard.ServiceReference.class
org.switchyard.ServiceSecurity.class
org.switchyard.SwitchYardException.class
org.switchyard.annotations.DefaultType.class
org.switchyard.annotations.OperationTypes.class
org.switchyard.annotations.Requires.class
org.switchyard.annotations.Transformer.class
org.switchyard.annotations.Validator.class
org.switchyard.event.DomainShutdownEvent.class
org.switchyard.event.DomainStartupEvent.class
org.switchyard.event.EventObserver.class
org.switchyard.event.EventPublisher.class
org.switchyard.event.ReferenceRegistrationEvent.class
org.switchyard.event.ReferenceUnregistrationEvent.class
org.switchyard.event.ServiceRegistrationEvent.class
org.switchyard.event.ServiceUnregistrationEvent.class
org.switchyard.event.TransformerAddedEvent.class
org.switchyard.event.TransformerRemovedEvent.class
org.switchyard.event.ValidatorAddedEvent.class
org.switchyard.event.ValidatorRemovedEvent.class
org.switchyard.label.BehaviorLabel.class
org.switchyard.label.Label.class
org.switchyard.metadata.BaseExchangeContract.class
org.switchyard.metadata.BaseService.class
org.switchyard.metadata.BaseServiceOperation.class
org.switchyard.metadata.ExchangeContract.class
org.switchyard.metadata.InOnlyOperation.class
org.switchyard.metadata.InOnlyService.class
org.switchyard.metadata.InOutOperation.class
org.switchyard.metadata.InOutService.class
org.switchyard.metadata.JavaTypes.class
org.switchyard.metadata.Registrant.class
org.switchyard.metadata.ServiceInterface.class
org.switchyard.metadata.ServiceMetadataBuilder.class
org.switchyard.metadata.ServiceOperation.class
org.switchyard.metadata.qos.Throttling.class
org.switchyard.policy.Policy.class
org.switchyard.policy.PolicyFactory.class
org.switchyard.policy.PolicyUtil.class
org.switchyard.policy.SecurityPolicy.class
org.switchyard.policy.TransactionPolicy.class
org.switchyard.selector.OperationSelector.class
org.switchyard.transform.BaseTransformer.class
org.switchyard.transform.TransformResolver.class
org.switchyard.transform.TransformSequence.class
org.switchyard.transform.Transformer.class
org.switchyard.transform.TransformerRegistry.class
org.switchyard.validate.BaseValidator.class
org.switchyard.validate.ValidationResult.class
org.switchyard.validate.Validator.class
org.switchyard.validate.ValidatorRegistry.class
org/switchyard/APILogger.i18n.properties
org/switchyard/APIMessages.i18n.properties

Pom

switchyard-api-1.1.0.final.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors.
-
- Licensed under the Apache License, Version 2.0 (the "License")
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.switchyard</groupId>
        <artifactId>switchyard-core-parent</artifactId>
        <version>1.1.0.Final</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <artifactId>switchyard-api</artifactId>
    <packaging>jar</packaging>
    <name>SwitchYard: API</name>
    <description>The Core API.</description>
    <url>http://switchyard.org</url>
    <dependencies/>
</project>

POM Entry

<dependency>
   <groupId>org.switchyard</groupId>
   <artifactId>switchyard-api</artifactId>
   <version>1.1.0.final</version>
</dependency>

Download

If you think the following switchyard-api-1.1.0.final.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download switchyard-api-1.1.0.final.jar file




PreviousNext

Related