Frames | No Frames |
Classes implementing javax.xml.rpc.Service | |
class | Axis' JAXRPC Dynamic Invoation Interface implementation of the Service
interface. |
Fields of type javax.xml.rpc.Service | |
Service |
Methods with return type javax.xml.rpc.Service | |
Service | Provide access to the service object. |
Service | Create a Service instance. |
Service | Create a Service instance. |
Service | ServiceFactory.loadService(Class serviceInterface) Create an instance of the generated service implementation class
for a given service interface, if available. |
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. |
Service | Create an instance of the generated service implementation class
for a given service, if available. |
Methods with return type javax.xml.rpc.Service | |
Service | Create a Service instance. |
Service | Create a Service instance. |
Service | ServiceFactory.loadService(java.lang.Class class1) |
Service | ServiceFactory.loadService(java.net.URL url, java.lang.Class class1, java.util.Properties properties) |
Service |