public class TicketServiceSoapBindingStub extends org.apache.axis.client.Stub implements TicketServicePort_PortType
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service
ENDPOINT_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, setUsername
public TicketServiceSoapBindingStub() throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public TicketServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public TicketServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
protected org.apache.axis.client.Call createCall() throws RemoteException
RemoteException
public Ticket ticketGetByID(int ticketID, Credentials request_header) throws RemoteException
ticketGetByID
in interface TicketServicePort_PortType
RemoteException
public Ticket ticketGetByNumber(long ticketNumber, Credentials request_header) throws RemoteException
ticketGetByNumber
in interface TicketServicePort_PortType
RemoteException
public TicketWithArticles getById(long ticketNumber, Credentials request_header) throws RemoteException
getById
in interface TicketServicePort_PortType
RemoteException
public TicketWithArticles getByNumber(long ticketNumber, Credentials request_header) throws RemoteException
getByNumber
in interface TicketServicePort_PortType
RemoteException
public TicketIDAndNumber ticketCreate(TicketCore ticket, Credentials request_header) throws RemoteException
ticketCreate
in interface TicketServicePort_PortType
RemoteException
public void ticketStateUpdate(TicketStateUpdate ticketStateUpdate, Credentials request_header) throws RemoteException
ticketStateUpdate
in interface TicketServicePort_PortType
RemoteException
public int articleCreate(ArticleCore article, Credentials request_header) throws RemoteException
articleCreate
in interface TicketServicePort_PortType
RemoteException
public Article articleGetByID(int articleID, Credentials request_header) throws RemoteException
articleGetByID
in interface TicketServicePort_PortType
RemoteException
public Article[] articleGetAllByTicketID(int ticketID, Credentials request_header) throws RemoteException
articleGetAllByTicketID
in interface TicketServicePort_PortType
RemoteException
public Article[] articleGetAllByTicketNumber(long ticketNumber, Credentials request_header) throws RemoteException
articleGetAllByTicketNumber
in interface TicketServicePort_PortType
RemoteException
Copyright © 2021. All rights reserved.