Class ManageBusinessIdentifierService
- java.lang.Object
-
- javax.xml.ws.Service
-
- network.oxalis.peppol.busdox.ws.identifier.ManageBusinessIdentifierService
-
@WebServiceClient(name="ManageBusinessIdentifierService", targetNamespace="http://busdox.org/serviceMetadata/ManageBusinessIdentifierService/1.0/", wsdlLocation="META-INF/ManageBusinessIdentifierService-1.0.wsdl") public class ManageBusinessIdentifierService extends javax.xml.ws.ServiceThis class was generated by the JAX-WS RI. JAX-WS RI 2.3.5 Generated source version: 2.2
-
-
Constructor Summary
Constructors Constructor Description ManageBusinessIdentifierService()ManageBusinessIdentifierService(URL wsdlLocation)ManageBusinessIdentifierService(URL wsdlLocation, QName serviceName)ManageBusinessIdentifierService(URL wsdlLocation, QName serviceName, javax.xml.ws.WebServiceFeature... features)ManageBusinessIdentifierService(URL wsdlLocation, javax.xml.ws.WebServiceFeature... features)ManageBusinessIdentifierService(javax.xml.ws.WebServiceFeature... features)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManageBusinessIdentifierServiceSoapgetManageBusinessIdentifierServicePort()ManageBusinessIdentifierServiceSoapgetManageBusinessIdentifierServicePort(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
-
ManageBusinessIdentifierService
public ManageBusinessIdentifierService()
-
ManageBusinessIdentifierService
public ManageBusinessIdentifierService(javax.xml.ws.WebServiceFeature... features)
-
ManageBusinessIdentifierService
public ManageBusinessIdentifierService(URL wsdlLocation)
-
ManageBusinessIdentifierService
public ManageBusinessIdentifierService(URL wsdlLocation, javax.xml.ws.WebServiceFeature... features)
-
ManageBusinessIdentifierService
public ManageBusinessIdentifierService(URL wsdlLocation, QName serviceName)
-
-
Method Detail
-
getManageBusinessIdentifierServicePort
@WebEndpoint(name="ManageBusinessIdentifierServicePort") public ManageBusinessIdentifierServiceSoap getManageBusinessIdentifierServicePort()
- Returns:
- returns ManageBusinessIdentifierServiceSoap
-
getManageBusinessIdentifierServicePort
@WebEndpoint(name="ManageBusinessIdentifierServicePort") public ManageBusinessIdentifierServiceSoap getManageBusinessIdentifierServicePort(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 ManageBusinessIdentifierServiceSoap
-
-