Interface Service

  • All Superinterfaces:
    ModelObject
    All Known Implementing Classes:
    Service

    public interface Service
    extends ModelObject
    This class is implemented by com.sun.xml.rpc.processor.model.Service
    • Method Detail

      • getName

        QName getName()
      • getPortsList

        List getPortsList()
      • getJavaIntf

        JavaInterface getJavaIntf()
        TODO: better way to derive the generated service * implementation class PE uses service.getJavaInterface() + _Impl Should we provide a method for it?