1 2 package org.kuali.ole.select.testing; 3 4 import javax.jws.WebMethod; 5 import javax.jws.WebParam; 6 import javax.jws.WebResult; 7 import javax.jws.WebService; 8 import javax.xml.bind.annotation.XmlSeeAlso; 9 import javax.xml.ws.RequestWrapper; 10 import javax.xml.ws.ResponseWrapper; 11 12 13 /** 14 * This class was generated by the JAX-WS RI. 15 * JAX-WS RI 2.1.6 in JDK 6 16 * Generated source version: 2.1 17 */ 18 @WebService(name = "preOrderService", targetNamespace = "http://service.select.ole.kuali.org/") 19 @XmlSeeAlso({ 20 ObjectFactory.class 21 }) 22 public interface PreOrderService { 23 24 25 /** 26 * @param title 27 * @param author 28 * @param edition 29 * @param series 30 * @param publisher 31 * @param placeOfPublication 32 * @param yearOfPublication 33 * @param standardNumber 34 * @param typeOfStandardNumber 35 * @param routeRequestorReceipt 36 * @param requestorsNote 37 * @param requestorsFirstName 38 * @param requestorsLastName 39 * @param requestorsAddress1 40 * @param requestorsAddress2 41 * @param requestorsCity 42 * @param requestorsState 43 * @param requestorsZipCode 44 * @param requestorsCountryCode 45 * @param requestorsPhone 46 * @param requestorsEmail 47 * @param requestorsSMS 48 * @param requestorType 49 * @return returns java.lang.String 50 * @throws WSException_Exception 51 */ 52 @WebMethod 53 @WebResult(targetNamespace = "http://service.select.ole.kuali.org/") 54 @RequestWrapper(localName = "createPreOrderForForm", targetNamespace = "http://service.select.ole.kuali.org/", className = "org.kuali.ole.select.testing.CreatePreOrderForForm") 55 @ResponseWrapper(localName = "createPreOrderForFormResponse", targetNamespace = "http://service.select.ole.kuali.org/", className = "org.kuali.ole.select.testing.CreatePreOrderForFormResponse") 56 57 58 public String createPreOrderForForm( 59 @WebParam(name = "title", targetNamespace = "http://service.select.ole.kuali.org/") 60 String title, 61 @WebParam(name = "author", targetNamespace = "http://service.select.ole.kuali.org/") 62 String author, 63 @WebParam(name = "edition", targetNamespace = "http://service.select.ole.kuali.org/") 64 String edition, 65 @WebParam(name = "series", targetNamespace = "http://service.select.ole.kuali.org/") 66 String series, 67 @WebParam(name = "publisher", targetNamespace = "http://service.select.ole.kuali.org/") 68 String publisher, 69 @WebParam(name = "placeOfPublication", targetNamespace = "http://service.select.ole.kuali.org/") 70 String placeOfPublication, 71 @WebParam(name = "yearOfPublication", targetNamespace = "http://service.select.ole.kuali.org/") 72 String yearOfPublication, 73 @WebParam(name = "standardNumber", targetNamespace = "http://service.select.ole.kuali.org/") 74 String standardNumber, 75 @WebParam(name = "typeOfStandardNumber", targetNamespace = "http://service.select.ole.kuali.org/") 76 String typeOfStandardNumber, 77 /* 78 * @WebParam(name = "routeRequestorReceipt", targetNamespace = "http://service.select.ole.kuali.org/") String 79 * routeRequestorReceipt, 80 */ 81 @WebParam(name = "requestorsNote", targetNamespace = "http://service.select.ole.kuali.org/") 82 String requestorsNote, 83 /* 84 * @WebParam(name = "requestorsFirstName", targetNamespace = "http://service.select.ole.kuali.org/") String 85 * requestorsFirstName, 86 * @WebParam(name = "requestorsLastName", targetNamespace = "http://service.select.ole.kuali.org/") String 87 * requestorsLastName, 88 * @WebParam(name = "requestorsAddress1", targetNamespace = "http://service.select.ole.kuali.org/") String 89 * requestorsAddress1, 90 * @WebParam(name = "requestorsAddress2", targetNamespace = "http://service.select.ole.kuali.org/") String 91 * requestorsAddress2, 92 * @WebParam(name = "requestorsCity", targetNamespace = "http://service.select.ole.kuali.org/") String requestorsCity, 93 * @WebParam(name = "requestorsState", targetNamespace = "http://service.select.ole.kuali.org/") String requestorsState, 94 * @WebParam(name = "requestorsZipCode", targetNamespace = "http://service.select.ole.kuali.org/") String 95 * requestorsZipCode, 96 * @WebParam(name = "requestorsCountryCode", targetNamespace = "http://service.select.ole.kuali.org/") String 97 * requestorsCountryCode, 98 * @WebParam(name = "requestorsPhone", targetNamespace = "http://service.select.ole.kuali.org/") String requestorsPhone, 99 * @WebParam(name = "requestorsEmail", targetNamespace = "http://service.select.ole.kuali.org/") String requestorsEmail, 100 * @WebParam(name = "requestorsSMS", targetNamespace = "http://service.select.ole.kuali.org/") String requestorsSMS, 101 */ 102 @WebParam(name = "requestorType", targetNamespace = "http://service.select.ole.kuali.org/") 103 String requestorType, 104 @WebParam(name = "requestorId", targetNamespace = "http://service.select.ole.kuali.org/") String requestorId) 105 throws WSException_Exception 106 ; 107 108 /** 109 * @param openUrlString 110 * @param routeRequestorReceipt 111 * @param requestorsNote 112 * @param requestorsFirstName 113 * @param requestorsLastName 114 * @param requestorsAddress1 115 * @param requestorsAddress2 116 * @param requestorsCity 117 * @param requestorsState 118 * @param requestorsZipCode 119 * @param requestorsCountryCode 120 * @param requestorsPhone 121 * @param requestorsEmail 122 * @param requestorsSMS 123 * @param requestorType 124 * @return returns java.lang.String 125 * @throws WSException_Exception 126 */ 127 128 129 @WebMethod 130 @WebResult(targetNamespace = "http://service.select.ole.kuali.org/") 131 @RequestWrapper(localName = "createPreOrderForOpenURL", targetNamespace = "http://service.select.ole.kuali.org/", className = "org.kuali.ole.select.testing.CreatePreOrderForOpenURL") 132 @ResponseWrapper(localName = "createPreOrderForOpenURLResponse", targetNamespace = "http://service.select.ole.kuali.org/", className = "org.kuali.ole.select.testing.CreatePreOrderForOpenURLResponse") 133 public String createPreOrderForOpenURL( 134 @WebParam(name = "openUrlString", targetNamespace = "http://service.select.ole.kuali.org/") 135 String arg0, 136 @WebParam(name = "routeRequestorReceipt", targetNamespace = "http://service.select.ole.kuali.org/") 137 String arg1, 138 @WebParam(name = "requestorsNote", targetNamespace = "http://service.select.ole.kuali.org/") 139 String arg2, 140 /* 141 * @WebParam(name = "requestorsFirstName", targetNamespace = "http://service.select.ole.kuali.org/") String arg3, 142 * @WebParam(name = "requestorsLastName", targetNamespace = "http://service.select.ole.kuali.org/") String arg4, 143 * @WebParam(name = "requestorsAddress1", targetNamespace = "http://service.select.ole.kuali.org/") String arg5, 144 * @WebParam(name = "requestorsAddress2", targetNamespace = "http://service.select.ole.kuali.org/") String arg6, 145 * @WebParam(name = "requestorsCity", targetNamespace = "http://service.select.ole.kuali.org/") String arg7, 146 * @WebParam(name = "requestorsState", targetNamespace = "http://service.select.ole.kuali.org/") String arg8, 147 * @WebParam(name = "requestorsZipCode", targetNamespace = "http://service.select.ole.kuali.org/") String arg9, 148 * @WebParam(name = "requestorsCountryCode", targetNamespace = "http://service.select.ole.kuali.org/") String arg10, 149 * @WebParam(name = "requestorsPhone", targetNamespace = "http://service.select.ole.kuali.org/") String arg11, 150 * @WebParam(name = "requestorsEmail", targetNamespace = "http://service.select.ole.kuali.org/") String arg12, 151 * @WebParam(name = "requestorsSMS", targetNamespace = "http://service.select.ole.kuali.org/") String arg13, 152 */ 153 @WebParam(name = "requestorType", targetNamespace = "http://service.select.ole.kuali.org/") 154 String arg3, 155 @WebParam(name = "requestorId", targetNamespace = "http://service.select.ole.kuali.org/") String arg4) 156 throws WSException_Exception 157 ; 158 159 /** 160 * @param citationString 161 * @param routeRequestorReceipt 162 * @param requestorsNote 163 * @param requestorsFirstName 164 * @param requestorsLastName 165 * @param requestorsAddress1 166 * @param requestorsAddress2 167 * @param requestorsCity 168 * @param requestorsState 169 * @param requestorsZipCode 170 * @param requestorsCountryCode 171 * @param requestorsPhone 172 * @param requestorsEmail 173 * @param requestorsSMS 174 * @param requestorType 175 * @return returns java.lang.String 176 * @throws WSException_Exception 177 */ 178 179 @WebMethod 180 @WebResult(targetNamespace = "http://service.select.ole.kuali.org/") 181 @RequestWrapper(localName = "createPreOrderForCitation", targetNamespace = "http://service.select.ole.kuali.org/", className = "org.kuali.ole.select.testing.CreatePreOrderForCitation") 182 @ResponseWrapper(localName = "createPreOrderForCitationResponse", targetNamespace = "http://service.select.ole.kuali.org/", className = "org.kuali.ole.select.testing.CreatePreOrderForCitationResponse") 183 public String createPreOrderForCitation( 184 @WebParam(name = "citationString", targetNamespace = "http://service.select.ole.kuali.org/") 185 String arg0, 186 @WebParam(name = "routeRequestorReceipt", targetNamespace = "http://service.select.ole.kuali.org/") 187 String arg1, 188 @WebParam(name = "requestorsNote", targetNamespace = "http://service.select.ole.kuali.org/") 189 String arg2, 190 /* 191 * @WebParam(name = "requestorsFirstName", targetNamespace = "http://service.select.ole.kuali.org/") String arg3, 192 * @WebParam(name = "requestorsLastName", targetNamespace = "http://service.select.ole.kuali.org/") String arg4, 193 * @WebParam(name = "requestorsAddress1", targetNamespace = "http://service.select.ole.kuali.org/") String arg5, 194 * @WebParam(name = "requestorsAddress2", targetNamespace = "http://service.select.ole.kuali.org/") String arg6, 195 * @WebParam(name = "requestorsCity", targetNamespace = "http://service.select.ole.kuali.org/") String arg7, 196 * @WebParam(name = "requestorsState", targetNamespace = "http://service.select.ole.kuali.org/") String arg8, 197 * @WebParam(name = "requestorsZipCode", targetNamespace = "http://service.select.ole.kuali.org/") String arg9, 198 * @WebParam(name = "requestorsCountryCode", targetNamespace = "http://service.select.ole.kuali.org/") String arg10, 199 * @WebParam(name = "requestorsPhone", targetNamespace = "http://service.select.ole.kuali.org/") String arg11, 200 * @WebParam(name = "requestorsEmail", targetNamespace = "http://service.select.ole.kuali.org/") String arg12, 201 * @WebParam(name = "requestorsSMS", targetNamespace = "http://service.select.ole.kuali.org/") String arg13, 202 */ 203 @WebParam(name = "requestorType", targetNamespace = "http://service.select.ole.kuali.org/") 204 String arg3, 205 @WebParam(name = "requestorId", targetNamespace = "http://service.select.ole.kuali.org/") String arg4) 206 throws WSException_Exception 207 ; 208 209 }