Class TicketServiceSoapBindingStub
- java.lang.Object
-
- org.apache.axis.client.Stub
-
- org.opennms.integration.otrs.ticketservice.TicketServiceSoapBindingStub
-
- All Implemented Interfaces:
java.rmi.Remote
,javax.xml.rpc.Stub
,TicketServicePort_PortType
public class TicketServiceSoapBindingStub extends org.apache.axis.client.Stub implements TicketServicePort_PortType
-
-
Constructor Summary
Constructors Constructor Description TicketServiceSoapBindingStub()
TicketServiceSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
TicketServiceSoapBindingStub(javax.xml.rpc.Service service)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class org.apache.axis.client.Stub
_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
-
-
-
-
Constructor Detail
-
TicketServiceSoapBindingStub
public TicketServiceSoapBindingStub() throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
-
TicketServiceSoapBindingStub
public TicketServiceSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
-
TicketServiceSoapBindingStub
public TicketServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
-
-
Method Detail
-
createCall
protected org.apache.axis.client.Call createCall() throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
-
ticketGetByID
public Ticket ticketGetByID(int ticketID, Credentials request_header) throws java.rmi.RemoteException
- Specified by:
ticketGetByID
in interfaceTicketServicePort_PortType
- Throws:
java.rmi.RemoteException
-
ticketGetByNumber
public Ticket ticketGetByNumber(long ticketNumber, Credentials request_header) throws java.rmi.RemoteException
- Specified by:
ticketGetByNumber
in interfaceTicketServicePort_PortType
- Throws:
java.rmi.RemoteException
-
getById
public TicketWithArticles getById(long ticketNumber, Credentials request_header) throws java.rmi.RemoteException
- Specified by:
getById
in interfaceTicketServicePort_PortType
- Throws:
java.rmi.RemoteException
-
getByNumber
public TicketWithArticles getByNumber(long ticketNumber, Credentials request_header) throws java.rmi.RemoteException
- Specified by:
getByNumber
in interfaceTicketServicePort_PortType
- Throws:
java.rmi.RemoteException
-
ticketCreate
public TicketIDAndNumber ticketCreate(TicketCore ticket, Credentials request_header) throws java.rmi.RemoteException
- Specified by:
ticketCreate
in interfaceTicketServicePort_PortType
- Throws:
java.rmi.RemoteException
-
ticketStateUpdate
public void ticketStateUpdate(TicketStateUpdate ticketStateUpdate, Credentials request_header) throws java.rmi.RemoteException
- Specified by:
ticketStateUpdate
in interfaceTicketServicePort_PortType
- Throws:
java.rmi.RemoteException
-
articleCreate
public int articleCreate(ArticleCore article, Credentials request_header) throws java.rmi.RemoteException
- Specified by:
articleCreate
in interfaceTicketServicePort_PortType
- Throws:
java.rmi.RemoteException
-
articleGetByID
public Article articleGetByID(int articleID, Credentials request_header) throws java.rmi.RemoteException
- Specified by:
articleGetByID
in interfaceTicketServicePort_PortType
- Throws:
java.rmi.RemoteException
-
articleGetAllByTicketID
public Article[] articleGetAllByTicketID(int ticketID, Credentials request_header) throws java.rmi.RemoteException
- Specified by:
articleGetAllByTicketID
in interfaceTicketServicePort_PortType
- Throws:
java.rmi.RemoteException
-
articleGetAllByTicketNumber
public Article[] articleGetAllByTicketNumber(long ticketNumber, Credentials request_header) throws java.rmi.RemoteException
- Specified by:
articleGetAllByTicketNumber
in interfaceTicketServicePort_PortType
- Throws:
java.rmi.RemoteException
-
-