org.kuali.kfs.module.external.kc.webService
Class AwardAccountSoapService

java.lang.Object
  extended by javax.xml.ws.Service
      extended by org.kuali.kfs.module.external.kc.service.KfsService
          extended by 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


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.xml.ws.Service
Service.Mode
 
Field Summary
static QName awardAccountServicePort
           
 
Fields inherited from class org.kuali.kfs.module.external.kc.service.KfsService
LOG
 
Constructor Summary
AwardAccountSoapService()
           
 
Method Summary
 AwardAccountService getAwardAccountServicePort()
           
 AwardAccountService getAwardAccountServicePort(WebServiceFeature... features)
           
 URL getWsdl()
           
 
Methods inherited from class org.kuali.kfs.module.external.kc.service.KfsService
getWebServiceServerName, getWsdl
 
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
 

Field Detail

awardAccountServicePort

public static final QName awardAccountServicePort
Constructor Detail

AwardAccountSoapService

public AwardAccountSoapService()
                        throws MalformedURLException
Throws:
MalformedURLException
Method Detail

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.