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

public java.lang.String getwfxmlFactoryBindingAddress()

getwfxmlFactoryBinding

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

getwfxmlFactoryBinding

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

getwfxmlActivityBindingAddress

public java.lang.String getwfxmlActivityBindingAddress()

getwfxmlActivityBinding

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

getwfxmlActivityBinding

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

getasapObserverBindingAddress

public java.lang.String getasapObserverBindingAddress()

getasapObserverBinding

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

getasapObserverBinding

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

getwfxmlRegistryBindingAddress

public java.lang.String getwfxmlRegistryBindingAddress()

getwfxmlRegistryBinding

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

getwfxmlRegistryBinding

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

getwfxmlInstanceBindingAddress

public java.lang.String getwfxmlInstanceBindingAddress()

getwfxmlInstanceBinding

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

getwfxmlInstanceBinding

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