added protected APIs for jersey/cxf
This commit is contained in:
parent
dac93ad154
commit
58aeabec19
@ -0,0 +1,12 @@
|
||||
package com.inteligr8.alfresco.activiti;
|
||||
|
||||
/**
|
||||
* This interface appends CXF implementation specific methods to the JAX-RS API
|
||||
* of the APS Protected ReST API. This is due to a lack of multi-part in the
|
||||
* JAX-RS specification.
|
||||
*
|
||||
* @author brian@inteligr8.com
|
||||
*/
|
||||
public interface ApsProtectedRestCxfApi extends ApsProtectedRestApi, ApsPublicRestCxfApi {
|
||||
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
package com.inteligr8.alfresco.activiti;
|
||||
|
||||
/**
|
||||
* This interface appends Jersey implementation specific methods to the JAX-RS
|
||||
* API of the APS Protected ReST API. This is due to a lack of multi-part in
|
||||
* the JAX-RS specification.
|
||||
*
|
||||
* @author brian@inteligr8.com
|
||||
*/
|
||||
public interface ApsProtectedRestJerseyApi extends ApsProtectedRestApi, ApsPublicRestJerseyApi {
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user