Class TicketServiceLocator
- java.lang.Object
-
- org.apache.axis.client.Service
-
- org.opennms.integration.otrs.ticketservice.TicketServiceLocator
-
- All Implemented Interfaces:
java.io.Serializable
,javax.naming.Referenceable
,javax.xml.rpc.Service
,TicketService
public class TicketServiceLocator extends org.apache.axis.client.Service implements TicketService
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TicketServiceLocator()
TicketServiceLocator(java.lang.String wsdlLoc, javax.xml.namespace.QName sName)
TicketServiceLocator(org.apache.axis.EngineConfiguration config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.rmi.Remote
getPort(java.lang.Class serviceEndpointInterface)
For the given interface, get the stub implementation.java.rmi.Remote
getPort(javax.xml.namespace.QName portName, java.lang.Class serviceEndpointInterface)
For the given interface, get the stub implementation.java.util.Iterator
getPorts()
javax.xml.namespace.QName
getServiceName()
TicketServicePort_PortType
getTicketServicePort()
TicketServicePort_PortType
getTicketServicePort(java.net.URL portAddress)
java.lang.String
getTicketServicePortAddress()
java.lang.String
getTicketServicePortWSDDServiceName()
void
setEndpointAddress(java.lang.String portName, java.lang.String address)
Set the endpoint address for the specified port name.void
setEndpointAddress(javax.xml.namespace.QName portName, java.lang.String address)
Set the endpoint address for the specified port name.void
setTicketServicePortEndpointAddress(java.lang.String address)
void
setTicketServicePortWSDDServiceName(java.lang.String name)
-
Methods inherited from class org.apache.axis.client.Service
createCall, createCall, createCall, createCall, getAxisClient, getCacheWSDL, getCall, getCalls, getEngine, getEngineConfiguration, getHandlerRegistry, getMaintainSession, getPort, getReference, getTypeMappingRegistry, getWSDLDocumentLocation, getWSDLParser, getWSDLService, setCacheWSDL, setEngine, setEngineConfiguration, setMaintainSession, setTypeMappingRegistry, setTypeMappingVersion
-
-
-
-
Constructor Detail
-
TicketServiceLocator
public TicketServiceLocator()
-
TicketServiceLocator
public TicketServiceLocator(org.apache.axis.EngineConfiguration config)
-
TicketServiceLocator
public TicketServiceLocator(java.lang.String wsdlLoc, javax.xml.namespace.QName sName) throws javax.xml.rpc.ServiceException
- Throws:
javax.xml.rpc.ServiceException
-
-
Method Detail
-
getTicketServicePortAddress
public java.lang.String getTicketServicePortAddress()
- Specified by:
getTicketServicePortAddress
in interfaceTicketService
-
getTicketServicePortWSDDServiceName
public java.lang.String getTicketServicePortWSDDServiceName()
-
setTicketServicePortWSDDServiceName
public void setTicketServicePortWSDDServiceName(java.lang.String name)
-
getTicketServicePort
public TicketServicePort_PortType getTicketServicePort() throws javax.xml.rpc.ServiceException
- Specified by:
getTicketServicePort
in interfaceTicketService
- Throws:
javax.xml.rpc.ServiceException
-
getTicketServicePort
public TicketServicePort_PortType getTicketServicePort(java.net.URL portAddress) throws javax.xml.rpc.ServiceException
- Specified by:
getTicketServicePort
in interfaceTicketService
- Throws:
javax.xml.rpc.ServiceException
-
setTicketServicePortEndpointAddress
public void setTicketServicePortEndpointAddress(java.lang.String address)
-
getPort
public java.rmi.Remote getPort(java.lang.Class serviceEndpointInterface) throws javax.xml.rpc.ServiceException
For the given interface, get the stub implementation. If this service has no port for the given interface, then ServiceException is thrown.- Specified by:
getPort
in interfacejavax.xml.rpc.Service
- Overrides:
getPort
in classorg.apache.axis.client.Service
- Throws:
javax.xml.rpc.ServiceException
-
getPort
public java.rmi.Remote getPort(javax.xml.namespace.QName portName, java.lang.Class serviceEndpointInterface) throws javax.xml.rpc.ServiceException
For the given interface, get the stub implementation. If this service has no port for the given interface, then ServiceException is thrown.- Specified by:
getPort
in interfacejavax.xml.rpc.Service
- Overrides:
getPort
in classorg.apache.axis.client.Service
- Throws:
javax.xml.rpc.ServiceException
-
getServiceName
public javax.xml.namespace.QName getServiceName()
- Specified by:
getServiceName
in interfacejavax.xml.rpc.Service
- Overrides:
getServiceName
in classorg.apache.axis.client.Service
-
getPorts
public java.util.Iterator getPorts()
- Specified by:
getPorts
in interfacejavax.xml.rpc.Service
- Overrides:
getPorts
in classorg.apache.axis.client.Service
-
setEndpointAddress
public void setEndpointAddress(java.lang.String portName, java.lang.String address) throws javax.xml.rpc.ServiceException
Set the endpoint address for the specified port name.- Throws:
javax.xml.rpc.ServiceException
-
setEndpointAddress
public void setEndpointAddress(javax.xml.namespace.QName portName, java.lang.String address) throws javax.xml.rpc.ServiceException
Set the endpoint address for the specified port name.- Throws:
javax.xml.rpc.ServiceException
-
-