@WebServiceClient(name="UDDI_Service", targetNamespace="urn:uddi-org:v3_service", wsdlLocation="classpath:/uddi_v3_service.wsdl") public class UDDIService extends Service
Service.Mode
Constructor and Description |
---|
UDDIService() |
UDDIService(URL wsdlLocation) |
UDDIService(URL wsdlLocation,
QName serviceName) |
Modifier and Type | Method and Description |
---|---|
org.uddi.v3_service.UDDICustodyTransferPortType |
getUDDICustodyPort() |
org.uddi.v3_service.UDDICustodyTransferPortType |
getUDDICustodyPort(WebServiceFeature... features) |
org.uddi.v3_service.UDDIInquiryPortType |
getUDDIInquiryPort() |
org.uddi.v3_service.UDDIInquiryPortType |
getUDDIInquiryPort(WebServiceFeature... features) |
org.uddi.v3_service.UDDIPublicationPortType |
getUDDIPublicationPort() |
org.uddi.v3_service.UDDIPublicationPortType |
getUDDIPublicationPort(WebServiceFeature... features) |
org.uddi.v3_service.UDDIReplicationPortType |
getUDDIReplicationPort() |
org.uddi.v3_service.UDDIReplicationPortType |
getUDDIReplicationPort(WebServiceFeature... features) |
org.uddi.v3_service.UDDISecurityPortType |
getUDDISecurityPort() |
org.uddi.v3_service.UDDISecurityPortType |
getUDDISecurityPort(WebServiceFeature... features) |
org.uddi.v3_service.UDDISubscriptionListenerPortType |
getUDDISubscriptionListenerPort() |
org.uddi.v3_service.UDDISubscriptionListenerPortType |
getUDDISubscriptionListenerPort(WebServiceFeature... features) |
org.uddi.v3_service.UDDISubscriptionPortType |
getUDDISubscriptionPort() |
org.uddi.v3_service.UDDISubscriptionPortType |
getUDDISubscriptionPort(WebServiceFeature... features) |
org.uddi.v3_service.UDDIValueSetCachingPortType |
getUDDIValueSetCachingPort() |
org.uddi.v3_service.UDDIValueSetCachingPortType |
getUDDIValueSetCachingPort(WebServiceFeature... features) |
org.uddi.v3_service.UDDIValueSetValidationPortType |
getUDDIValueSetValidationPort() |
org.uddi.v3_service.UDDIValueSetValidationPortType |
getUDDIValueSetValidationPort(WebServiceFeature... features) |
addPort, create, create, create, create, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, getExecutor, getHandlerResolver, getPort, getPort, getPort, getPort, getPort, getPorts, getServiceName, getWSDLDocumentLocation, setExecutor, setHandlerResolver
public UDDIService(URL wsdlLocation)
public UDDIService()
@WebEndpoint(name="UDDI_Inquiry_Port") public org.uddi.v3_service.UDDIInquiryPortType getUDDIInquiryPort()
@WebEndpoint(name="UDDI_Inquiry_Port") public org.uddi.v3_service.UDDIInquiryPortType getUDDIInquiryPort(WebServiceFeature... features)
features
- A list of WebServiceFeature
to configure on the proxy. Supported features not in the features
parameter will have their default values.@WebEndpoint(name="UDDI_Publication_Port") public org.uddi.v3_service.UDDIPublicationPortType getUDDIPublicationPort()
@WebEndpoint(name="UDDI_Publication_Port") public org.uddi.v3_service.UDDIPublicationPortType getUDDIPublicationPort(WebServiceFeature... features)
features
- A list of WebServiceFeature
to configure on the proxy. Supported features not in the features
parameter will have their default values.@WebEndpoint(name="UDDI_Security_Port") public org.uddi.v3_service.UDDISecurityPortType getUDDISecurityPort()
@WebEndpoint(name="UDDI_Security_Port") public org.uddi.v3_service.UDDISecurityPortType getUDDISecurityPort(WebServiceFeature... features)
features
- A list of WebServiceFeature
to configure on the proxy. Supported features not in the features
parameter will have their default values.@WebEndpoint(name="UDDI_Custody_Port") public org.uddi.v3_service.UDDICustodyTransferPortType getUDDICustodyPort()
@WebEndpoint(name="UDDI_Custody_Port") public org.uddi.v3_service.UDDICustodyTransferPortType getUDDICustodyPort(WebServiceFeature... features)
features
- A list of WebServiceFeature
to configure on the proxy. Supported features not in the features
parameter will have their default values.@WebEndpoint(name="UDDI_Replication_Port") public org.uddi.v3_service.UDDIReplicationPortType getUDDIReplicationPort()
@WebEndpoint(name="UDDI_Replication_Port") public org.uddi.v3_service.UDDIReplicationPortType getUDDIReplicationPort(WebServiceFeature... features)
features
- A list of WebServiceFeature
to configure on the proxy. Supported features not in the features
parameter will have their default values.@WebEndpoint(name="UDDI_Subscription_Port") public org.uddi.v3_service.UDDISubscriptionPortType getUDDISubscriptionPort()
@WebEndpoint(name="UDDI_Subscription_Port") public org.uddi.v3_service.UDDISubscriptionPortType getUDDISubscriptionPort(WebServiceFeature... features)
features
- A list of WebServiceFeature
to configure on the proxy. Supported features not in the features
parameter will have their default values.@WebEndpoint(name="UDDI_SubscriptionListener_Port") public org.uddi.v3_service.UDDISubscriptionListenerPortType getUDDISubscriptionListenerPort()
@WebEndpoint(name="UDDI_SubscriptionListener_Port") public org.uddi.v3_service.UDDISubscriptionListenerPortType getUDDISubscriptionListenerPort(WebServiceFeature... features)
features
- A list of WebServiceFeature
to configure on the proxy. Supported features not in the features
parameter will have their default values.@WebEndpoint(name="UDDI_ValueSetValidation_Port") public org.uddi.v3_service.UDDIValueSetValidationPortType getUDDIValueSetValidationPort()
@WebEndpoint(name="UDDI_ValueSetValidation_Port") public org.uddi.v3_service.UDDIValueSetValidationPortType getUDDIValueSetValidationPort(WebServiceFeature... features)
features
- A list of WebServiceFeature
to configure on the proxy. Supported features not in the features
parameter will have their default values.@WebEndpoint(name="UDDI_ValueSetCaching_Port") public org.uddi.v3_service.UDDIValueSetCachingPortType getUDDIValueSetCachingPort()
@WebEndpoint(name="UDDI_ValueSetCaching_Port") public org.uddi.v3_service.UDDIValueSetCachingPortType getUDDIValueSetCachingPort(WebServiceFeature... features)
features
- A list of WebServiceFeature
to configure on the proxy. Supported features not in the features
parameter will have their default values.Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.