public class TicketServiceSoapBindingStub extends org.apache.axis.client.Stub implements TicketServicePort_PortType
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description | 
|---|
TicketServiceSoapBindingStub()  | 
TicketServiceSoapBindingStub(javax.xml.rpc.Service service)  | 
TicketServiceSoapBindingStub(URL endpointURL,
                            javax.xml.rpc.Service service)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
articleCreate(ArticleCore article,
             Credentials request_header)  | 
Article[] | 
articleGetAllByTicketID(int ticketID,
                       Credentials request_header)  | 
Article[] | 
articleGetAllByTicketNumber(long ticketNumber,
                           Credentials request_header)  | 
Article | 
articleGetByID(int articleID,
              Credentials request_header)  | 
protected org.apache.axis.client.Call | 
createCall()  | 
TicketWithArticles | 
getById(long ticketNumber,
       Credentials request_header)  | 
TicketWithArticles | 
getByNumber(long ticketNumber,
           Credentials request_header)  | 
TicketIDAndNumber | 
ticketCreate(TicketCore ticket,
            Credentials request_header)  | 
Ticket | 
ticketGetByID(int ticketID,
             Credentials request_header)  | 
Ticket | 
ticketGetByNumber(long ticketNumber,
                 Credentials request_header)  | 
void | 
ticketStateUpdate(TicketStateUpdate ticketStateUpdate,
                 Credentials request_header)  | 
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsernamepublic TicketServiceSoapBindingStub()
                             throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic TicketServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic TicketServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
                                          throws RemoteException
RemoteExceptionpublic Ticket ticketGetByID(int ticketID, Credentials request_header) throws RemoteException
ticketGetByID in interface TicketServicePort_PortTypeRemoteExceptionpublic Ticket ticketGetByNumber(long ticketNumber, Credentials request_header) throws RemoteException
ticketGetByNumber in interface TicketServicePort_PortTypeRemoteExceptionpublic TicketWithArticles getById(long ticketNumber, Credentials request_header) throws RemoteException
getById in interface TicketServicePort_PortTypeRemoteExceptionpublic TicketWithArticles getByNumber(long ticketNumber, Credentials request_header) throws RemoteException
getByNumber in interface TicketServicePort_PortTypeRemoteExceptionpublic TicketIDAndNumber ticketCreate(TicketCore ticket, Credentials request_header) throws RemoteException
ticketCreate in interface TicketServicePort_PortTypeRemoteExceptionpublic void ticketStateUpdate(TicketStateUpdate ticketStateUpdate, Credentials request_header) throws RemoteException
ticketStateUpdate in interface TicketServicePort_PortTypeRemoteExceptionpublic int articleCreate(ArticleCore article, Credentials request_header) throws RemoteException
articleCreate in interface TicketServicePort_PortTypeRemoteExceptionpublic Article articleGetByID(int articleID, Credentials request_header) throws RemoteException
articleGetByID in interface TicketServicePort_PortTypeRemoteExceptionpublic Article[] articleGetAllByTicketID(int ticketID, Credentials request_header) throws RemoteException
articleGetAllByTicketID in interface TicketServicePort_PortTypeRemoteExceptionpublic Article[] articleGetAllByTicketNumber(long ticketNumber, Credentials request_header) throws RemoteException
articleGetAllByTicketNumber in interface TicketServicePort_PortTypeRemoteExceptionCopyright © 2020. All rights reserved.