| Package | Description | 
|---|---|
| javax.xml.rpc | This package contains the core Jakarta XML RPC for the client
programming model. | 
| javax.xml.rpc.server | This package defines APIs for the servlet based Jakarta XML RPC endpoint model. | 
| Modifier and Type | Method and Description | 
|---|---|
| Call | Service. createCall()Creates a  Callobject not associated with 
  specific operation or target service endpoint. | 
| Call | Service. createCall(QName portName)Creates a  Callinstance. | 
| Call | Service. createCall(QName portName,
          QName operationName)Creates a  Callinstance. | 
| Call | Service. createCall(QName portName,
          String operationName)Creates a  Callinstance. | 
| abstract Service | ServiceFactory. createService(QName serviceName)Create a  Serviceinstance. | 
| abstract Service | ServiceFactory. createService(URL wsdlDocumentLocation,
             QName serviceName)Create a  Serviceinstance. | 
| Call[] | Service. getCalls(QName portName)Gets an array of preconfigured  Callobjects for 
  invoking operations on the specified port. | 
| Remote | Service. getPort(Class serviceEndpointInterface)The getPort method returns either an instance of a generated 
  stub implementation class or a dynamic proxy. | 
| Remote | Service. getPort(QName portName,
       Class serviceEndpointInterface)The getPort method returns either an instance of a generated 
  stub implementation class or a dynamic proxy. | 
| Iterator | Service. getPorts()Returns an  Iteratorfor the list ofQNames of service endpoints grouped by this
  service | 
| abstract Service | ServiceFactory. loadService(Class serviceInterface)Create an instance of the generated service implementation class
 for a given service interface, if available. | 
| abstract Service | ServiceFactory. loadService(URL wsdlDocumentLocation,
           Class serviceInterface,
           Properties properties)Create an instance of the generated service implementation class
  for a given service interface, if available. | 
| abstract Service | ServiceFactory. loadService(URL wsdlDocumentLocation,
           QName serviceName,
           Properties properties)Create an instance of the generated service implementation
  class for a given service, if available. | 
| static ServiceFactory | ServiceFactory. newInstance()Gets an instance of the  ServiceFactory | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ServiceLifecycle. init(Object context)Used for initialization of a service endpoint. | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.