create(String endPointName, String endpointURL) Creates a new
EndPoint from a connection string.
Parameters: endPointName - this value will be returned from EndPoint.getName.Must not be null. Parameters: endpointURL - A connection string.
Creates a new
EndPoint from a connection string.
Parameters: endPointName - this value will be returned from EndPoint.getName.Must not be null. Parameters: endpointURL - A connection string. Must not be null. always non-null valid object throws: ParseException - if there was an error in the connection string.