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

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.InstitutionalUnitSoapService

@WebServiceClient(name="institutionalUnitSoapService",
                  wsdlLocation="http://test.kc.kuali.org/kc-trunk/remoting/institutionalUnitSoapService?wsdl",
                  targetNamespace="KC")
public class InstitutionalUnitSoapService
extends KfsService

This class was generated by Apache CXF 2.2.10 Thu Sep 30 15:50:58 HST 2010 Generated source version: 2.2.10


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.xml.ws.Service
Service.Mode
 
Field Summary
static QName InstitutionalUnitServicePort
           
 
Fields inherited from class org.kuali.kfs.module.external.kc.service.KfsService
LOG
 
Constructor Summary
InstitutionalUnitSoapService()
           
 
Method Summary
 InstitutionalUnitService getInstitutionalUnitServicePort()
           
 InstitutionalUnitService getInstitutionalUnitServicePort(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

InstitutionalUnitServicePort

public static final QName InstitutionalUnitServicePort
Constructor Detail

InstitutionalUnitSoapService

public InstitutionalUnitSoapService()
                             throws MalformedURLException
Throws:
MalformedURLException
Method Detail

getInstitutionalUnitServicePort

@WebEndpoint(name="institutionalUnitServicePort")
public InstitutionalUnitService getInstitutionalUnitServicePort()
Returns:
returns InstitutionalUnitService

getInstitutionalUnitServicePort

@WebEndpoint(name="institutionalUnitServicePort")
public InstitutionalUnitService getInstitutionalUnitServicePort(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 InstitutionalUnitService

getWsdl

public URL getWsdl()
            throws MalformedURLException
Specified by:
getWsdl in class KfsService
Throws:
MalformedURLException


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.