org.kuali.kfs.module.external.kc.service
Class KfsService

java.lang.Object
  extended by javax.xml.ws.Service
      extended by org.kuali.kfs.module.external.kc.service.KfsService
Direct Known Subclasses:
AwardAccountSoapService, CfdaNumberSoapService, InstitutionalBudgetCategorySoapService, InstitutionalUnitSoapService

public abstract class KfsService
extends Service


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.xml.ws.Service
Service.Mode
 
Field Summary
protected static org.apache.log4j.Logger LOG
           
 
Constructor Summary
protected KfsService(URL wsdlDocumentLocation, QName serviceName)
           
 
Method Summary
static String getWebServiceServerName()
           
abstract  URL getWsdl()
           
protected static URL getWsdl(QName qname)
           
 
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

LOG

protected static final org.apache.log4j.Logger LOG
Constructor Detail

KfsService

protected KfsService(URL wsdlDocumentLocation,
                     QName serviceName)
Method Detail

getWebServiceServerName

public static String getWebServiceServerName()

getWsdl

protected static URL getWsdl(QName qname)
                      throws MalformedURLException
Throws:
MalformedURLException

getWsdl

public abstract URL getWsdl()
                     throws MalformedURLException
Throws:
MalformedURLException


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