Skip to content

Commit

Permalink
IKASAN-1515 removing all document info sections.
Browse files Browse the repository at this point in the history
  • Loading branch information
mick-stewart73 committed May 13, 2019
1 parent bd5a467 commit a066331
Show file tree
Hide file tree
Showing 42 changed files with 6 additions and 373 deletions.
9 changes: 1 addition & 8 deletions QuickOverview.md
Expand Up @@ -69,13 +69,6 @@ than another development framework.
* Service APIs support management of the flow, runtime status, resubmission, and replay
![Detail view](ikasaneip/developer/docs/quickstart-images/ikasan-anatomy-detail.png)

# Document Info

| Authors | Ikasan Development Team |
| --- | --- |
| Contributors | n/a |
| Date | April 2019 |
| Email | info@ikasan.org |
| WebSite | [http://www.ikasan.org](http://www.ikasan.org/) |



9 changes: 0 additions & 9 deletions README.md
Expand Up @@ -51,12 +51,3 @@ Using Eclipse
7. Use import on the root pom.xml which will pull in all modules
8. Wait (m2e takes awhile on initial import)

# Document Info

| Authors | Ikasan Development Team |
| --- | --- |
| Contributors | n/a |
| Date | April 2019 |
| Email | info@ikasan.org |
| WebSite | [http://www.ikasan.org](http://www.ikasan.org/) |

9 changes: 0 additions & 9 deletions ikasaneip/component/Readme.md
Expand Up @@ -283,12 +283,3 @@ public class ModuleConfig {
}

```

# Document Info

| Authors | Ikasan Development Team |
| --- | --- |
| Contributors | n/a |
| Date | February 2018 |
| Email | info@ikasan.org |
| WebSite | [http://www.ikasan.org](http://www.ikasan.org/) |
11 changes: 1 addition & 10 deletions ikasaneip/component/converter/JsonToXmlConverter.md
Expand Up @@ -85,13 +85,4 @@ public class ModuleConfig {
return new JsonXmlConverter(new XmlStringJsonMarshaller(new XMLSerializer()));
}
}
````

### Document Info

| Authors | Ikasan Development Team |
| --- | --- |
| Contributors | n/a |
| Date | April 2019 |
| Email | info@ikasan.org |
| WebSite | [http://www.ikasan.org](http://www.ikasan.org/) |
````
11 changes: 1 addition & 10 deletions ikasaneip/component/converter/MapMessageToObjectConverter.md
Expand Up @@ -97,13 +97,4 @@ public class ModuleConfig {
return converter;
}
}
````

# Document Info

| Authors | Ikasan Development Team |
| --- | --- |
| Contributors | n/a |
| Date | April 2019 |
| Email | info@ikasan.org |
| WebSite | [http://www.ikasan.org](http://www.ikasan.org/) |
````
9 changes: 0 additions & 9 deletions ikasaneip/component/converter/MapMessageToPayloadConverter.md
Expand Up @@ -112,12 +112,3 @@ public class ModuleConfig {
}
}
````

# Document Info

| Authors | Ikasan Development Team |
| --- | --- |
| Contributors | n/a |
| Date | April 2019 |
| Email | info@ikasan.org |
| WebSite | [http://www.ikasan.org](http://www.ikasan.org/) |
10 changes: 1 addition & 9 deletions ikasaneip/component/converter/ObjectMessageToObjectConverter.md
Expand Up @@ -89,12 +89,4 @@ public class ModuleConfig
return new ObjectMessageToObjectConverter();
}
}
````
# Document Info

| Authors | Ikasan Development Team |
| --- | --- |
| Contributors | n/a |
| Date | April 2019 |
| Email | info@ikasan.org |
| WebSite | [http://www.ikasan.org](http://www.ikasan.org/) |
````
9 changes: 0 additions & 9 deletions ikasaneip/component/converter/ObjectToXmlStringConverter.md
Expand Up @@ -195,12 +195,3 @@ public class ModuleConfig
}
}
````

# Document Info

| Authors | Ikasan Development Team |
| --- | --- |
| Contributors | n/a |
| Date | April 2019 |
| Email | info@ikasan.org |
| WebSite | [http://www.ikasan.org](http://www.ikasan.org/) |
9 changes: 0 additions & 9 deletions ikasaneip/component/converter/Readme.md
Expand Up @@ -22,12 +22,3 @@ In order to create your own converter you need to implement [Converter Interface
- [XML to JSON Converter](/converter/XmlToJsonConverter.md)
- [XSLT Configuration Parameter Converter](/converter/XsltConfigurationParameterConverter.md)
- [XSLT Converter](/converter/XsltConverter.md)

# Document Info

| Authors | Ikasan Development Team |
| --- | --- |
| Contributors | n/a |
| Date | April 2019 |
| Email | info@ikasan.org |
| WebSite | [http://www.ikasan.org](http://www.ikasan.org/) |
9 changes: 0 additions & 9 deletions ikasaneip/component/converter/TextMessageToStringConverter.md
Expand Up @@ -13,12 +13,3 @@ In order to create your own converter you need to implement [Converter Interface
<br/>

### Types

# Document Info

| Authors | Ikasan Development Team |
| --- | --- |
| Contributors | n/a |
| Date | April 2019 |
| Email | info@ikasan.org |
| WebSite | [http://www.ikasan.org](http://www.ikasan.org/) |
9 changes: 0 additions & 9 deletions ikasaneip/component/converter/ThreadSafeXsltConverter.md
Expand Up @@ -13,12 +13,3 @@ In order to create your own converter you need to implement [Converter Interface
<br/>

### Types

# Document Info

| Authors | Ikasan Development Team |
| --- | --- |
| Contributors | n/a |
| Date | April 2019 |
| Email | info@ikasan.org |
| WebSite | [http://www.ikasan.org](http://www.ikasan.org/) |
9 changes: 0 additions & 9 deletions ikasaneip/component/converter/ToXmlDocumentConverter.md
Expand Up @@ -92,12 +92,3 @@ public class ModuleConfig
}

````

# Document Info

| Authors | Ikasan Development Team |
| --- | --- |
| Contributors | n/a |
| Date | April 2019 |
| Email | info@ikasan.org |
| WebSite | [http://www.ikasan.org](http://www.ikasan.org/) |
Expand Up @@ -108,12 +108,3 @@ public class ModuleConfig
}
}
````

# Document Info

| Authors | Ikasan Development Team |
| --- | --- |
| Contributors | n/a |
| Date | April 2019 |
| Email | info@ikasan.org |
| WebSite | [http://www.ikasan.org](http://www.ikasan.org/) |
9 changes: 0 additions & 9 deletions ikasaneip/component/converter/XmlStringToObjectConverter.md
Expand Up @@ -109,12 +109,3 @@ public class ModuleConfig
}
}
````

# Document Info

| Authors | Ikasan Development Team |
| --- | --- |
| Contributors | n/a |
| Date | April 2019 |
| Email | info@ikasan.org |
| WebSite | [http://www.ikasan.org](http://www.ikasan.org/) |
9 changes: 0 additions & 9 deletions ikasaneip/component/converter/XmlToJsonConverter.md
Expand Up @@ -86,12 +86,3 @@ public class ModuleConfig {
}
}
````

# Document Info

| Authors | Ikasan Development Team |
| --- | --- |
| Contributors | n/a |
| Date | April 2019 |
| Email | info@ikasan.org |
| WebSite | [http://www.ikasan.org](http://www.ikasan.org/) |
Expand Up @@ -45,11 +45,3 @@ Not applicable as this is not a configurable resource.
##### Sample Usage
```java
````
# Document Info

| Authors | Ikasan Development Team |
| --- | --- |
| Contributors | n/a |
| Date | April 2019 |
| Email | info@ikasan.org |
| WebSite | [http://www.ikasan.org](http://www.ikasan.org/) |
9 changes: 0 additions & 9 deletions ikasaneip/component/converter/XsltConverter.md
Expand Up @@ -28,12 +28,3 @@ subsequently transforming it to another XML format, or other formats that are su
````java

````

# Document Info

| Authors | Ikasan Development Team |
| --- | --- |
| Contributors | n/a |
| Date | April 2019 |
| Email | info@ikasan.org |
| WebSite | [http://www.ikasan.org](http://www.ikasan.org/) |
9 changes: 0 additions & 9 deletions ikasaneip/component/endpoint/filetransfer/ftp/consumer.md
Expand Up @@ -95,12 +95,3 @@ public class ModuleConfig {
}

```

# Document Info

| Authors | Ikasan Development Team |
| --- | --- |
| Contributors | n/a |
| Date | April 2019 |
| Email | info@ikasan.org |
| WebSite | [http://www.ikasan.org](http://www.ikasan.org/) |
11 changes: 1 addition & 10 deletions ikasaneip/component/endpoint/filetransfer/sftp/consumer.md
Expand Up @@ -94,13 +94,4 @@ public class ModuleConfig {
}
}

```

# Document Info

| Authors | Ikasan Development Team |
| --- | --- |
| Contributors | n/a |
| Date | April 2019 |
| Email | info@ikasan.org |
| WebSite | [http://www.ikasan.org](http://www.ikasan.org/) |
```
8 changes: 0 additions & 8 deletions ikasaneip/component/endpoint/jms-client/consumer.md
Expand Up @@ -29,11 +29,3 @@ Read more about EIP [Event Driven Consumer](http://www.enterpriseintegrationpatt

##### Sample Usage

# Document Info

| Authors | Ikasan Development Team |
| --- | --- |
| Contributors | n/a |
| Date | April 2019 |
| Email | info@ikasan.org |
| WebSite | [http://www.ikasan.org](http://www.ikasan.org/) |
8 changes: 0 additions & 8 deletions ikasaneip/component/endpoint/jms-spring-arjuna/consumer.md
Expand Up @@ -97,11 +97,3 @@ public class ModuleConfig {

```

# Document Info

| Authors | Ikasan Development Team |
| --- | --- |
| Contributors | n/a |
| Date | April 2019 |
| Email | info@ikasan.org |
| WebSite | [http://www.ikasan.org](http://www.ikasan.org/) |
9 changes: 0 additions & 9 deletions ikasaneip/component/endpoint/mongo-endpoint/Readme.md
Expand Up @@ -41,12 +41,3 @@ NOTE: All options specified below will override any associated options in the dr
| threadsAllowedToBlockForConnectionMultiplier | Integer | multiplier for number of threads allowed to block waiting for a connection. |

##### Sample Usage

# Document Info

| Authors | Ikasan Development Team |
| --- | --- |
| Contributors | n/a |
| Date | April 2019 |
| Email | info@ikasan.org |
| WebSite | [http://www.ikasan.org](http://www.ikasan.org/) |
9 changes: 0 additions & 9 deletions ikasaneip/component/endpoint/quartz-schedule/Readme.md
Expand Up @@ -35,12 +35,3 @@ public class ModuleConfig
}

```

# Document Info

| Authors | Ikasan Development Team |
| --- | --- |
| Contributors | n/a |
| Date | April 2019 |
| Email | info@ikasan.org |
| WebSite | [http://www.ikasan.org](http://www.ikasan.org/) |
Expand Up @@ -86,12 +86,4 @@ public class ModuleConfig {
}
}

```
# Document Info

| Authors | Ikasan Development Team |
| --- | --- |
| Contributors | n/a |
| Date | April 2019 |
| Email | info@ikasan.org |
| WebSite | [http://www.ikasan.org](http://www.ikasan.org/) |
```
9 changes: 0 additions & 9 deletions ikasaneip/component/endpoint/test-endpoint/Readme.md
Expand Up @@ -15,12 +15,3 @@ Utility consumer for the generation of ad-hoc events for demonstration or test o

##### Sample Usage


# Document Info

| Authors | Ikasan Development Team |
| --- | --- |
| Contributors | n/a |
| Date | April 2019 |
| Email | info@ikasan.org |
| WebSite | [http://www.ikasan.org](http://www.ikasan.org/) |
8 changes: 0 additions & 8 deletions ikasaneip/component/filter/Readme.md
Expand Up @@ -13,11 +13,3 @@ In order to create your own filter you need to implement [Filter Interface](../s

### Types

# Document Info

| Authors | Ikasan Development Team |
| --- | --- |
| Contributors | n/a |
| Date | April 2019 |
| Email | info@ikasan.org |
| WebSite | [http://www.ikasan.org](http://www.ikasan.org/) |
6 changes: 0 additions & 6 deletions ikasaneip/component/splitter/Readme.md
Expand Up @@ -16,9 +16,3 @@ In order to create your own splitter you need to implement [Splitter Interface](

# Document Info

| Authors | Ikasan Development Team |
| --- | --- |
| Contributors | n/a |
| Date | April 2019 |
| Email | info@ikasan.org |
| WebSite | [http://www.ikasan.org](http://www.ikasan.org/) |
8 changes: 0 additions & 8 deletions ikasaneip/configuration-service/Readme.md
Expand Up @@ -8,11 +8,3 @@ Trying to get sime text to flow around the image. Trying to get sime text to flo
Trying to get sime text to flow around the image. Trying to get sime text to flow around the image. Trying to get sime text to flow around the image. Trying to get sime text to flow around the image.
Trying to get sime text to flow around the image. Trying to get sime text to flow around the image. Trying to get sime text to flow around the image. Trying to get sime text to flow around the image.

# Document Info

| Authors | Ikasan Development Team |
| --- | --- |
| Contributors | n/a |
| Date | April 2019 |
| Email | info@ikasan.org |
| WebSite | [http://www.ikasan.org](http://www.ikasan.org/) |
8 changes: 0 additions & 8 deletions ikasaneip/developer/docs/DeveloperPreRequisites.md
Expand Up @@ -218,11 +218,3 @@ If you using Snapshot versions, edit your settings.xml to ensure you refer to th
Any Java IDE will suffice (even a text editor if you are feeling brave).
We recommend IntelliJ Community Edition Java IDE which can be downloaded from [https://www.jetbrains.com/idea/download/](https://www.jetbrains.com/idea/download/).

# Document Info

| Authors | Ikasan Development Team |
| --- | --- |
| Contributors | n/a |
| Date | January 2019 |
| Email | info@ikasan.org |
| WebSite | [http://www.ikasan.org](http://www.ikasan.org/) |
9 changes: 0 additions & 9 deletions ikasaneip/developer/docs/Readme.md
Expand Up @@ -931,12 +931,3 @@ Use the JBoss Administration Console to deploy the EAR to the Application Server
```
ear/target/myIntegrationModule-<version>-ear.ear
```

# Document Info

| Authors | Ikasan Development Team |
| --- | --- |
| Contributors | n/a |
| Date | March 2018 |
| Email | info@ikasan.org |
| WebSite | [http://www.ikasan.org](http://www.ikasan.org/) |

0 comments on commit a066331

Please sign in to comment.