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

java.lang.String getasapInstanceBindingAddress()

getasapInstanceBinding

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

getasapInstanceBinding

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

getasapFactoryBindingAddress

java.lang.String getasapFactoryBindingAddress()

getasapFactoryBinding

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

getasapFactoryBinding

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