Class ConfiguredService

java.lang.Object
com.sun.xml.rpc.client.BasicService
com.sun.xml.rpc.client.dii.ConfiguredService
All Implemented Interfaces:
SerializerConstants, Referenceable, javax.xml.rpc.Service

public class ConfiguredService extends BasicService
Author:
JAX-RPC Development Team
  • Field Details

    • wsdlDocumentLocation

      protected URL wsdlDocumentLocation
    • configuration

      protected ServiceInfo configuration
    • dynamicProxyBuilder

      protected DynamicProxyBuilder dynamicProxyBuilder
  • Constructor Details

    • ConfiguredService

      public ConfiguredService(QName name, URL wsdlLocation)
    • ConfiguredService

      public ConfiguredService(QName name, URL wsdlLocation, SOAPVersion ver)
  • Method Details

    • getServiceException

      public javax.xml.rpc.ServiceException getServiceException()
    • createDynamicProxyBuilder

      protected DynamicProxyBuilder createDynamicProxyBuilder()
    • getWSDLDocumentLocation

      public URL getWSDLDocumentLocation()
      Specified by:
      getWSDLDocumentLocation in interface javax.xml.rpc.Service
      Overrides:
      getWSDLDocumentLocation in class BasicService
    • getCalls

      public javax.xml.rpc.Call[] getCalls(QName portName) throws javax.xml.rpc.ServiceException
      Specified by:
      getCalls in interface javax.xml.rpc.Service
      Overrides:
      getCalls in class BasicService
      Throws:
      javax.xml.rpc.ServiceException
    • createCall

      public javax.xml.rpc.Call createCall(QName portName, String operationName) throws javax.xml.rpc.ServiceException
      Specified by:
      createCall in interface javax.xml.rpc.Service
      Overrides:
      createCall in class BasicService
      Throws:
      javax.xml.rpc.ServiceException
    • createCall

      public javax.xml.rpc.Call createCall(QName portName, QName operationName) throws javax.xml.rpc.ServiceException
      Specified by:
      createCall in interface javax.xml.rpc.Service
      Overrides:
      createCall in class BasicService
      Throws:
      javax.xml.rpc.ServiceException
    • getPortInfo

      protected PortInfo getPortInfo(QName portName) throws javax.xml.rpc.ServiceException
      Throws:
      javax.xml.rpc.ServiceException
    • portNotFoundException

      protected ServiceExceptionImpl portNotFoundException(QName portName)
    • getPorts

      public Iterator getPorts()
      Specified by:
      getPorts in interface javax.xml.rpc.Service
      Overrides:
      getPorts in class BasicService
    • getPort

      public Remote getPort(Class portInterface) throws javax.xml.rpc.ServiceException
      Specified by:
      getPort in interface javax.xml.rpc.Service
      Overrides:
      getPort in class BasicService
      Throws:
      javax.xml.rpc.ServiceException
    • getPortNameForInterface

      protected QName getPortNameForInterface(Class portInterface)
    • getPort

      public Remote getPort(QName portName, Class portInterface) throws javax.xml.rpc.ServiceException
      Specified by:
      getPort in interface javax.xml.rpc.Service
      Overrides:
      getPort in class BasicService
      Throws:
      javax.xml.rpc.ServiceException