Class AttachmentService


  • @WebServiceClient(name="AttachmentService",
                      wsdlLocation="file:/home/cdeneux/workspace/petals-trunk-2023/components-sls/components/petals-bc-soap/petals-bc-soap/target/checkout/src/test/resources/wsdl/attachmentService.wsdl",
                      targetNamespace="http://petals.ow2.org/bc/soap/attachments")
    public class AttachmentService
    extends javax.xml.ws.Service
    This class was generated by Apache CXF 3.4.2 2023-04-11T14:21:06.875+02:00 Generated source version: 3.4.2
    • Field Detail

      • WSDL_LOCATION

        public static final URL WSDL_LOCATION
      • SERVICE

        public static final QName SERVICE
      • Attachment

        public static final QName Attachment
    • Constructor Detail

      • AttachmentService

        public AttachmentService​(URL wsdlLocation)
      • AttachmentService

        public AttachmentService​(URL wsdlLocation,
                                 QName serviceName)
      • AttachmentService

        public AttachmentService()
      • AttachmentService

        public AttachmentService​(javax.xml.ws.WebServiceFeature... features)
      • AttachmentService

        public AttachmentService​(URL wsdlLocation,
                                 javax.xml.ws.WebServiceFeature... features)
      • AttachmentService

        public AttachmentService​(URL wsdlLocation,
                                 QName serviceName,
                                 javax.xml.ws.WebServiceFeature... features)
    • Method Detail

      • getAttachment

        @WebEndpoint(name="Attachment")
        public Attachment getAttachment()
        Returns:
        returns Attachment
      • getAttachment

        @WebEndpoint(name="Attachment")
        public Attachment getAttachment​(javax.xml.ws.WebServiceFeature... features)
        Parameters:
        features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.
        Returns:
        returns Attachment