kscontract:contractToJava

Full name:

org.kuali.student.mojo:maven-kscontract-plugin:0.0.3-SNAPSHOT:contractToJava

Description:

Creates WS service interface from wiki service contract.

Attributes:

  • Requires a Maven 2.0 project to be executed.

Optional Parameters

Name Type Since Description
contractFile File - Path to service contract file.
contractURL URL - URL of service contract from wiki.
excludeClasses String[] - (no description)
jsessionId String - JSESSIONID from a current session
messageTransformFile File - Path to custom xslt.
namespace String - (no description)
outputDirectory File - Path to output directory.
packageName String - (no description)
serviceName String - (no description)
transformFile File - Path to custom xslt.

Parameter Details

contractFile:

Path to service contract file.
  • Type: java.io.File
  • Required: No

contractURL:

URL of service contract from wiki.
  • Type: java.net.URL
  • Required: No

excludeClasses:

(no description)
  • Type: java.lang.String[]
  • Required: No

jsessionId:

JSESSIONID from a current session
  • Type: java.lang.String
  • Required: No

messageTransformFile:

Path to custom xslt.
  • Type: java.io.File
  • Required: No

namespace:

(no description)
  • Type: java.lang.String
  • Required: No

outputDirectory:

Path to output directory.
  • Type: java.io.File
  • Required: No

packageName:

(no description)
  • Type: java.lang.String
  • Required: No

serviceName:

(no description)
  • Type: java.lang.String
  • Required: No

transformFile:

Path to custom xslt.
  • Type: java.io.File
  • Required: No