org.kuali.kfs.module.external.kc.webService
Class AwardAccountSoapService
java.lang.Object
javax.xml.ws.Service
org.kuali.kfs.module.external.kc.service.KfsService
org.kuali.kfs.module.external.kc.webService.AwardAccountSoapService
@WebServiceClient(name="awardAccountSoapService",
wsdlLocation="http://test.kc.kuali.org/kc-trunk/remoting/awardAccountSoapService?wsdl",
targetNamespace="KC")
public class AwardAccountSoapService
- extends KfsService
Fields inherited from class org.kuali.kfs.module.external.kc.service.KfsService |
LOG |
Methods inherited from class javax.xml.ws.Service |
addPort, create, create, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, getExecutor, getHandlerResolver, getPort, getPort, getPort, getPort, getPort, getPorts, getServiceName, getWSDLDocumentLocation, setExecutor, setHandlerResolver |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
awardAccountServicePort
public static final QName awardAccountServicePort
AwardAccountSoapService
public AwardAccountSoapService()
throws MalformedURLException
- Throws:
MalformedURLException
getAwardAccountServicePort
@WebEndpoint(name="awardAccountServicePort")
public AwardAccountService getAwardAccountServicePort()
- Returns:
- returns AwardAccountService
getAwardAccountServicePort
@WebEndpoint(name="awardAccountServicePort")
public AwardAccountService getAwardAccountServicePort(WebServiceFeature... features)
- Parameters:
features
- A list of WebServiceFeature
to configure on the proxy. Supported features not in the features
parameter will have their default values.
- Returns:
- returns AwardAccountService
getWsdl
public URL getWsdl()
throws MalformedURLException
- Specified by:
getWsdl
in class KfsService
- Throws:
MalformedURLException
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.