org.enhydra.shark.asap
Interface SharkWebService

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

public interface SharkWebService
extends javax.xml.rpc.Service


Method Summary
 FactoryPortType getasapFactoryBinding()
           
 FactoryPortType getasapFactoryBinding(java.net.URL portAddress)
           
 java.lang.String getasapFactoryBindingAddress()
           
 InstancePortType getasapInstanceBinding()
           
 InstancePortType getasapInstanceBinding(java.net.URL portAddress)
           
 java.lang.String getasapInstanceBindingAddress()
           
 ObserverPortType getasapObserverBinding()
           
 ObserverPortType getasapObserverBinding(java.net.URL portAddress)
           
 java.lang.String getasapObserverBindingAddress()
           
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getPort, getPort, getPorts, getServiceName, getTypeMappingRegistry, getWSDLDocumentLocation
 

Method Detail

getasapInstanceBindingAddress

public java.lang.String getasapInstanceBindingAddress()

getasapInstanceBinding

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

getasapInstanceBinding

public InstancePortType getasapInstanceBinding(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

getasapFactoryBindingAddress

public java.lang.String getasapFactoryBindingAddress()

getasapFactoryBinding

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

getasapFactoryBinding

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