Skip to content

Commit 9591eb6

Browse files
committed
Changing the package name to api from apicore
1 parent 7baaaeb commit 9591eb6

File tree

229 files changed

+663
-663
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

229 files changed

+663
-663
lines changed

resources/ControllerTemplate.javat

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
package net.authorize.apicore.controller;
1+
package net.authorize.api.controller;
22

3-
import net.authorize.apicore.contract.v1.APICONTROLLERNAMERequest;
4-
import net.authorize.apicore.contract.v1.APICONTROLLERNAMEResponse;
5-
import net.authorize.apicore.contract.v1.ValidationModeEnum;
6-
import net.authorize.apicore.controller.base.ApiOperationBase;
3+
import net.authorize.api.contract.v1.APICONTROLLERNAMERequest;
4+
import net.authorize.api.contract.v1.APICONTROLLERNAMEResponse;
5+
import net.authorize.api.contract.v1.ValidationModeEnum;
6+
import net.authorize.api.controller.base.ApiOperationBase;
77

88
public class APICONTROLLERNAMEController extends ApiOperationBase<APICONTROLLERNAMERequest, APICONTROLLERNAMEResponse> {
99

src/main/java/net/authorize/apicore/contract/v1/ANetApiRequest.java renamed to src/main/java/net/authorize/api/contract/v1/ANetApiRequest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2014.07.22 at 01:24:58 PM PDT
5+
// Generated on: 2014.08.04 at 04:25:49 PM PDT
66
//
77

88

9-
package net.authorize.apicore.contract.v1;
9+
package net.authorize.api.contract.v1;
1010

1111
import javax.xml.bind.annotation.XmlAccessType;
1212
import javax.xml.bind.annotation.XmlAccessorType;

src/main/java/net/authorize/apicore/contract/v1/ANetApiResponse.java renamed to src/main/java/net/authorize/api/contract/v1/ANetApiResponse.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2014.07.22 at 01:24:58 PM PDT
5+
// Generated on: 2014.08.04 at 04:25:49 PM PDT
66
//
77

88

9-
package net.authorize.apicore.contract.v1;
9+
package net.authorize.api.contract.v1;
1010

1111
import javax.xml.bind.annotation.XmlAccessType;
1212
import javax.xml.bind.annotation.XmlAccessorType;

src/main/java/net/authorize/apicore/contract/v1/ARBCancelSubscriptionRequest.java renamed to src/main/java/net/authorize/api/contract/v1/ARBCancelSubscriptionRequest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2014.07.22 at 01:24:58 PM PDT
5+
// Generated on: 2014.08.04 at 04:25:49 PM PDT
66
//
77

88

9-
package net.authorize.apicore.contract.v1;
9+
package net.authorize.api.contract.v1;
1010

1111
import javax.xml.bind.annotation.XmlAccessType;
1212
import javax.xml.bind.annotation.XmlAccessorType;

src/main/java/net/authorize/apicore/contract/v1/ARBCancelSubscriptionResponse.java renamed to src/main/java/net/authorize/api/contract/v1/ARBCancelSubscriptionResponse.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2014.07.22 at 01:24:58 PM PDT
5+
// Generated on: 2014.08.04 at 04:25:49 PM PDT
66
//
77

88

9-
package net.authorize.apicore.contract.v1;
9+
package net.authorize.api.contract.v1;
1010

1111
import javax.xml.bind.annotation.XmlAccessType;
1212
import javax.xml.bind.annotation.XmlAccessorType;

src/main/java/net/authorize/apicore/contract/v1/ARBCreateSubscriptionRequest.java renamed to src/main/java/net/authorize/api/contract/v1/ARBCreateSubscriptionRequest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2014.07.22 at 01:24:58 PM PDT
5+
// Generated on: 2014.08.04 at 04:25:49 PM PDT
66
//
77

88

9-
package net.authorize.apicore.contract.v1;
9+
package net.authorize.api.contract.v1;
1010

1111
import javax.xml.bind.annotation.XmlAccessType;
1212
import javax.xml.bind.annotation.XmlAccessorType;

src/main/java/net/authorize/apicore/contract/v1/ARBCreateSubscriptionResponse.java renamed to src/main/java/net/authorize/api/contract/v1/ARBCreateSubscriptionResponse.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2014.07.22 at 01:24:58 PM PDT
5+
// Generated on: 2014.08.04 at 04:25:49 PM PDT
66
//
77

88

9-
package net.authorize.apicore.contract.v1;
9+
package net.authorize.api.contract.v1;
1010

1111
import javax.xml.bind.annotation.XmlAccessType;
1212
import javax.xml.bind.annotation.XmlAccessorType;

src/main/java/net/authorize/apicore/contract/v1/ARBGetSubscriptionListOrderFieldEnum.java renamed to src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListOrderFieldEnum.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2014.07.22 at 01:24:58 PM PDT
5+
// Generated on: 2014.08.04 at 04:25:49 PM PDT
66
//
77

88

9-
package net.authorize.apicore.contract.v1;
9+
package net.authorize.api.contract.v1;
1010

1111
import javax.xml.bind.annotation.XmlEnum;
1212
import javax.xml.bind.annotation.XmlEnumValue;

src/main/java/net/authorize/apicore/contract/v1/ARBGetSubscriptionListRequest.java renamed to src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListRequest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2014.07.22 at 01:24:58 PM PDT
5+
// Generated on: 2014.08.04 at 04:25:49 PM PDT
66
//
77

88

9-
package net.authorize.apicore.contract.v1;
9+
package net.authorize.api.contract.v1;
1010

1111
import javax.xml.bind.annotation.XmlAccessType;
1212
import javax.xml.bind.annotation.XmlAccessorType;

src/main/java/net/authorize/apicore/contract/v1/ARBGetSubscriptionListResponse.java renamed to src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListResponse.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2014.07.22 at 01:24:58 PM PDT
5+
// Generated on: 2014.08.04 at 04:25:49 PM PDT
66
//
77

88

9-
package net.authorize.apicore.contract.v1;
9+
package net.authorize.api.contract.v1;
1010

1111
import javax.xml.bind.annotation.XmlAccessType;
1212
import javax.xml.bind.annotation.XmlAccessorType;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy