Creates and publishes an endpoint object with the specified
address and implementation object.
Returns:
The newly created endpoint.
Parameters:
-
address - A URI specifying the address and transport/protocol
to use. A http: URI must result in the SOAP 1.1/HTTP
binding being used. Implementations may support other
URI schemes.
-
implementor - A service implementation object to which
incoming requests will be dispatched. The corresponding
class must be annotated with all the necessary Web service
annotations.