Tabnine Logo
EndpointReferenceUtils.getPortName
Code IndexAdd Tabnine to your IDE (free)

How to use
getPortName
method
in
org.apache.cxf.wsdl.EndpointReferenceUtils

Best Java code snippets using org.apache.cxf.wsdl.EndpointReferenceUtils.getPortName (Showing top 9 results out of 315)

origin: org.apache.cxf/cxf-bundle-jaxrs

public static QName getPortQName(EndpointReferenceType ref, Bus bus) {
  QName serviceName = getServiceName(ref, bus); 
  return new QName(serviceName.getNamespaceURI(), getPortName(ref));
}

origin: org.apache.cxf/cxf-api

public static QName getPortQName(EndpointReferenceType ref, Bus bus) {
  QName serviceName = getServiceName(ref, bus); 
  return new QName(serviceName.getNamespaceURI(), getPortName(ref));
}

origin: org.apache.cxf/cxf-api

  return (Port)service.getPorts().values().iterator().next();
String str = getPortName(ref);
LOG.log(Level.FINE, "getting port " + str + " from service " + service.getQName());
Port port = service.getPort(str);
origin: org.apache.cxf/cxf-bundle-jaxrs

  return (Port)service.getPorts().values().iterator().next();
String str = getPortName(ref);
LOG.log(Level.FINE, "getting port " + str + " from service " + service.getQName());
Port port = service.getPort(str);
origin: org.apache.servicemix.cxf/org.apache.servicemix.cxf.transport.nmr

  serviceName = EndpointReferenceUtils.getServiceName(target, conduit.getBus());
  address = EndpointReferenceUtils.getAddress(target);
  portName = EndpointReferenceUtils.getPortName(target);
} else {
  serviceName = message.getExchange().get(org.apache.cxf.service.Service.class).getName();
origin: org.apache.cxf/cxf-api

  exposed.setServiceName(serviceName);
String portLocalName = EndpointReferenceUtils.getPortName(internal);
if (portLocalName != null) {
  String namespace = serviceQName.getNamespaceURI() != null
origin: org.apache.cxf/cxf-bundle-jaxrs

  exposed.setServiceName(serviceName);
String portLocalName = EndpointReferenceUtils.getPortName(internal);
if (portLocalName != null) {
  String namespace = serviceQName.getNamespaceURI() != null
origin: org.apache.cxf/cxf-bundle-jaxrs

  exposed.setServiceName(serviceName);
String portLocalName = EndpointReferenceUtils.getPortName(internal);
if (portLocalName != null) {
  String namespace = serviceQName.getNamespaceURI() != null
origin: org.apache.cxf/cxf-api

  exposed.setServiceName(serviceName);
String portLocalName = EndpointReferenceUtils.getPortName(internal);
if (portLocalName != null) {
  String namespace = serviceQName.getNamespaceURI() != null
org.apache.cxf.wsdlEndpointReferenceUtilsgetPortName

Javadoc

Gets the port name of the provided endpoint reference.

Popular methods of EndpointReferenceUtils

  • getAnonymousEndpointReference
    Create an anonymous endpoint reference.
  • getServiceName
    Gets the service name of the provided endpoint reference.
  • getSchema
  • setServiceAndPortName
    Sets the service and port name of the provided endpoint reference.
  • createContextForEPR
  • createSchema
  • duplicate
    Create a duplicate endpoint reference sharing all atributes
  • findNamespaceHack
  • getAddress
    Get the address from the provided endpoint reference.
  • getJAXBContextForEPR
  • getMatchingMultiplexDestination
  • getNameSpaceUri
  • getMatchingMultiplexDestination,
  • getNameSpaceUri,
  • getService,
  • getServiceNameType,
  • getWSDLDefinition,
  • getWSDLLocation,
  • mint,
  • portNameMatches,
  • setWSDLLocation

Popular in Java

  • Making http post requests using okhttp
  • setScale (BigDecimal)
  • getResourceAsStream (ClassLoader)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • URLConnection (java.net)
    A connection to a URL for reading or writing. For HTTP connections, see HttpURLConnection for docume
  • MessageDigest (java.security)
    Uses a one-way hash function to turn an arbitrary number of bytes into a fixed-length byte sequence.
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • GregorianCalendar (java.util)
    GregorianCalendar is a concrete subclass of Calendarand provides the standard calendar used by most
  • Top Sublime Text plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now