Class ServiceEndpointInterfaceMapping

  • All Implemented Interfaces:
    Keyable<String>

    public class ServiceEndpointInterfaceMapping
    extends Object
    implements Keyable<String>
    The service-endpoint-interface-mapping defines a tuple to specify Service Endpoint Interfaces to WSDL port types and WSDL bindings. An interface may be mapped to a port-type and binding multiple times. This happens rarely. Used in: java-wsdl-mapping
    • Constructor Detail

      • ServiceEndpointInterfaceMapping

        public ServiceEndpointInterfaceMapping()
    • Method Detail

      • getKey

        public String getKey()
        Description copied from interface: Keyable
        Gets the immutable key for this object.
        Specified by:
        getKey in interface Keyable<String>
        Returns:
        gets the immutable key for this object
      • getServiceEndpointInterface

        public String getServiceEndpointInterface()
      • setServiceEndpointInterface

        public void setServiceEndpointInterface​(String value)
      • getWsdlPortType

        public QName getWsdlPortType()
      • setWsdlPortType

        public void setWsdlPortType​(QName value)
      • getWsdlBinding

        public QName getWsdlBinding()
      • setWsdlBinding

        public void setWsdlBinding​(QName value)
      • getId

        public String getId()
      • setId

        public void setId​(String value)