Interface TicketService
-
- All Superinterfaces:
javax.xml.rpc.Service
- All Known Implementing Classes:
TicketServiceLocator
public interface TicketService extends javax.xml.rpc.Service
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TicketServicePort_PortType
getTicketServicePort()
TicketServicePort_PortType
getTicketServicePort(URL portAddress)
String
getTicketServicePortAddress()
-
-
-
Method Detail
-
getTicketServicePortAddress
String getTicketServicePortAddress()
-
getTicketServicePort
TicketServicePort_PortType getTicketServicePort() throws javax.xml.rpc.ServiceException
- Throws:
javax.xml.rpc.ServiceException
-
getTicketServicePort
TicketServicePort_PortType getTicketServicePort(URL portAddress) throws javax.xml.rpc.ServiceException
- Throws:
javax.xml.rpc.ServiceException
-
-