org.enhydra.shark.wfxml
Interface SharkWebService

All Superinterfaces:
javax.xml.rpc.Service
All Known Implementing Classes:
SharkWebServiceLocator

public interface SharkWebService
extends javax.xml.rpc.Service


Method Summary
 ObserverPortType getasapObserverBinding()
           
 ObserverPortType getasapObserverBinding(java.net.URL portAddress)
           
 java.lang.String getasapObserverBindingAddress()
           
 ActivityPortType getwfxmlActivityBinding()
           
 ActivityPortType getwfxmlActivityBinding(java.net.URL portAddress)
           
 java.lang.String getwfxmlActivityBindingAddress()
           
 FactoryPortType getwfxmlFactoryBinding()
           
 FactoryPortType getwfxmlFactoryBinding(java.net.URL portAddress)
           
 java.lang.String getwfxmlFactoryBindingAddress()
           
 InstancePortType getwfxmlInstanceBinding()
           
 InstancePortType getwfxmlInstanceBinding(java.net.URL portAddress)
           
 java.lang.String getwfxmlInstanceBindingAddress()
           
 RegistryPortType getwfxmlRegistryBinding()
           
 RegistryPortType getwfxmlRegistryBinding(java.net.URL portAddress)
           
 java.lang.String getwfxmlRegistryBindingAddress()
           
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getPort, getPort, getPorts, getServiceName, getTypeMappingRegistry, getWSDLDocumentLocation
 

Method Detail

getwfxmlFactoryBindingAddress

java.lang.String getwfxmlFactoryBindingAddress()

getwfxmlFactoryBinding

FactoryPortType getwfxmlFactoryBinding()
                                       throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getwfxmlFactoryBinding

FactoryPortType getwfxmlFactoryBinding(java.net.URL portAddress)
                                       throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getwfxmlActivityBindingAddress

java.lang.String getwfxmlActivityBindingAddress()

getwfxmlActivityBinding

ActivityPortType getwfxmlActivityBinding()
                                         throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getwfxmlActivityBinding

ActivityPortType getwfxmlActivityBinding(java.net.URL portAddress)
                                         throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getasapObserverBindingAddress

java.lang.String getasapObserverBindingAddress()

getasapObserverBinding

ObserverPortType getasapObserverBinding()
                                        throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getasapObserverBinding

ObserverPortType getasapObserverBinding(java.net.URL portAddress)
                                        throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getwfxmlRegistryBindingAddress

java.lang.String getwfxmlRegistryBindingAddress()

getwfxmlRegistryBinding

RegistryPortType getwfxmlRegistryBinding()
                                         throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getwfxmlRegistryBinding

RegistryPortType getwfxmlRegistryBinding(java.net.URL portAddress)
                                         throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getwfxmlInstanceBindingAddress

java.lang.String getwfxmlInstanceBindingAddress()

getwfxmlInstanceBinding

InstancePortType getwfxmlInstanceBinding()
                                         throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getwfxmlInstanceBinding

InstancePortType getwfxmlInstanceBinding(java.net.URL portAddress)
                                         throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException