Class AttachmentService
- java.lang.Object
-
- javax.xml.ws.Service
-
- org.ow2.petals.bc.soap.attachments.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.ServiceThis class was generated by Apache CXF 3.4.2 2023-04-11T14:21:06.875+02:00 Generated source version: 3.4.2
-
-
Field Summary
Fields Modifier and Type Field Description static QNameAttachmentstatic QNameSERVICEstatic URLWSDL_LOCATION
-
Constructor Summary
Constructors Constructor Description AttachmentService()AttachmentService(URL wsdlLocation)AttachmentService(URL wsdlLocation, QName serviceName)AttachmentService(URL wsdlLocation, QName serviceName, javax.xml.ws.WebServiceFeature... features)AttachmentService(URL wsdlLocation, javax.xml.ws.WebServiceFeature... features)AttachmentService(javax.xml.ws.WebServiceFeature... features)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachmentgetAttachment()AttachmentgetAttachment(javax.xml.ws.WebServiceFeature... features)-
Methods inherited from class javax.xml.ws.Service
addPort, create, create, create, create, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, getExecutor, getHandlerResolver, getPort, getPort, getPort, getPort, getPort, getPorts, getServiceName, getWSDLDocumentLocation, setExecutor, setHandlerResolver
-
-
-
-
Constructor Detail
-
AttachmentService
public AttachmentService(URL wsdlLocation)
-
AttachmentService
public AttachmentService()
-
AttachmentService
public AttachmentService(javax.xml.ws.WebServiceFeature... features)
-
AttachmentService
public AttachmentService(URL wsdlLocation, 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 ofWebServiceFeatureto configure on the proxy. Supported features not in thefeaturesparameter will have their default values.- Returns:
- returns Attachment
-
-