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 javax.xml.ws.Service
This class was generated by Apache CXF 3.4.5 2022-01-11T18:35:21.026Z Generated source version: 3.4.5
-
-
Field Summary
Fields Modifier and Type Field Description static javax.xml.namespace.QName
SERVICE
static javax.xml.namespace.QName
SHSIMPINCSOAP11Port
static javax.xml.namespace.QName
SHSIMPINCSOAP12Port
static java.net.URL
WSDL_LOCATION
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SHSIMPINCPortType
getSHSIMPINCSOAP11Port()
SHSIMPINCPortType
getSHSIMPINCSOAP11Port(javax.xml.ws.WebServiceFeature... features)
SHSIMPINCPortType
getSHSIMPINCSOAP12Port()
SHSIMPINCPortType
getSHSIMPINCSOAP12Port(javax.xml.ws.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
-
-
-
-
Field Detail
-
WSDL_LOCATION
public static final java.net.URL WSDL_LOCATION
-
SERVICE
public static final javax.xml.namespace.QName SERVICE
-
SHSIMPINCSOAP11Port
public static final javax.xml.namespace.QName SHSIMPINCSOAP11Port
-
SHSIMPINCSOAP12Port
public static final javax.xml.namespace.QName SHSIMPINCSOAP12Port
-
-
Method Detail
-
getSHSIMPINCSOAP11Port
@WebEndpoint(name="SHSIMPINCSOAP11Port") public SHSIMPINCPortType getSHSIMPINCSOAP11Port()
- Returns:
- returns SHSIMPINCPortType
-
getSHSIMPINCSOAP11Port
@WebEndpoint(name="SHSIMPINCSOAP11Port") public SHSIMPINCPortType getSHSIMPINCSOAP11Port(javax.xml.ws.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(javax.xml.ws.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
-
-