Package com.ibm.maximo.wsdl.shsimpinc
Class SHSIMPINC
- java.lang.Object
-
- javax.xml.ws.Service
-
- com.ibm.maximo.wsdl.shsimpinc.SHSIMPINC
-
@WebServiceClient(name="SHSIMPINC", wsdlLocation="classpath:/SHSIMPINC.wsdl", targetNamespace="http://www.ibm.com/maximo/wsdl/SHSIMPINC") public class SHSIMPINC extends Service
This class was generated by Apache CXF 3.5.1 2022-07-13T14:27:10.475Z Generated source version: 3.5.1
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class javax.xml.ws.Service
Service.Mode
-
-
Field Summary
Fields Modifier and Type Field Description static QName
SERVICE
static QName
SHSIMPINCSOAP11Port
static QName
SHSIMPINCSOAP12Port
static URL
WSDL_LOCATION
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SHSIMPINCPortType
getSHSIMPINCSOAP11Port()
SHSIMPINCPortType
getSHSIMPINCSOAP11Port(WebServiceFeature... features)
SHSIMPINCPortType
getSHSIMPINCSOAP12Port()
SHSIMPINCPortType
getSHSIMPINCSOAP12Port(WebServiceFeature... features)
-
Methods inherited from class javax.xml.ws.Service
addPort, create, create, create, create, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, getExecutor, getHandlerResolver, getPort, getPort, getPort, getPort, getPort, getPorts, getServiceName, getWSDLDocumentLocation, setExecutor, setHandlerResolver
-
-
-
-
Method Detail
-
getSHSIMPINCSOAP11Port
@WebEndpoint(name="SHSIMPINCSOAP11Port") public SHSIMPINCPortType getSHSIMPINCSOAP11Port()
- Returns:
- returns SHSIMPINCPortType
-
getSHSIMPINCSOAP11Port
@WebEndpoint(name="SHSIMPINCSOAP11Port") public SHSIMPINCPortType getSHSIMPINCSOAP11Port(WebServiceFeature... features)
- Parameters:
features
- A list ofWebServiceFeature
to configure on the proxy. Supported features not in thefeatures
parameter will have their default values.- Returns:
- returns SHSIMPINCPortType
-
getSHSIMPINCSOAP12Port
@WebEndpoint(name="SHSIMPINCSOAP12Port") public SHSIMPINCPortType getSHSIMPINCSOAP12Port()
- Returns:
- returns SHSIMPINCPortType
-
getSHSIMPINCSOAP12Port
@WebEndpoint(name="SHSIMPINCSOAP12Port") public SHSIMPINCPortType getSHSIMPINCSOAP12Port(WebServiceFeature... features)
- Parameters:
features
- A list ofWebServiceFeature
to configure on the proxy. Supported features not in thefeatures
parameter will have their default values.- Returns:
- returns SHSIMPINCPortType
-
-